COLOR #B5E5CB

HEX: #B5E5CB RGB: (181,229,203)

Color info

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

RGB color model

#B5E5CB color RGB value is (181,229,203).

RGB: (181,229,203) (71%, 90%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 229 of 255 = 90%
B 203 of 255 = 80%

181
229
203

R + G + B ~ 80%. #B5E5CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 229 + 203 = 613 (100%)
R 181 of 613 ~ 29.53%
G 229 of 613 ~ 37.36%
B 203 of 613 ~ 33.12'%

%29.53
%37.36
%33.12

CMYK color model

#B5E5CB color CMYK value is (21,0,11,10).

  • cyan value is 20.96%
  • magenta value is 0.00%
  • yellow value is 11.35%
  • key color value is 10.20%
CMYK: (21,0,11,10) C21M0Y11K10 (21%,0%,11%,10%) (0.21/0.00/0.11/0.10) 

CMYK percentages

%20.96
%0
%11.35
%10.2

Codes

Color #B5E5CB in popluar color models

B5 E5 CB
RGB 181 229 203
HSL 148° 48.00% 80.39%
HSB/HSV 148° 20.96% 89.80%
CMYK 20.96% 0.00% 11.35%
10.20%

Color #B5E5CB in popluar number systems.

HEX B5 E5 CB
Decimal 181 229 203
Binary 10110101 11100101 11001011
Octal 265 345 313

Shades and tints

Shades of #B5E5CB

#B5E5CB
(181,229,203)
#A5D1B9
(165,209,185)
#95BDA7
(149,189,167)
#85A995
(133,169,149)
#759583
(117,149,131)
#658171
(101,129,113)
#556D5F
(85,109,95)
#45594D
(69,89,77)
#35453B
(53,69,59)
#253129
(37,49,41)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #B5E5CB

#B5E5CB
(181,229,203)
#BBE7CF
(187,231,207)
#C1E9D3
(193,233,211)
#C7EBD7
(199,235,215)
#CDEDDB
(205,237,219)
#D3EFDF
(211,239,223)
#D9F1E3
(217,241,227)
#DFF3E7
(223,243,231)
#E5F5EB
(229,245,235)
#EBF7EF
(235,247,239)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E5CB color. Also use rgb(181,229,203) instead hex code.

Text Font Color

.myTextColor { color: #B5E5CB; }

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

This text font color is #B5E5CB.

Background Color

.myBgColor { background-color: #B5E5CB; }

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

This div background color is #B5E5CB.

Border color

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

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

This div border color is #B5E5CB.

Opacity

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

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

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

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

This text has shadow with #B5E5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E5CB.

Preview

Color preview on black background

This text has color #B5E5CB on black background.


Color preview on white background

This text has color #B5E5CB on white background.


Black color preview on #B5E5CB background

This text has black color on #B5E5CB background.


White color preview on #B5E5CB background

This text has white color on #B5E5CB background.


Related colors

Complementary color

Complementary color for #hex is #4A1A34.


I love getcolorcode.com

Triadic colors

1 #CBB5E5 and #E5CBB5 with #B5E5CB are triadic colors.

2 #CBE5B5 and #E5B5CB with #B5E5CB are triadic colors.