COLOR #D7EBD4

HEX: #D7EBD4 RGB: (215,235,212)

Color info

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

RGB color model

#D7EBD4 color RGB value is (215,235,212).

RGB: (215,235,212) (84%, 92%, 83%)

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 212 of 255 = 83%

215
235
212

R + G + B ~ 86%. #D7EBD4 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 235 + 212 = 662 (100%)
R 215 of 662 ~ 32.48%
G 235 of 662 ~ 35.5%
B 212 of 662 ~ 32.02'%

%32.48
%35.5
%32.02

CMYK color model

#D7EBD4 color CMYK value is (9,0,10,8).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 7.84%

CMYK: (9,0,10,8)
C9M0Y10K8 (9%, 0%, 10%, 8%)
(0.09 / 0.00 / 0.10 / 0.08)

CMYK percentages

%8.51
%0
%9.79
%7.84

Codes

Color #D7EBD4 in popluar color models

D7 EB D4
RGB 215 235 212
HSL 112° 36.51% 87.65%
HSB/HSV 112° 9.79% 92.16%
CMYK 8.51% 0.00% 9.79%
7.84%

Color #D7EBD4 in popluar number systems.

HEX D7 EB D4
Decimal 215 235 212
Binary 11010111 11101011 11010100
Octal 327 353 324

Shades and tints

Shades of #D7EBD4

#D7EBD4
(215,235,212)
#C4D6C1
(196,214,193)
#B1C1AE
(177,193,174)
#9EAC9B
(158,172,155)
#8B9788
(139,151,136)
#788275
(120,130,117)
#656D62
(101,109,98)
#52584F
(82,88,79)
#3F433C
(63,67,60)
#2C2E29
(44,46,41)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #D7EBD4

#D7EBD4
(215,235,212)
#DAECD7
(218,236,215)
#DDEDDA
(221,237,218)
#E0EEDD
(224,238,221)
#E3EFE0
(227,239,224)
#E6F0E3
(230,240,227)
#E9F1E6
(233,241,230)
#ECF2E9
(236,242,233)
#EFF3EC
(239,243,236)
#F2F4EF
(242,244,239)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EBD4 color. Also use rgb(215,235,212) instead hex code.

Text Font Color

.myTextColor { color: #D7EBD4; }

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

This text font color is #D7EBD4.

Background Color

.myBgColor { background-color: #D7EBD4; }

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

This div background color is #D7EBD4.

Border color

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

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

This div border color is #D7EBD4.

Opacity

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

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

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

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

This text has shadow with #D7EBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EBD4.

Preview

Color preview on black background

This text has color #D7EBD4 on black background.


Color preview on white background

This text has color #D7EBD4 on white background.


Black color preview on #D7EBD4 background

This text has black color on #D7EBD4 background.


White color preview on #D7EBD4 background

This text has white color on #D7EBD4 background.


Related colors

Complementary color

Complementary color for #hex is #28142B.


I love getcolorcode.com

Triadic colors

1 #D4D7EB and #EBD4D7 with #D7EBD4 are triadic colors.

2 #D4EBD7 and #EBD7D4 with #D7EBD4 are triadic colors.