COLOR #BBD7C5

HEX: #BBD7C5 RGB: (187,215,197)

Color info

#BBD7C5 contains red, green and blue colors in about the same proportion. Web safe color of #BBD7C5 is #CCCCCC (or #CCC).

RGB color model

#BBD7C5 color RGB value is (187,215,197).

RGB: (187,215,197) (73%, 84%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 215 of 255 = 84%
B 197 of 255 = 77%

187
215
197

R + G + B ~ 78%. #BBD7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 215 + 197 = 599 (100%)
R 187 of 599 ~ 31.22%
G 215 of 599 ~ 35.89%
B 197 of 599 ~ 32.89'%

%31.22
%35.89
%32.89

CMYK color model

#BBD7C5 color CMYK value is (13,0,8,16).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 15.69%

CMYK: (13,0,8,16)
C13M0Y8K16 (13%, 0%, 8%, 16%)
(0.13 / 0.00 / 0.08 / 0.16)

CMYK percentages

%13.02
%0
%8.37
%15.69

Codes

Color #BBD7C5 in popluar color models

BB D7 C5
RGB 187 215 197
HSL 141° 25.93% 78.82%
HSB/HSV 141° 13.02% 84.31%
CMYK 13.02% 0.00% 8.37%
15.69%

Color #BBD7C5 in popluar number systems.

HEX BB D7 C5
Decimal 187 215 197
Binary 10111011 11010111 11000101
Octal 273 327 305

Shades and tints

Shades of #BBD7C5

#BBD7C5
(187,215,197)
#AAC4B4
(170,196,180)
#99B1A3
(153,177,163)
#889E92
(136,158,146)
#778B81
(119,139,129)
#667870
(102,120,112)
#55655F
(85,101,95)
#44524E
(68,82,78)
#333F3D
(51,63,61)
#222C2C
(34,44,44)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #BBD7C5

#BBD7C5
(187,215,197)
#C1DACA
(193,218,202)
#C7DDCF
(199,221,207)
#CDE0D4
(205,224,212)
#D3E3D9
(211,227,217)
#D9E6DE
(217,230,222)
#DFE9E3
(223,233,227)
#E5ECE8
(229,236,232)
#EBEFED
(235,239,237)
#F1F2F2
(241,242,242)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD7C5 color. Also use rgb(187,215,197) instead hex code.

Text Font Color

.myTextColor { color: #BBD7C5; }

<p style="color:#BBD7C5">This sample text font color is #BBD7C5.</p>

This text font color is #BBD7C5.

Background Color

.myBgColor { background-color: #BBD7C5; }

<div style="background-color:#BBD7C5">Inner text</div>

This div background color is #BBD7C5.

Border color

.myBorderColor { border: 1px solid #BBD7C5; }

<div style="border:3px solid #BBD7C5">Div</div>

This div border color is #BBD7C5.

Opacity

.myOpacity80 { color: #BBD7C5; opacity: 0.8; }

<p style="color:#BBD7C5;opacity:0.8;">80%</p>

Text with #BBD7C5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBD7C5;}

<p style="text-shadow: 3px 3px 1px #BBD7C5">Text here.</p>

This text has shadow with #BBD7C5 color.


.textShadow {text-shadow: 3px 3px 1px #BBD7C5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBD7C5, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBD7C5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBD7C5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBD7C5, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBD7C5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBD7C5;
-webkit-box-shadow: 1px 1px 3px 2px #BBD7C5;
box-shadow: 1px 1px 3px 2px #BBD7C5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBD7C5; -webkit-box-shadow: 1px 1px 3px 2px #BBD7C5; box-shadow:1px 1px 3px 2px #BBD7C5;">
Div content here
</div>

This div box has shadow with color #BBD7C5.

Preview

Color preview on black background

This text has color #BBD7C5 on black background.


Color preview on white background

This text has color #BBD7C5 on white background.


Black color preview on #BBD7C5 background

This text has black color on #BBD7C5 background.


White color preview on #BBD7C5 background

This text has white color on #BBD7C5 background.


Related colors

Complementary color

Complementary color for #hex is #44283A.


I love getcolorcode.com

Triadic colors

1 #C5BBD7 and #D7C5BB with #BBD7C5 are triadic colors.

2 #C5D7BB and #D7BBC5 with #BBD7C5 are triadic colors.