COLOR #B5EEE4

HEX: #B5EEE4
RGB: (181,238,228)

Color info

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

RGB color model

#B5EEE4 color RGB value is (181,238,228).

  • red value is 181;
  • green value is 238;
  • blue value is 228.
RGB:
(181,238,228)
(71%,93%,89%)

RGB channels and saturation

R 181 of 255 = 71%
G 238 of 255 = 93%
B 228 of 255 = 89%

181
238
228

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

Portions of RGB colors in percentages

R + G + B =
181 + 238 + 228 = 647 (100%)
R 181 of 647 ~ 27.98%
G 238 of 647 ~ 36.79%
B 228 of 647 ~ 35.24%

%27.98
%36.79
%35.24

CMYK color model

#B5EEE4 color CMYK value is (24,0,4,7).

  • cyan value is 23.95%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(24,0,4,7)
C24M0Y4K7 
(24%,0%,4%,7%)
(0.24/0.00/0.04/0.07)	

CMYK percentages

%23.95
%0
%4.2
%6.67

Codes

Color #B5EEE4 in popluar color models

B5EEE4
RGB181238228
HSL169°62.64%82.16%
HSB/HSV169°23.95%93.33%
CMYK23.95%0.00%4.20%
6.67%

Color #B5EEE4 in popluar number systems.

HEXB5EEE4
Decimal181238228
Binary101101011110111011100100
Octal265356344

Shades and tints

Shades of #B5EEE4

#B5EEE4
(181,238,228)
#A5D9D0
(165,217,208)
#95C4BC
(149,196,188)
#85AFA8
(133,175,168)
#759A94
(117,154,148)
#658580
(101,133,128)
#55706C
(85,112,108)
#455B58
(69,91,88)
#354644
(53,70,68)
#253130
(37,49,48)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #B5EEE4

#B5EEE4
(181,238,228)
#BBEFE6
(187,239,230)
#C1F0E8
(193,240,232)
#C7F1EA
(199,241,234)
#CDF2EC
(205,242,236)
#D3F3EE
(211,243,238)
#D9F4F0
(217,244,240)
#DFF5F2
(223,245,242)
#E5F6F4
(229,246,244)
#EBF7F6
(235,247,246)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EEE4 color. Also use rgb(181,238,228) instead hex code.

Text Font Color

.myTextColor { color: #B5EEE4; }

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

This text font color is #B5EEE4.


Background Color

.myBgColor { background-color: #B5EEE4; }

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

This div background color is #B5EEE4.


Border color

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

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

This div border color is #B5EEE4.


Opacity

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

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

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

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

This text has shadow with #B5EEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EEE4 on black background.


Color preview on white background

This text has color #B5EEE4 on white background.



Black color preview on #B5EEE4 background

This text has black color on #B5EEE4 background.


White color preview on #B5EEE4 background

This text has white color on #B5EEE4 background.