COLOR #D7ECBD

HEX: #D7ECBD RGB: (215,236,189)

Color info

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

RGB color model

#D7ECBD color RGB value is (215,236,189).

RGB: (215,236,189) (84%, 93%, 74%)

RGB channels and saturation

R 215 of 255 = 84%
G 236 of 255 = 93%
B 189 of 255 = 74%

215
236
189

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

Portions of RGB colors in percentages

R + G + B = 215 + 236 + 189 = 640 (100%)
R 215 of 640 ~ 33.59%
G 236 of 640 ~ 36.88%
B 189 of 640 ~ 29.53'%

%33.59
%36.88
%29.53

CMYK color model

#D7ECBD color CMYK value is (9,0,20,7).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 19.92%
  • key color value is 7.45%
CMYK: (9,0,20,7) C9M0Y20K7 (9%,0%,20%,7%) (0.09/0.00/0.20/0.07) 

CMYK percentages

%8.9
%0
%19.92
%7.45

Codes

Color #D7ECBD in popluar color models

D7 EC BD
RGB 215 236 189
HSL 87° 55.29% 83.33%
HSB/HSV 87° 19.92% 92.55%
CMYK 8.90% 0.00% 19.92%
7.45%

Color #D7ECBD in popluar number systems.

HEX D7 EC BD
Decimal 215 236 189
Binary 11010111 11101100 10111101
Octal 327 354 275

Shades and tints

Shades of #D7ECBD

#D7ECBD
(215,236,189)
#C4D7AC
(196,215,172)
#B1C29B
(177,194,155)
#9EAD8A
(158,173,138)
#8B9879
(139,152,121)
#788368
(120,131,104)
#656E57
(101,110,87)
#525946
(82,89,70)
#3F4435
(63,68,53)
#2C2F24
(44,47,36)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #D7ECBD

#D7ECBD
(215,236,189)
#DAEDC3
(218,237,195)
#DDEEC9
(221,238,201)
#E0EFCF
(224,239,207)
#E3F0D5
(227,240,213)
#E6F1DB
(230,241,219)
#E9F2E1
(233,242,225)
#ECF3E7
(236,243,231)
#EFF4ED
(239,244,237)
#F2F5F3
(242,245,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7ECBD color. Also use rgb(215,236,189) instead hex code.

Text Font Color

.myTextColor { color: #D7ECBD; }

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

This text font color is #D7ECBD.

Background Color

.myBgColor { background-color: #D7ECBD; }

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

This div background color is #D7ECBD.

Border color

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

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

This div border color is #D7ECBD.

Opacity

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

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

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

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

This text has shadow with #D7ECBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ECBD.

Preview

Color preview on black background

This text has color #D7ECBD on black background.


Color preview on white background

This text has color #D7ECBD on white background.


Black color preview on #D7ECBD background

This text has black color on #D7ECBD background.


White color preview on #D7ECBD background

This text has white color on #D7ECBD background.


Related colors

Complementary color

Complementary color for #hex is #281342.


I love getcolorcode.com

Triadic colors

1 #BDD7EC and #ECBDD7 with #D7ECBD are triadic colors.

2 #BDECD7 and #ECD7BD with #D7ECBD are triadic colors.