COLOR #B9DEA4

HEX: #B9DEA4
RGB: (185,222,164)

Color info

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

RGB color model

#B9DEA4 color RGB value is (185,222,164).

  • red value is 185;
  • green value is 222;
  • blue value is 164.
RGB:
(185,222,164)
(73%,87%,64%)

RGB channels and saturation

R 185 of 255 = 73%
G 222 of 255 = 87%
B 164 of 255 = 64%

185
222
164

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

Portions of RGB colors in percentages

R + G + B =
185 + 222 + 164 = 571 (100%)
R 185 of 571 ~ 32.4%
G 222 of 571 ~ 38.88%
B 164 of 571 ~ 28.72%

%32.4
%38.88
%28.72

CMYK color model

#B9DEA4 color CMYK value is (17,0,26,13).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 26.13%
  • key color value is 12.94%
CMYK:
(17,0,26,13)
C17M0Y26K13 
(17%,0%,26%,13%)
(0.17/0.00/0.26/0.13)	

CMYK percentages

%16.67
%0
%26.13
%12.94

Codes

Color #B9DEA4 in popluar color models

B9DEA4
RGB185222164
HSL98°46.77%75.69%
HSB/HSV98°26.13%87.06%
CMYK16.67%0.00%26.13%
12.94%

Color #B9DEA4 in popluar number systems.

HEXB9DEA4
Decimal185222164
Binary101110011101111010100100
Octal271336244

Shades and tints

Shades of #B9DEA4

#B9DEA4
(185,222,164)
#A9CA96
(169,202,150)
#99B688
(153,182,136)
#89A27A
(137,162,122)
#798E6C
(121,142,108)
#697A5E
(105,122,94)
#596650
(89,102,80)
#495242
(73,82,66)
#393E34
(57,62,52)
#292A26
(41,42,38)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #B9DEA4

#B9DEA4
(185,222,164)
#BFE1AC
(191,225,172)
#C5E4B4
(197,228,180)
#CBE7BC
(203,231,188)
#D1EAC4
(209,234,196)
#D7EDCC
(215,237,204)
#DDF0D4
(221,240,212)
#E3F3DC
(227,243,220)
#E9F6E4
(233,246,228)
#EFF9EC
(239,249,236)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DEA4 color. Also use rgb(185,222,164) instead hex code.

Text Font Color

.myTextColor { color: #B9DEA4; }

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

This text font color is #B9DEA4.


Background Color

.myBgColor { background-color: #B9DEA4; }

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

This div background color is #B9DEA4.


Border color

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

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

This div border color is #B9DEA4.


Opacity

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

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

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

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

This text has shadow with #B9DEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DEA4 on black background.


Color preview on white background

This text has color #B9DEA4 on white background.



Black color preview on #B9DEA4 background

This text has black color on #B9DEA4 background.


White color preview on #B9DEA4 background

This text has white color on #B9DEA4 background.