COLOR #B9D4C3

HEX: #B9D4C3
RGB: (185,212,195)

Color info

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

RGB color model

#B9D4C3 color RGB value is (185,212,195).

  • red value is 185;
  • green value is 212;
  • blue value is 195.
RGB:
(185,212,195)
(73%,83%,76%)

RGB channels and saturation

R 185 of 255 = 73%
G 212 of 255 = 83%
B 195 of 255 = 76%

185
212
195

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

Portions of RGB colors in percentages

R + G + B =
185 + 212 + 195 = 592 (100%)
R 185 of 592 ~ 31.25%
G 212 of 592 ~ 35.81%
B 195 of 592 ~ 32.94%

%31.25
%35.81
%32.94

CMYK color model

#B9D4C3 color CMYK value is (13,0,8,17).

  • cyan value is 12.74%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 16.86%
CMYK:
(13,0,8,17)
C13M0Y8K17 
(13%,0%,8%,17%)
(0.13/0.00/0.08/0.17)	

CMYK percentages

%12.74
%0
%8.02
%16.86

Codes

Color #B9D4C3 in popluar color models

B9D4C3
RGB185212195
HSL142°23.89%77.84%
HSB/HSV142°12.74%83.14%
CMYK12.74%0.00%8.02%
16.86%

Color #B9D4C3 in popluar number systems.

HEXB9D4C3
Decimal185212195
Binary101110011101010011000011
Octal271324303

Shades and tints

Shades of #B9D4C3

#B9D4C3
(185,212,195)
#A9C1B2
(169,193,178)
#99AEA1
(153,174,161)
#899B90
(137,155,144)
#79887F
(121,136,127)
#69756E
(105,117,110)
#59625D
(89,98,93)
#494F4C
(73,79,76)
#393C3B
(57,60,59)
#29292A
(41,41,42)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #B9D4C3

#B9D4C3
(185,212,195)
#BFD7C8
(191,215,200)
#C5DACD
(197,218,205)
#CBDDD2
(203,221,210)
#D1E0D7
(209,224,215)
#D7E3DC
(215,227,220)
#DDE6E1
(221,230,225)
#E3E9E6
(227,233,230)
#E9ECEB
(233,236,235)
#EFEFF0
(239,239,240)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D4C3 color. Also use rgb(185,212,195) instead hex code.

Text Font Color

.myTextColor { color: #B9D4C3; }

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

This text font color is #B9D4C3.


Background Color

.myBgColor { background-color: #B9D4C3; }

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

This div background color is #B9D4C3.


Border color

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

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

This div border color is #B9D4C3.


Opacity

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

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

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

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

This text has shadow with #B9D4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D4C3 on black background.


Color preview on white background

This text has color #B9D4C3 on white background.



Black color preview on #B9D4C3 background

This text has black color on #B9D4C3 background.


White color preview on #B9D4C3 background

This text has white color on #B9D4C3 background.