COLOR #B5DFAB

HEX: #B5DFAB RGB: (181,223,171)

Color info

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

RGB color model

#B5DFAB color RGB value is (181,223,171).

RGB: (181,223,171) (71%, 87%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 223 of 255 = 87%
B 171 of 255 = 67%

181
223
171

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

Portions of RGB colors in percentages

R + G + B = 181 + 223 + 171 = 575 (100%)
R 181 of 575 ~ 31.48%
G 223 of 575 ~ 38.78%
B 171 of 575 ~ 29.74'%

%31.48
%38.78
%29.74

CMYK color model

#B5DFAB color CMYK value is (19,0,23,13).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 23.32%
  • key color value is 12.55%

CMYK: (19,0,23,13)
C19M0Y23K13 (19%, 0%, 23%, 13%)
(0.19 / 0.00 / 0.23 / 0.13)

CMYK percentages

%18.83
%0
%23.32
%12.55

Codes

Color #B5DFAB in popluar color models

B5 DF AB
RGB 181 223 171
HSL 108° 44.83% 77.25%
HSB/HSV 108° 23.32% 87.45%
CMYK 18.83% 0.00% 23.32%
12.55%

Color #B5DFAB in popluar number systems.

HEX B5 DF AB
Decimal 181 223 171
Binary 10110101 11011111 10101011
Octal 265 337 253

Shades and tints

Shades of #B5DFAB

#B5DFAB
(181,223,171)
#A5CB9C
(165,203,156)
#95B78D
(149,183,141)
#85A37E
(133,163,126)
#758F6F
(117,143,111)
#657B60
(101,123,96)
#556751
(85,103,81)
#455342
(69,83,66)
#353F33
(53,63,51)
#252B24
(37,43,36)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #B5DFAB

#B5DFAB
(181,223,171)
#BBE1B2
(187,225,178)
#C1E3B9
(193,227,185)
#C7E5C0
(199,229,192)
#CDE7C7
(205,231,199)
#D3E9CE
(211,233,206)
#D9EBD5
(217,235,213)
#DFEDDC
(223,237,220)
#E5EFE3
(229,239,227)
#EBF1EA
(235,241,234)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DFAB color. Also use rgb(181,223,171) instead hex code.

Text Font Color

.myTextColor { color: #B5DFAB; }

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

This text font color is #B5DFAB.

Background Color

.myBgColor { background-color: #B5DFAB; }

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

This div background color is #B5DFAB.

Border color

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

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

This div border color is #B5DFAB.

Opacity

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

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

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

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

This text has shadow with #B5DFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DFAB.

Preview

Color preview on black background

This text has color #B5DFAB on black background.


Color preview on white background

This text has color #B5DFAB on white background.


Black color preview on #B5DFAB background

This text has black color on #B5DFAB background.


White color preview on #B5DFAB background

This text has white color on #B5DFAB background.


Related colors

Complementary color

Complementary color for #hex is #4A2054.


I love getcolorcode.com

Triadic colors

1 #ABB5DF and #DFABB5 with #B5DFAB are triadic colors.

2 #ABDFB5 and #DFB5AB with #B5DFAB are triadic colors.