COLOR #B9DCA8

HEX: #B9DCA8
RGB: (185,220,168)

Color info

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

RGB color model

#B9DCA8 color RGB value is (185,220,168).

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

RGB channels and saturation

R 185 of 255 = 73%
G 220 of 255 = 86%
B 168 of 255 = 66%

185
220
168

R + G + B ~ 75%. #B9DCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 220 + 168 = 573 (100%)
R 185 of 573 ~ 32.29%
G 220 of 573 ~ 38.39%
B 168 of 573 ~ 29.32%

%32.29
%38.39
%29.32

CMYK color model

#B9DCA8 color CMYK value is (16,0,24,14).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • key color value is 13.73%
CMYK:
(16,0,24,14)
C16M0Y24K14 
(16%,0%,24%,14%)
(0.16/0.00/0.24/0.14)	

CMYK percentages

%15.91
%0
%23.64
%13.73

Codes

Color #B9DCA8 in popluar color models

B9DCA8
RGB185220168
HSL100°42.62%76.08%
HSB/HSV100°23.64%86.27%
CMYK15.91%0.00%23.64%
13.73%

Color #B9DCA8 in popluar number systems.

HEXB9DCA8
Decimal185220168
Binary101110011101110010101000
Octal271334250

Shades and tints

Shades of #B9DCA8

#B9DCA8
(185,220,168)
#A9C899
(169,200,153)
#99B48A
(153,180,138)
#89A07B
(137,160,123)
#798C6C
(121,140,108)
#69785D
(105,120,93)
#59644E
(89,100,78)
#49503F
(73,80,63)
#393C30
(57,60,48)
#292821
(41,40,33)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #B9DCA8

#B9DCA8
(185,220,168)
#BFDFAF
(191,223,175)
#C5E2B6
(197,226,182)
#CBE5BD
(203,229,189)
#D1E8C4
(209,232,196)
#D7EBCB
(215,235,203)
#DDEED2
(221,238,210)
#E3F1D9
(227,241,217)
#E9F4E0
(233,244,224)
#EFF7E7
(239,247,231)
#F5FAEE
(245,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DCA8; }

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

This text font color is #B9DCA8.


Background Color

.myBgColor { background-color: #B9DCA8; }

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

This div background color is #B9DCA8.


Border color

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

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

This div border color is #B9DCA8.


Opacity

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

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

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

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

This text has shadow with #B9DCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DCA8 on black background.


Color preview on white background

This text has color #B9DCA8 on white background.



Black color preview on #B9DCA8 background

This text has black color on #B9DCA8 background.


White color preview on #B9DCA8 background

This text has white color on #B9DCA8 background.