COLOR #B5ECAB

HEX: #B5ECAB RGB: (181,236,171)

Color info

#B5ECAB contains mainly red and green colors. Web safe color of #B5ECAB is #CCFF99 (or #CF9).

RGB color model

#B5ECAB color RGB value is (181,236,171).

RGB: (181,236,171) (71%, 93%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 236 of 255 = 93%
B 171 of 255 = 67%

181
236
171

R + G + B ~ 77%. #B5ECAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 236 + 171 = 588 (100%)
R 181 of 588 ~ 30.78%
G 236 of 588 ~ 40.14%
B 171 of 588 ~ 29.08'%

%30.78
%40.14
%29.08

CMYK color model

#B5ECAB color CMYK value is (23,0,28,7).

  • cyan value is 23.31%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 7.45%

CMYK: (23,0,28,7)
C23M0Y28K7 (23%, 0%, 28%, 7%)
(0.23 / 0.00 / 0.28 / 0.07)

CMYK percentages

%23.31
%0
%27.54
%7.45

Codes

Color #B5ECAB in popluar color models

B5 EC AB
RGB 181 236 171
HSL 111° 63.11% 79.80%
HSB/HSV 111° 27.54% 92.55%
CMYK 23.31% 0.00% 27.54%
7.45%

Color #B5ECAB in popluar number systems.

HEX B5 EC AB
Decimal 181 236 171
Binary 10110101 11101100 10101011
Octal 265 354 253

Shades and tints

Shades of #B5ECAB

#B5ECAB
(181,236,171)
#A5D79C
(165,215,156)
#95C28D
(149,194,141)
#85AD7E
(133,173,126)
#75986F
(117,152,111)
#658360
(101,131,96)
#556E51
(85,110,81)
#455942
(69,89,66)
#354433
(53,68,51)
#252F24
(37,47,36)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #B5ECAB

#B5ECAB
(181,236,171)
#BBEDB2
(187,237,178)
#C1EEB9
(193,238,185)
#C7EFC0
(199,239,192)
#CDF0C7
(205,240,199)
#D3F1CE
(211,241,206)
#D9F2D5
(217,242,213)
#DFF3DC
(223,243,220)
#E5F4E3
(229,244,227)
#EBF5EA
(235,245,234)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ECAB; }

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

This text font color is #B5ECAB.

Background Color

.myBgColor { background-color: #B5ECAB; }

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

This div background color is #B5ECAB.

Border color

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

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

This div border color is #B5ECAB.

Opacity

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

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

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

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

This text has shadow with #B5ECAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5ECAB.

Preview

Color preview on black background

This text has color #B5ECAB on black background.


Color preview on white background

This text has color #B5ECAB on white background.


Black color preview on #B5ECAB background

This text has black color on #B5ECAB background.


White color preview on #B5ECAB background

This text has white color on #B5ECAB background.


Related colors

Complementary color

Complementary color for #hex is #4A1354.


I love getcolorcode.com

Triadic colors

1 #ABB5EC and #ECABB5 with #B5ECAB are triadic colors.

2 #ABECB5 and #ECB5AB with #B5ECAB are triadic colors.