COLOR #B5E0DE

HEX: #B5E0DE
RGB: (181,224,222)

Color info

#B5E0DE contains red, green and blue colors in about the same proportion. Web safe color of #B5E0DE is #CCCCCC (or #CCC).

RGB color model

#B5E0DE color RGB value is (181,224,222).

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

RGB channels and saturation

R 181 of 255 = 71%
G 224 of 255 = 88%
B 222 of 255 = 87%

181
224
222

R + G + B ~ 82%. #B5E0DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 224 + 222 = 627 (100%)
R 181 of 627 ~ 28.87%
G 224 of 627 ~ 35.73%
B 222 of 627 ~ 35.41%

%28.87
%35.73
%35.41

CMYK color model

#B5E0DE color CMYK value is (19,0,1,12).

  • cyan value is 19.20%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 12.16%
CMYK:
(19,0,1,12)
C19M0Y1K12 
(19%,0%,1%,12%)
(0.19/0.00/0.01/0.12)	

CMYK percentages

%19.2
%0
%0.89
%12.16

Codes

Color #B5E0DE in popluar color models

B5E0DE
RGB181224222
HSL177°40.95%79.41%
HSB/HSV177°19.20%87.84%
CMYK19.20%0.00%0.89%
12.16%

Color #B5E0DE in popluar number systems.

HEXB5E0DE
Decimal181224222
Binary101101011110000011011110
Octal265340336

Shades and tints

Shades of #B5E0DE

#B5E0DE
(181,224,222)
#A5CCCA
(165,204,202)
#95B8B6
(149,184,182)
#85A4A2
(133,164,162)
#75908E
(117,144,142)
#657C7A
(101,124,122)
#556866
(85,104,102)
#455452
(69,84,82)
#35403E
(53,64,62)
#252C2A
(37,44,42)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #B5E0DE

#B5E0DE
(181,224,222)
#BBE2E1
(187,226,225)
#C1E4E4
(193,228,228)
#C7E6E7
(199,230,231)
#CDE8EA
(205,232,234)
#D3EAED
(211,234,237)
#D9ECF0
(217,236,240)
#DFEEF3
(223,238,243)
#E5F0F6
(229,240,246)
#EBF2F9
(235,242,249)
#F1F4FC
(241,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E0DE; }

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

This text font color is #B5E0DE.


Background Color

.myBgColor { background-color: #B5E0DE; }

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

This div background color is #B5E0DE.


Border color

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

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

This div border color is #B5E0DE.


Opacity

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

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

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

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

This text has shadow with #B5E0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E0DE on black background.


Color preview on white background

This text has color #B5E0DE on white background.



Black color preview on #B5E0DE background

This text has black color on #B5E0DE background.


White color preview on #B5E0DE background

This text has white color on #B5E0DE background.