COLOR #B5EDDE

HEX: #B5EDDE
RGB: (181,237,222)

Color info

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

RGB color model

#B5EDDE color RGB value is (181,237,222).

  • red value is 181;
  • green value is 237;
  • blue value is 222.
RGB:
(181,237,222)
(71%,93%,87%)

RGB channels and saturation

R 181 of 255 = 71%
G 237 of 255 = 93%
B 222 of 255 = 87%

181
237
222

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

Portions of RGB colors in percentages

R + G + B =
181 + 237 + 222 = 640 (100%)
R 181 of 640 ~ 28.28%
G 237 of 640 ~ 37.03%
B 222 of 640 ~ 34.69%

%28.28
%37.03
%34.69

CMYK color model

#B5EDDE color CMYK value is (24,0,6,7).

  • cyan value is 23.63%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK:
(24,0,6,7)
C24M0Y6K7 
(24%,0%,6%,7%)
(0.24/0.00/0.06/0.07)	

CMYK percentages

%23.63
%0
%6.33
%7.06

Codes

Color #B5EDDE in popluar color models

B5EDDE
RGB181237222
HSL164°60.87%81.96%
HSB/HSV164°23.63%92.94%
CMYK23.63%0.00%6.33%
7.06%

Color #B5EDDE in popluar number systems.

HEXB5EDDE
Decimal181237222
Binary101101011110110111011110
Octal265355336

Shades and tints

Shades of #B5EDDE

#B5EDDE
(181,237,222)
#A5D8CA
(165,216,202)
#95C3B6
(149,195,182)
#85AEA2
(133,174,162)
#75998E
(117,153,142)
#65847A
(101,132,122)
#556F66
(85,111,102)
#455A52
(69,90,82)
#35453E
(53,69,62)
#25302A
(37,48,42)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #B5EDDE

#B5EDDE
(181,237,222)
#BBEEE1
(187,238,225)
#C1EFE4
(193,239,228)
#C7F0E7
(199,240,231)
#CDF1EA
(205,241,234)
#D3F2ED
(211,242,237)
#D9F3F0
(217,243,240)
#DFF4F3
(223,244,243)
#E5F5F6
(229,245,246)
#EBF6F9
(235,246,249)
#F1F7FC
(241,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EDDE color. Also use rgb(181,237,222) instead hex code.

Text Font Color

.myTextColor { color: #B5EDDE; }

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

This text font color is #B5EDDE.


Background Color

.myBgColor { background-color: #B5EDDE; }

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

This div background color is #B5EDDE.


Border color

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

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

This div border color is #B5EDDE.


Opacity

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

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

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

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

This text has shadow with #B5EDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EDDE on black background.


Color preview on white background

This text has color #B5EDDE on white background.



Black color preview on #B5EDDE background

This text has black color on #B5EDDE background.


White color preview on #B5EDDE background

This text has white color on #B5EDDE background.