COLOR #B5EBE0

HEX: #B5EBE0 RGB: (181,235,224)

Color info

#B5EBE0 contains red, green and blue colors in about the same proportion. Web safe color of #B5EBE0 is #CCFFCC (or #CFC).

RGB color model

#B5EBE0 color RGB value is (181,235,224).

RGB: (181,235,224) (71%, 92%, 88%)

RGB channels and saturation

R 181 of 255 = 71%
G 235 of 255 = 92%
B 224 of 255 = 88%

181
235
224

R + G + B ~ 84%. #B5EBE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 235 + 224 = 640 (100%)
R 181 of 640 ~ 28.28%
G 235 of 640 ~ 36.72%
B 224 of 640 ~ 35'%

%28.28
%36.72
%35

CMYK color model

#B5EBE0 color CMYK value is (23,0,5,8).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 4.68%
  • key color value is 7.84%

CMYK: (23,0,5,8)
C23M0Y5K8 (23%, 0%, 5%, 8%)
(0.23 / 0.00 / 0.05 / 0.08)

CMYK percentages

%22.98
%0
%4.68
%7.84

Codes

Color #B5EBE0 in popluar color models

B5 EB E0
RGB 181 235 224
HSL 168° 57.45% 81.57%
HSB/HSV 168° 22.98% 92.16%
CMYK 22.98% 0.00% 4.68%
7.84%

Color #B5EBE0 in popluar number systems.

HEX B5 EB E0
Decimal 181 235 224
Binary 10110101 11101011 11100000
Octal 265 353 340

Shades and tints

Shades of #B5EBE0

#B5EBE0
(181,235,224)
#A5D6CC
(165,214,204)
#95C1B8
(149,193,184)
#85ACA4
(133,172,164)
#759790
(117,151,144)
#65827C
(101,130,124)
#556D68
(85,109,104)
#455854
(69,88,84)
#354340
(53,67,64)
#252E2C
(37,46,44)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #B5EBE0

#B5EBE0
(181,235,224)
#BBECE2
(187,236,226)
#C1EDE4
(193,237,228)
#C7EEE6
(199,238,230)
#CDEFE8
(205,239,232)
#D3F0EA
(211,240,234)
#D9F1EC
(217,241,236)
#DFF2EE
(223,242,238)
#E5F3F0
(229,243,240)
#EBF4F2
(235,244,242)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EBE0; }

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

This text font color is #B5EBE0.

Background Color

.myBgColor { background-color: #B5EBE0; }

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

This div background color is #B5EBE0.

Border color

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

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

This div border color is #B5EBE0.

Opacity

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

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

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

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

This text has shadow with #B5EBE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EBE0.

Preview

Color preview on black background

This text has color #B5EBE0 on black background.


Color preview on white background

This text has color #B5EBE0 on white background.


Black color preview on #B5EBE0 background

This text has black color on #B5EBE0 background.


White color preview on #B5EBE0 background

This text has white color on #B5EBE0 background.


Related colors

Complementary color

Complementary color for #hex is #4A141F.


I love getcolorcode.com

Triadic colors

1 #E0B5EB and #EBE0B5 with #B5EBE0 are triadic colors.

2 #E0EBB5 and #EBB5E0 with #B5EBE0 are triadic colors.