COLOR #B9CDC4

HEX: #B9CDC4
RGB: (185,205,196)

Color info

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

RGB color model

#B9CDC4 color RGB value is (185,205,196).

  • red value is 185;
  • green value is 205;
  • blue value is 196.
RGB:
(185,205,196)
(73%,80%,77%)

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 196 of 255 = 77%

185
205
196

R + G + B ~ 77%. #B9CDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 205 + 196 = 586 (100%)
R 185 of 586 ~ 31.57%
G 205 of 586 ~ 34.98%
B 196 of 586 ~ 33.45%

%31.57
%34.98
%33.45

CMYK color model

#B9CDC4 color CMYK value is (10,0,4,20).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 19.61%
CMYK:
(10,0,4,20)
C10M0Y4K20 
(10%,0%,4%,20%)
(0.10/0.00/0.04/0.20)	

CMYK percentages

%9.76
%0
%4.39
%19.61

Codes

Color #B9CDC4 in popluar color models

B9CDC4
RGB185205196
HSL153°16.67%76.47%
HSB/HSV153°9.76%80.39%
CMYK9.76%0.00%4.39%
19.61%

Color #B9CDC4 in popluar number systems.

HEXB9CDC4
Decimal185205196
Binary101110011100110111000100
Octal271315304

Shades and tints

Shades of #B9CDC4

#B9CDC4
(185,205,196)
#A9BBB3
(169,187,179)
#99A9A2
(153,169,162)
#899791
(137,151,145)
#798580
(121,133,128)
#69736F
(105,115,111)
#59615E
(89,97,94)
#494F4D
(73,79,77)
#393D3C
(57,61,60)
#292B2B
(41,43,43)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #B9CDC4

#B9CDC4
(185,205,196)
#BFD1C9
(191,209,201)
#C5D5CE
(197,213,206)
#CBD9D3
(203,217,211)
#D1DDD8
(209,221,216)
#D7E1DD
(215,225,221)
#DDE5E2
(221,229,226)
#E3E9E7
(227,233,231)
#E9EDEC
(233,237,236)
#EFF1F1
(239,241,241)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CDC4 color. Also use rgb(185,205,196) instead hex code.

Text Font Color

.myTextColor { color: #B9CDC4; }

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

This text font color is #B9CDC4.


Background Color

.myBgColor { background-color: #B9CDC4; }

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

This div background color is #B9CDC4.


Border color

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

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

This div border color is #B9CDC4.


Opacity

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

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

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

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

This text has shadow with #B9CDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CDC4 on black background.


Color preview on white background

This text has color #B9CDC4 on white background.



Black color preview on #B9CDC4 background

This text has black color on #B9CDC4 background.


White color preview on #B9CDC4 background

This text has white color on #B9CDC4 background.