COLOR #B9DACB

HEX: #B9DACB RGB: (185,218,203)

Color info

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

RGB color model

#B9DACB color RGB value is (185,218,203).

RGB: (185,218,203) (73%, 85%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 218 of 255 = 85%
B 203 of 255 = 80%

185
218
203

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

Portions of RGB colors in percentages

R + G + B = 185 + 218 + 203 = 606 (100%)
R 185 of 606 ~ 30.53%
G 218 of 606 ~ 35.97%
B 203 of 606 ~ 33.5'%

%30.53
%35.97
%33.5

CMYK color model

#B9DACB color CMYK value is (15,0,7,15).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 6.88%
  • key color value is 14.51%

CMYK: (15,0,7,15)
C15M0Y7K15 (15%, 0%, 7%, 15%)
(0.15 / 0.00 / 0.07 / 0.15)

CMYK percentages

%15.14
%0
%6.88
%14.51

Codes

Color #B9DACB in popluar color models

B9 DA CB
RGB 185 218 203
HSL 153° 30.84% 79.02%
HSB/HSV 153° 15.14% 85.49%
CMYK 15.14% 0.00% 6.88%
14.51%

Color #B9DACB in popluar number systems.

HEX B9 DA CB
Decimal 185 218 203
Binary 10111001 11011010 11001011
Octal 271 332 313

Shades and tints

Shades of #B9DACB

#B9DACB
(185,218,203)
#A9C7B9
(169,199,185)
#99B4A7
(153,180,167)
#89A195
(137,161,149)
#798E83
(121,142,131)
#697B71
(105,123,113)
#59685F
(89,104,95)
#49554D
(73,85,77)
#39423B
(57,66,59)
#292F29
(41,47,41)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #B9DACB

#B9DACB
(185,218,203)
#BFDDCF
(191,221,207)
#C5E0D3
(197,224,211)
#CBE3D7
(203,227,215)
#D1E6DB
(209,230,219)
#D7E9DF
(215,233,223)
#DDECE3
(221,236,227)
#E3EFE7
(227,239,231)
#E9F2EB
(233,242,235)
#EFF5EF
(239,245,239)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DACB color. Also use rgb(185,218,203) instead hex code.

Text Font Color

.myTextColor { color: #B9DACB; }

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

This text font color is #B9DACB.

Background Color

.myBgColor { background-color: #B9DACB; }

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

This div background color is #B9DACB.

Border color

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

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

This div border color is #B9DACB.

Opacity

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

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

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

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

This text has shadow with #B9DACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DACB.

Preview

Color preview on black background

This text has color #B9DACB on black background.


Color preview on white background

This text has color #B9DACB on white background.


Black color preview on #B9DACB background

This text has black color on #B9DACB background.


White color preview on #B9DACB background

This text has white color on #B9DACB background.


Related colors

Complementary color

Complementary color for #hex is #462534.


I love getcolorcode.com

Triadic colors

1 #CBB9DA and #DACBB9 with #B9DACB are triadic colors.

2 #CBDAB9 and #DAB9CB with #B9DACB are triadic colors.