COLOR #B5E0BF

HEX: #B5E0BF RGB: (181,224,191)

Color info

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

RGB color model

#B5E0BF color RGB value is (181,224,191).

RGB: (181,224,191) (71%, 88%, 75%)

RGB channels and saturation

R 181 of 255 = 71%
G 224 of 255 = 88%
B 191 of 255 = 75%

181
224
191

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

Portions of RGB colors in percentages

R + G + B = 181 + 224 + 191 = 596 (100%)
R 181 of 596 ~ 30.37%
G 224 of 596 ~ 37.58%
B 191 of 596 ~ 32.05'%

%30.37
%37.58
%32.05

CMYK color model

#B5E0BF color CMYK value is (19,0,15,12).

  • cyan value is 19.20%
  • magenta value is 0.00%
  • yellow value is 14.73%
  • key color value is 12.16%
CMYK: (19,0,15,12) C19M0Y15K12 (19%,0%,15%,12%) (0.19/0.00/0.15/0.12) 

CMYK percentages

%19.2
%0
%14.73
%12.16

Codes

Color #B5E0BF in popluar color models

B5 E0 BF
RGB 181 224 191
HSL 134° 40.95% 79.41%
HSB/HSV 134° 19.20% 87.84%
CMYK 19.20% 0.00% 14.73%
12.16%

Color #B5E0BF in popluar number systems.

HEX B5 E0 BF
Decimal 181 224 191
Binary 10110101 11100000 10111111
Octal 265 340 277

Shades and tints

Shades of #B5E0BF

#B5E0BF
(181,224,191)
#A5CCAE
(165,204,174)
#95B89D
(149,184,157)
#85A48C
(133,164,140)
#75907B
(117,144,123)
#657C6A
(101,124,106)
#556859
(85,104,89)
#455448
(69,84,72)
#354037
(53,64,55)
#252C26
(37,44,38)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #B5E0BF

#B5E0BF
(181,224,191)
#BBE2C4
(187,226,196)
#C1E4C9
(193,228,201)
#C7E6CE
(199,230,206)
#CDE8D3
(205,232,211)
#D3EAD8
(211,234,216)
#D9ECDD
(217,236,221)
#DFEEE2
(223,238,226)
#E5F0E7
(229,240,231)
#EBF2EC
(235,242,236)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E0BF; }

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

This text font color is #B5E0BF.

Background Color

.myBgColor { background-color: #B5E0BF; }

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

This div background color is #B5E0BF.

Border color

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

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

This div border color is #B5E0BF.

Opacity

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

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

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

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

This text has shadow with #B5E0BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E0BF.

Preview

Color preview on black background

This text has color #B5E0BF on black background.


Color preview on white background

This text has color #B5E0BF on white background.


Black color preview on #B5E0BF background

This text has black color on #B5E0BF background.


White color preview on #B5E0BF background

This text has white color on #B5E0BF background.


Related colors

Complementary color

Complementary color for #hex is #4A1F40.


I love getcolorcode.com

Triadic colors

1 #BFB5E0 and #E0BFB5 with #B5E0BF are triadic colors.

2 #BFE0B5 and #E0B5BF with #B5E0BF are triadic colors.