COLOR #D5E2BC

HEX: #D5E2BC RGB: (213,226,188)

Color info

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

RGB color model

#D5E2BC color RGB value is (213,226,188).

RGB: (213,226,188) (84%, 89%, 74%)

RGB channels and saturation

R 213 of 255 = 84%
G 226 of 255 = 89%
B 188 of 255 = 74%

213
226
188

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

Portions of RGB colors in percentages

R + G + B = 213 + 226 + 188 = 627 (100%)
R 213 of 627 ~ 33.97%
G 226 of 627 ~ 36.04%
B 188 of 627 ~ 29.98'%

%33.97
%36.04
%29.98

CMYK color model

#D5E2BC color CMYK value is (6,0,17,11).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 11.37%

CMYK: (6,0,17,11)
C6M0Y17K11 (6%, 0%, 17%, 11%)
(0.06 / 0.00 / 0.17 / 0.11)

CMYK percentages

%5.75
%0
%16.81
%11.37

Codes

Color #D5E2BC in popluar color models

D5 E2 BC
RGB 213 226 188
HSL 81° 39.58% 81.18%
HSB/HSV 81° 16.81% 88.63%
CMYK 5.75% 0.00% 16.81%
11.37%

Color #D5E2BC in popluar number systems.

HEX D5 E2 BC
Decimal 213 226 188
Binary 11010101 11100010 10111100
Octal 325 342 274

Shades and tints

Shades of #D5E2BC

#D5E2BC
(213,226,188)
#C2CEAB
(194,206,171)
#AFBA9A
(175,186,154)
#9CA689
(156,166,137)
#899278
(137,146,120)
#767E67
(118,126,103)
#636A56
(99,106,86)
#505645
(80,86,69)
#3D4234
(61,66,52)
#2A2E23
(42,46,35)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #D5E2BC

#D5E2BC
(213,226,188)
#D8E4C2
(216,228,194)
#DBE6C8
(219,230,200)
#DEE8CE
(222,232,206)
#E1EAD4
(225,234,212)
#E4ECDA
(228,236,218)
#E7EEE0
(231,238,224)
#EAF0E6
(234,240,230)
#EDF2EC
(237,242,236)
#F0F4F2
(240,244,242)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E2BC color. Also use rgb(213,226,188) instead hex code.

Text Font Color

.myTextColor { color: #D5E2BC; }

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

This text font color is #D5E2BC.

Background Color

.myBgColor { background-color: #D5E2BC; }

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

This div background color is #D5E2BC.

Border color

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

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

This div border color is #D5E2BC.

Opacity

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

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

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

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

This text has shadow with #D5E2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E2BC.

Preview

Color preview on black background

This text has color #D5E2BC on black background.


Color preview on white background

This text has color #D5E2BC on white background.


Black color preview on #D5E2BC background

This text has black color on #D5E2BC background.


White color preview on #D5E2BC background

This text has white color on #D5E2BC background.


Related colors

Complementary color

Complementary color for #hex is #2A1D43.


I love getcolorcode.com

Triadic colors

1 #BCD5E2 and #E2BCD5 with #D5E2BC are triadic colors.

2 #BCE2D5 and #E2D5BC with #D5E2BC are triadic colors.