COLOR #B5EED6

HEX: #B5EED6
RGB: (181,238,214)

Color info

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

RGB color model

#B5EED6 color RGB value is (181,238,214).

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

RGB channels and saturation

R 181 of 255 = 71%
G 238 of 255 = 93%
B 214 of 255 = 84%

181
238
214

R + G + B ~ 83%. #B5EED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 238 + 214 = 633 (100%)
R 181 of 633 ~ 28.59%
G 238 of 633 ~ 37.6%
B 214 of 633 ~ 33.81%

%28.59
%37.6
%33.81

CMYK color model

#B5EED6 color CMYK value is (24,0,10,7).

  • cyan value is 23.95%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK:
(24,0,10,7)
C24M0Y10K7 
(24%,0%,10%,7%)
(0.24/0.00/0.10/0.07)	

CMYK percentages

%23.95
%0
%10.08
%6.67

Codes

Color #B5EED6 in popluar color models

B5EED6
RGB181238214
HSL155°62.64%82.16%
HSB/HSV155°23.95%93.33%
CMYK23.95%0.00%10.08%
6.67%

Color #B5EED6 in popluar number systems.

HEXB5EED6
Decimal181238214
Binary101101011110111011010110
Octal265356326

Shades and tints

Shades of #B5EED6

#B5EED6
(181,238,214)
#A5D9C3
(165,217,195)
#95C4B0
(149,196,176)
#85AF9D
(133,175,157)
#759A8A
(117,154,138)
#658577
(101,133,119)
#557064
(85,112,100)
#455B51
(69,91,81)
#35463E
(53,70,62)
#25312B
(37,49,43)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #B5EED6

#B5EED6
(181,238,214)
#BBEFD9
(187,239,217)
#C1F0DC
(193,240,220)
#C7F1DF
(199,241,223)
#CDF2E2
(205,242,226)
#D3F3E5
(211,243,229)
#D9F4E8
(217,244,232)
#DFF5EB
(223,245,235)
#E5F6EE
(229,246,238)
#EBF7F1
(235,247,241)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EED6; }

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

This text font color is #B5EED6.


Background Color

.myBgColor { background-color: #B5EED6; }

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

This div background color is #B5EED6.


Border color

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

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

This div border color is #B5EED6.


Opacity

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

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

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

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

This text has shadow with #B5EED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EED6 on black background.


Color preview on white background

This text has color #B5EED6 on white background.



Black color preview on #B5EED6 background

This text has black color on #B5EED6 background.


White color preview on #B5EED6 background

This text has white color on #B5EED6 background.