COLOR #B5E0BC

HEX: #B5E0BC RGB: (181,224,188)

Color info

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

RGB color model

#B5E0BC color RGB value is (181,224,188).

RGB: (181,224,188) (71%, 88%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 224 of 255 = 88%
B 188 of 255 = 74%

181
224
188

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

Portions of RGB colors in percentages

R + G + B = 181 + 224 + 188 = 593 (100%)
R 181 of 593 ~ 30.52%
G 224 of 593 ~ 37.77%
B 188 of 593 ~ 31.7'%

%30.52
%37.77
%31.7

CMYK color model

#B5E0BC color CMYK value is (19,0,16,12).

  • cyan value is 19.20%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 12.16%
CMYK: (19,0,16,12) C19M0Y16K12 (19%,0%,16%,12%) (0.19/0.00/0.16/0.12) 

CMYK percentages

%19.2
%0
%16.07
%12.16

Codes

Color #B5E0BC in popluar color models

B5 E0 BC
RGB 181 224 188
HSL 130° 40.95% 79.41%
HSB/HSV 130° 19.20% 87.84%
CMYK 19.20% 0.00% 16.07%
12.16%

Color #B5E0BC in popluar number systems.

HEX B5 E0 BC
Decimal 181 224 188
Binary 10110101 11100000 10111100
Octal 265 340 274

Shades and tints

Shades of #B5E0BC

#B5E0BC
(181,224,188)
#A5CCAB
(165,204,171)
#95B89A
(149,184,154)
#85A489
(133,164,137)
#759078
(117,144,120)
#657C67
(101,124,103)
#556856
(85,104,86)
#455445
(69,84,69)
#354034
(53,64,52)
#252C23
(37,44,35)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #B5E0BC

#B5E0BC
(181,224,188)
#BBE2C2
(187,226,194)
#C1E4C8
(193,228,200)
#C7E6CE
(199,230,206)
#CDE8D4
(205,232,212)
#D3EADA
(211,234,218)
#D9ECE0
(217,236,224)
#DFEEE6
(223,238,230)
#E5F0EC
(229,240,236)
#EBF2F2
(235,242,242)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E0BC color. Also use rgb(181,224,188) instead hex code.

Text Font Color

.myTextColor { color: #B5E0BC; }

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

This text font color is #B5E0BC.

Background Color

.myBgColor { background-color: #B5E0BC; }

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

This div background color is #B5E0BC.

Border color

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

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

This div border color is #B5E0BC.

Opacity

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

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

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

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

This text has shadow with #B5E0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E0BC.

Preview

Color preview on black background

This text has color #B5E0BC on black background.


Color preview on white background

This text has color #B5E0BC on white background.


Black color preview on #B5E0BC background

This text has black color on #B5E0BC background.


White color preview on #B5E0BC background

This text has white color on #B5E0BC background.


Related colors

Complementary color

Complementary color for #hex is #4A1F43.


I love getcolorcode.com

Triadic colors

1 #BCB5E0 and #E0BCB5 with #B5E0BC are triadic colors.

2 #BCE0B5 and #E0B5BC with #B5E0BC are triadic colors.