COLOR #B5DED6

HEX: #B5DED6
RGB: (181,222,214)

Color info

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

RGB color model

#B5DED6 color RGB value is (181,222,214).

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

RGB channels and saturation

R 181 of 255 = 71%
G 222 of 255 = 87%
B 214 of 255 = 84%

181
222
214

R + G + B ~ 81%. #B5DED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 222 + 214 = 617 (100%)
R 181 of 617 ~ 29.34%
G 222 of 617 ~ 35.98%
B 214 of 617 ~ 34.68%

%29.34
%35.98
%34.68

CMYK color model

#B5DED6 color CMYK value is (18,0,4,13).

  • cyan value is 18.47%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 12.94%
CMYK:
(18,0,4,13)
C18M0Y4K13 
(18%,0%,4%,13%)
(0.18/0.00/0.04/0.13)	

CMYK percentages

%18.47
%0
%3.6
%12.94

Codes

Color #B5DED6 in popluar color models

B5DED6
RGB181222214
HSL168°38.32%79.02%
HSB/HSV168°18.47%87.06%
CMYK18.47%0.00%3.60%
12.94%

Color #B5DED6 in popluar number systems.

HEXB5DED6
Decimal181222214
Binary101101011101111011010110
Octal265336326

Shades and tints

Shades of #B5DED6

#B5DED6
(181,222,214)
#A5CAC3
(165,202,195)
#95B6B0
(149,182,176)
#85A29D
(133,162,157)
#758E8A
(117,142,138)
#657A77
(101,122,119)
#556664
(85,102,100)
#455251
(69,82,81)
#353E3E
(53,62,62)
#252A2B
(37,42,43)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #B5DED6

#B5DED6
(181,222,214)
#BBE1D9
(187,225,217)
#C1E4DC
(193,228,220)
#C7E7DF
(199,231,223)
#CDEAE2
(205,234,226)
#D3EDE5
(211,237,229)
#D9F0E8
(217,240,232)
#DFF3EB
(223,243,235)
#E5F6EE
(229,246,238)
#EBF9F1
(235,249,241)
#F1FCF4
(241,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DED6; }

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

This text font color is #B5DED6.


Background Color

.myBgColor { background-color: #B5DED6; }

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

This div background color is #B5DED6.


Border color

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

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

This div border color is #B5DED6.


Opacity

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

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

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

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

This text has shadow with #B5DED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DED6 on black background.


Color preview on white background

This text has color #B5DED6 on white background.



Black color preview on #B5DED6 background

This text has black color on #B5DED6 background.


White color preview on #B5DED6 background

This text has white color on #B5DED6 background.