COLOR #B9D0CE

HEX: #B9D0CE RGB: (185,208,206)

Color info

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

RGB color model

#B9D0CE color RGB value is (185,208,206).

RGB: (185,208,206) (73%, 82%, 81%)

RGB channels and saturation

R 185 of 255 = 73%
G 208 of 255 = 82%
B 206 of 255 = 81%

185
208
206

R + G + B ~ 79%. #B9D0CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 208 + 206 = 599 (100%)
R 185 of 599 ~ 30.88%
G 208 of 599 ~ 34.72%
B 206 of 599 ~ 34.39'%

%30.88
%34.72
%34.39

CMYK color model

#B9D0CE color CMYK value is (11,0,1,18).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 0.96%
  • key color value is 18.43%

CMYK: (11,0,1,18)
C11M0Y1K18 (11%, 0%, 1%, 18%)
(0.11 / 0.00 / 0.01 / 0.18)

CMYK percentages

%11.06
%0
%0.96
%18.43

Codes

Color #B9D0CE in popluar color models

B9 D0 CE
RGB 185 208 206
HSL 175° 19.66% 77.06%
HSB/HSV 175° 11.06% 81.57%
CMYK 11.06% 0.00% 0.96%
18.43%

Color #B9D0CE in popluar number systems.

HEX B9 D0 CE
Decimal 185 208 206
Binary 10111001 11010000 11001110
Octal 271 320 316

Shades and tints

Shades of #B9D0CE

#B9D0CE
(185,208,206)
#A9BEBC
(169,190,188)
#99ACAA
(153,172,170)
#899A98
(137,154,152)
#798886
(121,136,134)
#697674
(105,118,116)
#596462
(89,100,98)
#495250
(73,82,80)
#39403E
(57,64,62)
#292E2C
(41,46,44)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #B9D0CE

#B9D0CE
(185,208,206)
#BFD4D2
(191,212,210)
#C5D8D6
(197,216,214)
#CBDCDA
(203,220,218)
#D1E0DE
(209,224,222)
#D7E4E2
(215,228,226)
#DDE8E6
(221,232,230)
#E3ECEA
(227,236,234)
#E9F0EE
(233,240,238)
#EFF4F2
(239,244,242)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D0CE color. Also use rgb(185,208,206) instead hex code.

Text Font Color

.myTextColor { color: #B9D0CE; }

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

This text font color is #B9D0CE.

Background Color

.myBgColor { background-color: #B9D0CE; }

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

This div background color is #B9D0CE.

Border color

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

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

This div border color is #B9D0CE.

Opacity

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

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

Text with #B9D0CE 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 #B9D0CE;}

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

This text has shadow with #B9D0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D0CE.

Preview

Color preview on black background

This text has color #B9D0CE on black background.


Color preview on white background

This text has color #B9D0CE on white background.


Black color preview on #B9D0CE background

This text has black color on #B9D0CE background.


White color preview on #B9D0CE background

This text has white color on #B9D0CE background.


Related colors

Complementary color

Complementary color for #hex is #462F31.


I love getcolorcode.com

Triadic colors

1 #CEB9D0 and #D0CEB9 with #B9D0CE are triadic colors.

2 #CED0B9 and #D0B9CE with #B9D0CE are triadic colors.