COLOR #B9DAB8

HEX: #B9DAB8
RGB: (185,218,184)

Color info

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

RGB color model

#B9DAB8 color RGB value is (185,218,184).

  • red value is 185;
  • green value is 218;
  • blue value is 184.
RGB:
(185,218,184)
(73%,85%,72%)

RGB channels and saturation

R 185 of 255 = 73%
G 218 of 255 = 85%
B 184 of 255 = 72%

185
218
184

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

Portions of RGB colors in percentages

R + G + B =
185 + 218 + 184 = 587 (100%)
R 185 of 587 ~ 31.52%
G 218 of 587 ~ 37.14%
B 184 of 587 ~ 31.35%

%31.52
%37.14
%31.35

CMYK color model

#B9DAB8 color CMYK value is (15,0,16,15).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 14.51%
CMYK:
(15,0,16,15)
C15M0Y16K15 
(15%,0%,16%,15%)
(0.15/0.00/0.16/0.15)	

CMYK percentages

%15.14
%0
%15.6
%14.51

Codes

Color #B9DAB8 in popluar color models

B9DAB8
RGB185218184
HSL118°31.48%78.82%
HSB/HSV118°15.60%85.49%
CMYK15.14%0.00%15.60%
14.51%

Color #B9DAB8 in popluar number systems.

HEXB9DAB8
Decimal185218184
Binary101110011101101010111000
Octal271332270

Shades and tints

Shades of #B9DAB8

#B9DAB8
(185,218,184)
#A9C7A8
(169,199,168)
#99B498
(153,180,152)
#89A188
(137,161,136)
#798E78
(121,142,120)
#697B68
(105,123,104)
#596858
(89,104,88)
#495548
(73,85,72)
#394238
(57,66,56)
#292F28
(41,47,40)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #B9DAB8

#B9DAB8
(185,218,184)
#BFDDBE
(191,221,190)
#C5E0C4
(197,224,196)
#CBE3CA
(203,227,202)
#D1E6D0
(209,230,208)
#D7E9D6
(215,233,214)
#DDECDC
(221,236,220)
#E3EFE2
(227,239,226)
#E9F2E8
(233,242,232)
#EFF5EE
(239,245,238)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DAB8 color. Also use rgb(185,218,184) instead hex code.

Text Font Color

.myTextColor { color: #B9DAB8; }

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

This text font color is #B9DAB8.


Background Color

.myBgColor { background-color: #B9DAB8; }

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

This div background color is #B9DAB8.


Border color

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

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

This div border color is #B9DAB8.


Opacity

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

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

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

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

This text has shadow with #B9DAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DAB8 on black background.


Color preview on white background

This text has color #B9DAB8 on white background.



Black color preview on #B9DAB8 background

This text has black color on #B9DAB8 background.


White color preview on #B9DAB8 background

This text has white color on #B9DAB8 background.