COLOR #B9DCD3

HEX: #B9DCD3
RGB: (185,220,211)

Color info

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

RGB color model

#B9DCD3 color RGB value is (185,220,211).

  • red value is 185;
  • green value is 220;
  • blue value is 211.
RGB:
(185,220,211)
(73%,86%,83%)

RGB channels and saturation

R 185 of 255 = 73%
G 220 of 255 = 86%
B 211 of 255 = 83%

185
220
211

R + G + B ~ 81%. #B9DCD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 220 + 211 = 616 (100%)
R 185 of 616 ~ 30.03%
G 220 of 616 ~ 35.71%
B 211 of 616 ~ 34.25%

%30.03
%35.71
%34.25

CMYK color model

#B9DCD3 color CMYK value is (16,0,4,14).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 4.09%
  • key color value is 13.73%
CMYK:
(16,0,4,14)
C16M0Y4K14 
(16%,0%,4%,14%)
(0.16/0.00/0.04/0.14)	

CMYK percentages

%15.91
%0
%4.09
%13.73

Codes

Color #B9DCD3 in popluar color models

B9DCD3
RGB185220211
HSL165°33.33%79.41%
HSB/HSV165°15.91%86.27%
CMYK15.91%0.00%4.09%
13.73%

Color #B9DCD3 in popluar number systems.

HEXB9DCD3
Decimal185220211
Binary101110011101110011010011
Octal271334323

Shades and tints

Shades of #B9DCD3

#B9DCD3
(185,220,211)
#A9C8C0
(169,200,192)
#99B4AD
(153,180,173)
#89A09A
(137,160,154)
#798C87
(121,140,135)
#697874
(105,120,116)
#596461
(89,100,97)
#49504E
(73,80,78)
#393C3B
(57,60,59)
#292828
(41,40,40)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #B9DCD3

#B9DCD3
(185,220,211)
#BFDFD7
(191,223,215)
#C5E2DB
(197,226,219)
#CBE5DF
(203,229,223)
#D1E8E3
(209,232,227)
#D7EBE7
(215,235,231)
#DDEEEB
(221,238,235)
#E3F1EF
(227,241,239)
#E9F4F3
(233,244,243)
#EFF7F7
(239,247,247)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DCD3 color. Also use rgb(185,220,211) instead hex code.

Text Font Color

.myTextColor { color: #B9DCD3; }

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

This text font color is #B9DCD3.


Background Color

.myBgColor { background-color: #B9DCD3; }

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

This div background color is #B9DCD3.


Border color

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

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

This div border color is #B9DCD3.


Opacity

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

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

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

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

This text has shadow with #B9DCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DCD3 on black background.


Color preview on white background

This text has color #B9DCD3 on white background.



Black color preview on #B9DCD3 background

This text has black color on #B9DCD3 background.


White color preview on #B9DCD3 background

This text has white color on #B9DCD3 background.