COLOR #B5EAE9

HEX: #B5EAE9
RGB: (181,234,233)

Color info

#B5EAE9 contains red, green and blue colors in about the same proportion. Web safe color of #B5EAE9 is #CCFFFF (or #CFF).

RGB color model

#B5EAE9 color RGB value is (181,234,233).

  • red value is 181;
  • green value is 234;
  • blue value is 233.
RGB:
(181,234,233)
(71%,92%,91%)

RGB channels and saturation

R 181 of 255 = 71%
G 234 of 255 = 92%
B 233 of 255 = 91%

181
234
233

R + G + B ~ 85%. #B5EAE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 234 + 233 = 648 (100%)
R 181 of 648 ~ 27.93%
G 234 of 648 ~ 36.11%
B 233 of 648 ~ 35.96%

%27.93
%36.11
%35.96

CMYK color model

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

  • cyan value is 22.65%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 8.24%
CMYK:
(23,0,0,8)
C23M0Y0K8 
(23%,0%,0%,8%)
(0.23/0.00/0.00/0.08)	

CMYK percentages

%22.65
%0
%0.43
%8.24

Codes

Color #B5EAE9 in popluar color models

B5EAE9
RGB181234233
HSL179°55.79%81.37%
HSB/HSV179°22.65%91.76%
CMYK22.65%0.00%0.43%
8.24%

Color #B5EAE9 in popluar number systems.

HEXB5EAE9
Decimal181234233
Binary101101011110101011101001
Octal265352351

Shades and tints

Shades of #B5EAE9

#B5EAE9
(181,234,233)
#A5D5D4
(165,213,212)
#95C0BF
(149,192,191)
#85ABAA
(133,171,170)
#759695
(117,150,149)
#658180
(101,129,128)
#556C6B
(85,108,107)
#455756
(69,87,86)
#354241
(53,66,65)
#252D2C
(37,45,44)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #B5EAE9

#B5EAE9
(181,234,233)
#BBEBEB
(187,235,235)
#C1ECED
(193,236,237)
#C7EDEF
(199,237,239)
#CDEEF1
(205,238,241)
#D3EFF3
(211,239,243)
#D9F0F5
(217,240,245)
#DFF1F7
(223,241,247)
#E5F2F9
(229,242,249)
#EBF3FB
(235,243,251)
#F1F4FD
(241,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EAE9 color. Also use rgb(181,234,233) instead hex code.

Text Font Color

.myTextColor { color: #B5EAE9; }

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

This text font color is #B5EAE9.


Background Color

.myBgColor { background-color: #B5EAE9; }

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

This div background color is #B5EAE9.


Border color

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

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

This div border color is #B5EAE9.


Opacity

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

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

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

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

This text has shadow with #B5EAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EAE9 on black background.


Color preview on white background

This text has color #B5EAE9 on white background.



Black color preview on #B5EAE9 background

This text has black color on #B5EAE9 background.


White color preview on #B5EAE9 background

This text has white color on #B5EAE9 background.