COLOR #D7ECB3

HEX: #D7ECB3 RGB: (215,236,179)

Color info

#D7ECB3 contains red, green and blue colors in about the same proportion. Web safe color of #D7ECB3 is #CCFF99 (or #CF9).

RGB color model

#D7ECB3 color RGB value is (215,236,179).

RGB: (215,236,179) (84%, 93%, 70%)

RGB channels and saturation

R 215 of 255 = 84%
G 236 of 255 = 93%
B 179 of 255 = 70%

215
236
179

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

Portions of RGB colors in percentages

R + G + B = 215 + 236 + 179 = 630 (100%)
R 215 of 630 ~ 34.13%
G 236 of 630 ~ 37.46%
B 179 of 630 ~ 28.41'%

%34.13
%37.46
%28.41

CMYK color model

#D7ECB3 color CMYK value is (9,0,24,7).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 24.15%
  • key color value is 7.45%

CMYK: (9,0,24,7)
C9M0Y24K7 (9%, 0%, 24%, 7%)
(0.09 / 0.00 / 0.24 / 0.07)

CMYK percentages

%8.9
%0
%24.15
%7.45

Codes

Color #D7ECB3 in popluar color models

D7 EC B3
RGB 215 236 179
HSL 82° 60.00% 81.37%
HSB/HSV 82° 24.15% 92.55%
CMYK 8.90% 0.00% 24.15%
7.45%

Color #D7ECB3 in popluar number systems.

HEX D7 EC B3
Decimal 215 236 179
Binary 11010111 11101100 10110011
Octal 327 354 263

Shades and tints

Shades of #D7ECB3

#D7ECB3
(215,236,179)
#C4D7A3
(196,215,163)
#B1C293
(177,194,147)
#9EAD83
(158,173,131)
#8B9873
(139,152,115)
#788363
(120,131,99)
#656E53
(101,110,83)
#525943
(82,89,67)
#3F4433
(63,68,51)
#2C2F23
(44,47,35)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #D7ECB3

#D7ECB3
(215,236,179)
#DAEDB9
(218,237,185)
#DDEEBF
(221,238,191)
#E0EFC5
(224,239,197)
#E3F0CB
(227,240,203)
#E6F1D1
(230,241,209)
#E9F2D7
(233,242,215)
#ECF3DD
(236,243,221)
#EFF4E3
(239,244,227)
#F2F5E9
(242,245,233)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ECB3; }

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

This text font color is #D7ECB3.

Background Color

.myBgColor { background-color: #D7ECB3; }

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

This div background color is #D7ECB3.

Border color

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

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

This div border color is #D7ECB3.

Opacity

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

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

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

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

This text has shadow with #D7ECB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ECB3.

Preview

Color preview on black background

This text has color #D7ECB3 on black background.


Color preview on white background

This text has color #D7ECB3 on white background.


Black color preview on #D7ECB3 background

This text has black color on #D7ECB3 background.


White color preview on #D7ECB3 background

This text has white color on #D7ECB3 background.


Related colors

Complementary color

Complementary color for #hex is #28134C.


I love getcolorcode.com

Triadic colors

1 #B3D7EC and #ECB3D7 with #D7ECB3 are triadic colors.

2 #B3ECD7 and #ECD7B3 with #D7ECB3 are triadic colors.