COLOR #B5DED2

HEX: #B5DED2 RGB: (181,222,210)

Color info

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

RGB color model

#B5DED2 color RGB value is (181,222,210).

RGB: (181,222,210) (71%, 87%, 82%)

RGB channels and saturation

R 181 of 255 = 71%
G 222 of 255 = 87%
B 210 of 255 = 82%

181
222
210

R + G + B ~ 80%. #B5DED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 222 + 210 = 613 (100%)
R 181 of 613 ~ 29.53%
G 222 of 613 ~ 36.22%
B 210 of 613 ~ 34.26'%

%29.53
%36.22
%34.26

CMYK color model

#B5DED2 color CMYK value is (18,0,5,13).

  • cyan value is 18.47%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 12.94%

CMYK: (18,0,5,13)
C18M0Y5K13 (18%, 0%, 5%, 13%)
(0.18 / 0.00 / 0.05 / 0.13)

CMYK percentages

%18.47
%0
%5.41
%12.94

Codes

Color #B5DED2 in popluar color models

B5 DE D2
RGB 181 222 210
HSL 162° 38.32% 79.02%
HSB/HSV 162° 18.47% 87.06%
CMYK 18.47% 0.00% 5.41%
12.94%

Color #B5DED2 in popluar number systems.

HEX B5 DE D2
Decimal 181 222 210
Binary 10110101 11011110 11010010
Octal 265 336 322

Shades and tints

Shades of #B5DED2

#B5DED2
(181,222,210)
#A5CABF
(165,202,191)
#95B6AC
(149,182,172)
#85A299
(133,162,153)
#758E86
(117,142,134)
#657A73
(101,122,115)
#556660
(85,102,96)
#45524D
(69,82,77)
#353E3A
(53,62,58)
#252A27
(37,42,39)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #B5DED2

#B5DED2
(181,222,210)
#BBE1D6
(187,225,214)
#C1E4DA
(193,228,218)
#C7E7DE
(199,231,222)
#CDEAE2
(205,234,226)
#D3EDE6
(211,237,230)
#D9F0EA
(217,240,234)
#DFF3EE
(223,243,238)
#E5F6F2
(229,246,242)
#EBF9F6
(235,249,246)
#F1FCFA
(241,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DED2; }

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

This text font color is #B5DED2.

Background Color

.myBgColor { background-color: #B5DED2; }

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

This div background color is #B5DED2.

Border color

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

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

This div border color is #B5DED2.

Opacity

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

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

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

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

This text has shadow with #B5DED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DED2.

Preview

Color preview on black background

This text has color #B5DED2 on black background.


Color preview on white background

This text has color #B5DED2 on white background.


Black color preview on #B5DED2 background

This text has black color on #B5DED2 background.


White color preview on #B5DED2 background

This text has white color on #B5DED2 background.


Related colors

Complementary color

Complementary color for #hex is #4A212D.


I love getcolorcode.com

Triadic colors

1 #D2B5DE and #DED2B5 with #B5DED2 are triadic colors.

2 #D2DEB5 and #DEB5D2 with #B5DED2 are triadic colors.