COLOR #B5D5A1

HEX: #B5D5A1
RGB: (181,213,161)

Color info

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

RGB color model

#B5D5A1 color RGB value is (181,213,161).

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

RGB channels and saturation

R 181 of 255 = 71%
G 213 of 255 = 84%
B 161 of 255 = 63%

181
213
161

R + G + B ~ 73%. #B5D5A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 213 + 161 = 555 (100%)
R 181 of 555 ~ 32.61%
G 213 of 555 ~ 38.38%
B 161 of 555 ~ 29.01%

%32.61
%38.38
%29.01

CMYK color model

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

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 24.41%
  • key color value is 16.47%
CMYK:
(15,0,24,16)
C15M0Y24K16 
(15%,0%,24%,16%)
(0.15/0.00/0.24/0.16)	

CMYK percentages

%15.02
%0
%24.41
%16.47

Codes

Color #B5D5A1 in popluar color models

B5D5A1
RGB181213161
HSL97°38.24%73.33%
HSB/HSV97°24.41%83.53%
CMYK15.02%0.00%24.41%
16.47%

Color #B5D5A1 in popluar number systems.

HEXB5D5A1
Decimal181213161
Binary101101011101010110100001
Octal265325241

Shades and tints

Shades of #B5D5A1

#B5D5A1
(181,213,161)
#A5C293
(165,194,147)
#95AF85
(149,175,133)
#859C77
(133,156,119)
#758969
(117,137,105)
#65765B
(101,118,91)
#55634D
(85,99,77)
#45503F
(69,80,63)
#353D31
(53,61,49)
#252A23
(37,42,35)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #B5D5A1

#B5D5A1
(181,213,161)
#BBD8A9
(187,216,169)
#C1DBB1
(193,219,177)
#C7DEB9
(199,222,185)
#CDE1C1
(205,225,193)
#D3E4C9
(211,228,201)
#D9E7D1
(217,231,209)
#DFEAD9
(223,234,217)
#E5EDE1
(229,237,225)
#EBF0E9
(235,240,233)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D5A1; }

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

This text font color is #B5D5A1.


Background Color

.myBgColor { background-color: #B5D5A1; }

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

This div background color is #B5D5A1.


Border color

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

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

This div border color is #B5D5A1.


Opacity

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

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

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

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

This text has shadow with #B5D5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D5A1 on black background.


Color preview on white background

This text has color #B5D5A1 on white background.



Black color preview on #B5D5A1 background

This text has black color on #B5D5A1 background.


White color preview on #B5D5A1 background

This text has white color on #B5D5A1 background.