COLOR #B5D3AA

HEX: #B5D3AA RGB: (181,211,170)

Color info

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

RGB color model

#B5D3AA color RGB value is (181,211,170).

RGB: (181,211,170) (71%, 83%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 211 of 255 = 83%
B 170 of 255 = 67%

181
211
170

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

Portions of RGB colors in percentages

R + G + B = 181 + 211 + 170 = 562 (100%)
R 181 of 562 ~ 32.21%
G 211 of 562 ~ 37.54%
B 170 of 562 ~ 30.25'%

%32.21
%37.54
%30.25

CMYK color model

#B5D3AA color CMYK value is (14,0,19,17).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 19.43%
  • key color value is 17.25%
CMYK: (14,0,19,17) C14M0Y19K17 (14%,0%,19%,17%) (0.14/0.00/0.19/0.17) 

CMYK percentages

%14.22
%0
%19.43
%17.25

Codes

Color #B5D3AA in popluar color models

B5 D3 AA
RGB 181 211 170
HSL 104° 31.78% 74.71%
HSB/HSV 104° 19.43% 82.75%
CMYK 14.22% 0.00% 19.43%
17.25%

Color #B5D3AA in popluar number systems.

HEX B5 D3 AA
Decimal 181 211 170
Binary 10110101 11010011 10101010
Octal 265 323 252

Shades and tints

Shades of #B5D3AA

#B5D3AA
(181,211,170)
#A5C09B
(165,192,155)
#95AD8C
(149,173,140)
#859A7D
(133,154,125)
#75876E
(117,135,110)
#65745F
(101,116,95)
#556150
(85,97,80)
#454E41
(69,78,65)
#353B32
(53,59,50)
#252823
(37,40,35)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #B5D3AA

#B5D3AA
(181,211,170)
#BBD7B1
(187,215,177)
#C1DBB8
(193,219,184)
#C7DFBF
(199,223,191)
#CDE3C6
(205,227,198)
#D3E7CD
(211,231,205)
#D9EBD4
(217,235,212)
#DFEFDB
(223,239,219)
#E5F3E2
(229,243,226)
#EBF7E9
(235,247,233)
#F1FBF0
(241,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D3AA color. Also use rgb(181,211,170) instead hex code.

Text Font Color

.myTextColor { color: #B5D3AA; }

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

This text font color is #B5D3AA.

Background Color

.myBgColor { background-color: #B5D3AA; }

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

This div background color is #B5D3AA.

Border color

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

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

This div border color is #B5D3AA.

Opacity

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

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

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

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

This text has shadow with #B5D3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D3AA.

Preview

Color preview on black background

This text has color #B5D3AA on black background.


Color preview on white background

This text has color #B5D3AA on white background.


Black color preview on #B5D3AA background

This text has black color on #B5D3AA background.


White color preview on #B5D3AA background

This text has white color on #B5D3AA background.


Related colors

Complementary color

Complementary color for #hex is #4A2C55.


I love getcolorcode.com

Triadic colors

1 #AAB5D3 and #D3AAB5 with #B5D3AA are triadic colors.

2 #AAD3B5 and #D3B5AA with #B5D3AA are triadic colors.