COLOR #B5DEA7

HEX: #B5DEA7 RGB: (181,222,167)

Color info

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

RGB color model

#B5DEA7 color RGB value is (181,222,167).

RGB: (181,222,167) (71%, 87%, 65%)

RGB channels and saturation

R 181 of 255 = 71%
G 222 of 255 = 87%
B 167 of 255 = 65%

181
222
167

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

Portions of RGB colors in percentages

R + G + B = 181 + 222 + 167 = 570 (100%)
R 181 of 570 ~ 31.75%
G 222 of 570 ~ 38.95%
B 167 of 570 ~ 29.3'%

%31.75
%38.95
%29.3

CMYK color model

#B5DEA7 color CMYK value is (18,0,25,13).

  • cyan value is 18.47%
  • magenta value is 0.00%
  • yellow value is 24.77%
  • key color value is 12.94%

CMYK: (18,0,25,13)
C18M0Y25K13 (18%, 0%, 25%, 13%)
(0.18 / 0.00 / 0.25 / 0.13)

CMYK percentages

%18.47
%0
%24.77
%12.94

Codes

Color #B5DEA7 in popluar color models

B5 DE A7
RGB 181 222 167
HSL 105° 45.45% 76.27%
HSB/HSV 105° 24.77% 87.06%
CMYK 18.47% 0.00% 24.77%
12.94%

Color #B5DEA7 in popluar number systems.

HEX B5 DE A7
Decimal 181 222 167
Binary 10110101 11011110 10100111
Octal 265 336 247

Shades and tints

Shades of #B5DEA7

#B5DEA7
(181,222,167)
#A5CA98
(165,202,152)
#95B689
(149,182,137)
#85A27A
(133,162,122)
#758E6B
(117,142,107)
#657A5C
(101,122,92)
#55664D
(85,102,77)
#45523E
(69,82,62)
#353E2F
(53,62,47)
#252A20
(37,42,32)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #B5DEA7

#B5DEA7
(181,222,167)
#BBE1AF
(187,225,175)
#C1E4B7
(193,228,183)
#C7E7BF
(199,231,191)
#CDEAC7
(205,234,199)
#D3EDCF
(211,237,207)
#D9F0D7
(217,240,215)
#DFF3DF
(223,243,223)
#E5F6E7
(229,246,231)
#EBF9EF
(235,249,239)
#F1FCF7
(241,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DEA7 color. Also use rgb(181,222,167) instead hex code.

Text Font Color

.myTextColor { color: #B5DEA7; }

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

This text font color is #B5DEA7.

Background Color

.myBgColor { background-color: #B5DEA7; }

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

This div background color is #B5DEA7.

Border color

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

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

This div border color is #B5DEA7.

Opacity

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

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

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

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

This text has shadow with #B5DEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DEA7.

Preview

Color preview on black background

This text has color #B5DEA7 on black background.


Color preview on white background

This text has color #B5DEA7 on white background.


Black color preview on #B5DEA7 background

This text has black color on #B5DEA7 background.


White color preview on #B5DEA7 background

This text has white color on #B5DEA7 background.


Related colors

Complementary color

Complementary color for #hex is #4A2158.


I love getcolorcode.com

Triadic colors

1 #A7B5DE and #DEA7B5 with #B5DEA7 are triadic colors.

2 #A7DEB5 and #DEB5A7 with #B5DEA7 are triadic colors.