COLOR #B9DAD0

HEX: #B9DAD0
RGB: (185,218,208)

Color info

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

RGB color model

#B9DAD0 color RGB value is (185,218,208).

  • red value is 185;
  • green value is 218;
  • blue value is 208.
RGB:
(185,218,208)
(73%,85%,82%)

RGB channels and saturation

R 185 of 255 = 73%
G 218 of 255 = 85%
B 208 of 255 = 82%

185
218
208

R + G + B ~ 80%. #B9DAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 218 + 208 = 611 (100%)
R 185 of 611 ~ 30.28%
G 218 of 611 ~ 35.68%
B 208 of 611 ~ 34.04%

%30.28
%35.68
%34.04

CMYK color model

#B9DAD0 color CMYK value is (15,0,5,15).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 14.51%
CMYK:
(15,0,5,15)
C15M0Y5K15 
(15%,0%,5%,15%)
(0.15/0.00/0.05/0.15)	

CMYK percentages

%15.14
%0
%4.59
%14.51

Codes

Color #B9DAD0 in popluar color models

B9DAD0
RGB185218208
HSL162°30.84%79.02%
HSB/HSV162°15.14%85.49%
CMYK15.14%0.00%4.59%
14.51%

Color #B9DAD0 in popluar number systems.

HEXB9DAD0
Decimal185218208
Binary101110011101101011010000
Octal271332320

Shades and tints

Shades of #B9DAD0

#B9DAD0
(185,218,208)
#A9C7BE
(169,199,190)
#99B4AC
(153,180,172)
#89A19A
(137,161,154)
#798E88
(121,142,136)
#697B76
(105,123,118)
#596864
(89,104,100)
#495552
(73,85,82)
#394240
(57,66,64)
#292F2E
(41,47,46)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #B9DAD0

#B9DAD0
(185,218,208)
#BFDDD4
(191,221,212)
#C5E0D8
(197,224,216)
#CBE3DC
(203,227,220)
#D1E6E0
(209,230,224)
#D7E9E4
(215,233,228)
#DDECE8
(221,236,232)
#E3EFEC
(227,239,236)
#E9F2F0
(233,242,240)
#EFF5F4
(239,245,244)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DAD0; }

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

This text font color is #B9DAD0.


Background Color

.myBgColor { background-color: #B9DAD0; }

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

This div background color is #B9DAD0.


Border color

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

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

This div border color is #B9DAD0.


Opacity

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

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

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

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

This text has shadow with #B9DAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DAD0 on black background.


Color preview on white background

This text has color #B9DAD0 on white background.



Black color preview on #B9DAD0 background

This text has black color on #B9DAD0 background.


White color preview on #B9DAD0 background

This text has white color on #B9DAD0 background.