COLOR #B9D1C2

HEX: #B9D1C2
RGB: (185,209,194)

Color info

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

RGB color model

#B9D1C2 color RGB value is (185,209,194).

  • red value is 185;
  • green value is 209;
  • blue value is 194.
RGB:
(185,209,194)
(73%,82%,76%)

RGB channels and saturation

R 185 of 255 = 73%
G 209 of 255 = 82%
B 194 of 255 = 76%

185
209
194

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

Portions of RGB colors in percentages

R + G + B =
185 + 209 + 194 = 588 (100%)
R 185 of 588 ~ 31.46%
G 209 of 588 ~ 35.54%
B 194 of 588 ~ 32.99%

%31.46
%35.54
%32.99

CMYK color model

#B9D1C2 color CMYK value is (11,0,7,18).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 7.18%
  • key color value is 18.04%
CMYK:
(11,0,7,18)
C11M0Y7K18 
(11%,0%,7%,18%)
(0.11/0.00/0.07/0.18)	

CMYK percentages

%11.48
%0
%7.18
%18.04

Codes

Color #B9D1C2 in popluar color models

B9D1C2
RGB185209194
HSL143°20.69%77.25%
HSB/HSV143°11.48%81.96%
CMYK11.48%0.00%7.18%
18.04%

Color #B9D1C2 in popluar number systems.

HEXB9D1C2
Decimal185209194
Binary101110011101000111000010
Octal271321302

Shades and tints

Shades of #B9D1C2

#B9D1C2
(185,209,194)
#A9BEB1
(169,190,177)
#99ABA0
(153,171,160)
#89988F
(137,152,143)
#79857E
(121,133,126)
#69726D
(105,114,109)
#595F5C
(89,95,92)
#494C4B
(73,76,75)
#39393A
(57,57,58)
#292629
(41,38,41)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #B9D1C2

#B9D1C2
(185,209,194)
#BFD5C7
(191,213,199)
#C5D9CC
(197,217,204)
#CBDDD1
(203,221,209)
#D1E1D6
(209,225,214)
#D7E5DB
(215,229,219)
#DDE9E0
(221,233,224)
#E3EDE5
(227,237,229)
#E9F1EA
(233,241,234)
#EFF5EF
(239,245,239)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D1C2 color. Also use rgb(185,209,194) instead hex code.

Text Font Color

.myTextColor { color: #B9D1C2; }

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

This text font color is #B9D1C2.


Background Color

.myBgColor { background-color: #B9D1C2; }

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

This div background color is #B9D1C2.


Border color

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

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

This div border color is #B9D1C2.


Opacity

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

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

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

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

This text has shadow with #B9D1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D1C2 on black background.


Color preview on white background

This text has color #B9D1C2 on white background.



Black color preview on #B9D1C2 background

This text has black color on #B9D1C2 background.


White color preview on #B9D1C2 background

This text has white color on #B9D1C2 background.