COLOR #B9D4A8

HEX: #B9D4A8
RGB: (185,212,168)

Color info

#B9D4A8 contains red, green and blue colors in about the same proportion. Web safe color of #B9D4A8 is #CCCC99 (or #CC9).

RGB color model

#B9D4A8 color RGB value is (185,212,168).

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

RGB channels and saturation

R 185 of 255 = 73%
G 212 of 255 = 83%
B 168 of 255 = 66%

185
212
168

R + G + B ~ 74%. #B9D4A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 212 + 168 = 565 (100%)
R 185 of 565 ~ 32.74%
G 212 of 565 ~ 37.52%
B 168 of 565 ~ 29.73%

%32.74
%37.52
%29.73

CMYK color model

#B9D4A8 color CMYK value is (13,0,21,17).

  • cyan value is 12.74%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 16.86%
CMYK:
(13,0,21,17)
C13M0Y21K17 
(13%,0%,21%,17%)
(0.13/0.00/0.21/0.17)	

CMYK percentages

%12.74
%0
%20.75
%16.86

Codes

Color #B9D4A8 in popluar color models

B9D4A8
RGB185212168
HSL97°33.85%74.51%
HSB/HSV97°20.75%83.14%
CMYK12.74%0.00%20.75%
16.86%

Color #B9D4A8 in popluar number systems.

HEXB9D4A8
Decimal185212168
Binary101110011101010010101000
Octal271324250

Shades and tints

Shades of #B9D4A8

#B9D4A8
(185,212,168)
#A9C199
(169,193,153)
#99AE8A
(153,174,138)
#899B7B
(137,155,123)
#79886C
(121,136,108)
#69755D
(105,117,93)
#59624E
(89,98,78)
#494F3F
(73,79,63)
#393C30
(57,60,48)
#292921
(41,41,33)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #B9D4A8

#B9D4A8
(185,212,168)
#BFD7AF
(191,215,175)
#C5DAB6
(197,218,182)
#CBDDBD
(203,221,189)
#D1E0C4
(209,224,196)
#D7E3CB
(215,227,203)
#DDE6D2
(221,230,210)
#E3E9D9
(227,233,217)
#E9ECE0
(233,236,224)
#EFEFE7
(239,239,231)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D4A8; }

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

This text font color is #B9D4A8.


Background Color

.myBgColor { background-color: #B9D4A8; }

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

This div background color is #B9D4A8.


Border color

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

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

This div border color is #B9D4A8.


Opacity

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

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

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

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

This text has shadow with #B9D4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D4A8 on black background.


Color preview on white background

This text has color #B9D4A8 on white background.



Black color preview on #B9D4A8 background

This text has black color on #B9D4A8 background.


White color preview on #B9D4A8 background

This text has white color on #B9D4A8 background.