COLOR #B5DAB3

HEX: #B5DAB3
RGB: (181,218,179)

Color info

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

RGB color model

#B5DAB3 color RGB value is (181,218,179).

  • red value is 181;
  • green value is 218;
  • blue value is 179.
RGB:
(181,218,179)
(71%,85%,70%)

RGB channels and saturation

R 181 of 255 = 71%
G 218 of 255 = 85%
B 179 of 255 = 70%

181
218
179

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

Portions of RGB colors in percentages

R + G + B =
181 + 218 + 179 = 578 (100%)
R 181 of 578 ~ 31.31%
G 218 of 578 ~ 37.72%
B 179 of 578 ~ 30.97%

%31.31
%37.72
%30.97

CMYK color model

#B5DAB3 color CMYK value is (17,0,18,15).

  • cyan value is 16.97%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 14.51%
CMYK:
(17,0,18,15)
C17M0Y18K15 
(17%,0%,18%,15%)
(0.17/0.00/0.18/0.15)	

CMYK percentages

%16.97
%0
%17.89
%14.51

Codes

Color #B5DAB3 in popluar color models

B5DAB3
RGB181218179
HSL117°34.51%77.84%
HSB/HSV117°17.89%85.49%
CMYK16.97%0.00%17.89%
14.51%

Color #B5DAB3 in popluar number systems.

HEXB5DAB3
Decimal181218179
Binary101101011101101010110011
Octal265332263

Shades and tints

Shades of #B5DAB3

#B5DAB3
(181,218,179)
#A5C7A3
(165,199,163)
#95B493
(149,180,147)
#85A183
(133,161,131)
#758E73
(117,142,115)
#657B63
(101,123,99)
#556853
(85,104,83)
#455543
(69,85,67)
#354233
(53,66,51)
#252F23
(37,47,35)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #B5DAB3

#B5DAB3
(181,218,179)
#BBDDB9
(187,221,185)
#C1E0BF
(193,224,191)
#C7E3C5
(199,227,197)
#CDE6CB
(205,230,203)
#D3E9D1
(211,233,209)
#D9ECD7
(217,236,215)
#DFEFDD
(223,239,221)
#E5F2E3
(229,242,227)
#EBF5E9
(235,245,233)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DAB3 color. Also use rgb(181,218,179) instead hex code.

Text Font Color

.myTextColor { color: #B5DAB3; }

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

This text font color is #B5DAB3.


Background Color

.myBgColor { background-color: #B5DAB3; }

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

This div background color is #B5DAB3.


Border color

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

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

This div border color is #B5DAB3.


Opacity

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

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

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

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

This text has shadow with #B5DAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DAB3 on black background.


Color preview on white background

This text has color #B5DAB3 on white background.



Black color preview on #B5DAB3 background

This text has black color on #B5DAB3 background.


White color preview on #B5DAB3 background

This text has white color on #B5DAB3 background.