COLOR #B9D5D3

HEX: #B9D5D3
RGB: (185,213,211)

Color info

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

RGB color model

#B9D5D3 color RGB value is (185,213,211).

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

RGB channels and saturation

R 185 of 255 = 73%
G 213 of 255 = 84%
B 211 of 255 = 83%

185
213
211

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

Portions of RGB colors in percentages

R + G + B =
185 + 213 + 211 = 609 (100%)
R 185 of 609 ~ 30.38%
G 213 of 609 ~ 34.98%
B 211 of 609 ~ 34.65%

%30.38
%34.98
%34.65

CMYK color model

#B9D5D3 color CMYK value is (13,0,1,16).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 0.94%
  • key color value is 16.47%
CMYK:
(13,0,1,16)
C13M0Y1K16 
(13%,0%,1%,16%)
(0.13/0.00/0.01/0.16)	

CMYK percentages

%13.15
%0
%0.94
%16.47

Codes

Color #B9D5D3 in popluar color models

B9D5D3
RGB185213211
HSL176°25.00%78.04%
HSB/HSV176°13.15%83.53%
CMYK13.15%0.00%0.94%
16.47%

Color #B9D5D3 in popluar number systems.

HEXB9D5D3
Decimal185213211
Binary101110011101010111010011
Octal271325323

Shades and tints

Shades of #B9D5D3

#B9D5D3
(185,213,211)
#A9C2C0
(169,194,192)
#99AFAD
(153,175,173)
#899C9A
(137,156,154)
#798987
(121,137,135)
#697674
(105,118,116)
#596361
(89,99,97)
#49504E
(73,80,78)
#393D3B
(57,61,59)
#292A28
(41,42,40)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #B9D5D3

#B9D5D3
(185,213,211)
#BFD8D7
(191,216,215)
#C5DBDB
(197,219,219)
#CBDEDF
(203,222,223)
#D1E1E3
(209,225,227)
#D7E4E7
(215,228,231)
#DDE7EB
(221,231,235)
#E3EAEF
(227,234,239)
#E9EDF3
(233,237,243)
#EFF0F7
(239,240,247)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D5D3; }

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

This text font color is #B9D5D3.


Background Color

.myBgColor { background-color: #B9D5D3; }

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

This div background color is #B9D5D3.


Border color

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

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

This div border color is #B9D5D3.


Opacity

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

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

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

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

This text has shadow with #B9D5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D5D3 on black background.


Color preview on white background

This text has color #B9D5D3 on white background.



Black color preview on #B9D5D3 background

This text has black color on #B9D5D3 background.


White color preview on #B9D5D3 background

This text has white color on #B9D5D3 background.