COLOR #B5D5AE

HEX: #B5D5AE
RGB: (181,213,174)

Color info

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

RGB color model

#B5D5AE color RGB value is (181,213,174).

  • red value is 181;
  • green value is 213;
  • blue value is 174.
RGB:
(181,213,174)
(71%,84%,68%)

RGB channels and saturation

R 181 of 255 = 71%
G 213 of 255 = 84%
B 174 of 255 = 68%

181
213
174

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

Portions of RGB colors in percentages

R + G + B =
181 + 213 + 174 = 568 (100%)
R 181 of 568 ~ 31.87%
G 213 of 568 ~ 37.5%
B 174 of 568 ~ 30.63%

%31.87
%37.5
%30.63

CMYK color model

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

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 16.47%
CMYK:
(15,0,18,16)
C15M0Y18K16 
(15%,0%,18%,16%)
(0.15/0.00/0.18/0.16)	

CMYK percentages

%15.02
%0
%18.31
%16.47

Codes

Color #B5D5AE in popluar color models

B5D5AE
RGB181213174
HSL109°31.71%75.88%
HSB/HSV109°18.31%83.53%
CMYK15.02%0.00%18.31%
16.47%

Color #B5D5AE in popluar number systems.

HEXB5D5AE
Decimal181213174
Binary101101011101010110101110
Octal265325256

Shades and tints

Shades of #B5D5AE

#B5D5AE
(181,213,174)
#A5C29F
(165,194,159)
#95AF90
(149,175,144)
#859C81
(133,156,129)
#758972
(117,137,114)
#657663
(101,118,99)
#556354
(85,99,84)
#455045
(69,80,69)
#353D36
(53,61,54)
#252A27
(37,42,39)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #B5D5AE

#B5D5AE
(181,213,174)
#BBD8B5
(187,216,181)
#C1DBBC
(193,219,188)
#C7DEC3
(199,222,195)
#CDE1CA
(205,225,202)
#D3E4D1
(211,228,209)
#D9E7D8
(217,231,216)
#DFEADF
(223,234,223)
#E5EDE6
(229,237,230)
#EBF0ED
(235,240,237)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D5AE color. Also use rgb(181,213,174) instead hex code.

Text Font Color

.myTextColor { color: #B5D5AE; }

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

This text font color is #B5D5AE.


Background Color

.myBgColor { background-color: #B5D5AE; }

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

This div background color is #B5D5AE.


Border color

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

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

This div border color is #B5D5AE.


Opacity

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

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

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

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

This text has shadow with #B5D5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D5AE on black background.


Color preview on white background

This text has color #B5D5AE on white background.



Black color preview on #B5D5AE background

This text has black color on #B5D5AE background.


White color preview on #B5D5AE background

This text has white color on #B5D5AE background.