COLOR #B5E3BB

HEX: #B5E3BB RGB: (181,227,187)

Color info

#B5E3BB contains red, green and blue colors in about the same proportion. Web safe color of #B5E3BB is #CCCCCC (or #CCC).

RGB color model

#B5E3BB color RGB value is (181,227,187).

RGB: (181,227,187) (71%, 89%, 73%)

RGB channels and saturation

R 181 of 255 = 71%
G 227 of 255 = 89%
B 187 of 255 = 73%

181
227
187

R + G + B ~ 78%. #B5E3BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 227 + 187 = 595 (100%)
R 181 of 595 ~ 30.42%
G 227 of 595 ~ 38.15%
B 187 of 595 ~ 31.43'%

%30.42
%38.15
%31.43

CMYK color model

#B5E3BB color CMYK value is (20,0,18,11).

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 10.98%

CMYK: (20,0,18,11)
C20M0Y18K11 (20%, 0%, 18%, 11%)
(0.20 / 0.00 / 0.18 / 0.11)

CMYK percentages

%20.26
%0
%17.62
%10.98

Codes

Color #B5E3BB in popluar color models

B5 E3 BB
RGB 181 227 187
HSL 128° 45.10% 80.00%
HSB/HSV 128° 20.26% 89.02%
CMYK 20.26% 0.00% 17.62%
10.98%

Color #B5E3BB in popluar number systems.

HEX B5 E3 BB
Decimal 181 227 187
Binary 10110101 11100011 10111011
Octal 265 343 273

Shades and tints

Shades of #B5E3BB

#B5E3BB
(181,227,187)
#A5CFAA
(165,207,170)
#95BB99
(149,187,153)
#85A788
(133,167,136)
#759377
(117,147,119)
#657F66
(101,127,102)
#556B55
(85,107,85)
#455744
(69,87,68)
#354333
(53,67,51)
#252F22
(37,47,34)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #B5E3BB

#B5E3BB
(181,227,187)
#BBE5C1
(187,229,193)
#C1E7C7
(193,231,199)
#C7E9CD
(199,233,205)
#CDEBD3
(205,235,211)
#D3EDD9
(211,237,217)
#D9EFDF
(217,239,223)
#DFF1E5
(223,241,229)
#E5F3EB
(229,243,235)
#EBF5F1
(235,245,241)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E3BB color. Also use rgb(181,227,187) instead hex code.

Text Font Color

.myTextColor { color: #B5E3BB; }

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

This text font color is #B5E3BB.

Background Color

.myBgColor { background-color: #B5E3BB; }

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

This div background color is #B5E3BB.

Border color

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

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

This div border color is #B5E3BB.

Opacity

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

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

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

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

This text has shadow with #B5E3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E3BB.

Preview

Color preview on black background

This text has color #B5E3BB on black background.


Color preview on white background

This text has color #B5E3BB on white background.


Black color preview on #B5E3BB background

This text has black color on #B5E3BB background.


White color preview on #B5E3BB background

This text has white color on #B5E3BB background.


Related colors

Complementary color

Complementary color for #hex is #4A1C44.


I love getcolorcode.com

Triadic colors

1 #BBB5E3 and #E3BBB5 with #B5E3BB are triadic colors.

2 #BBE3B5 and #E3B5BB with #B5E3BB are triadic colors.