COLOR #D4EBC5

HEX: #D4EBC5 RGB: (212,235,197)

Color info

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

RGB color model

#D4EBC5 color RGB value is (212,235,197).

RGB: (212,235,197) (83%, 92%, 77%)

RGB channels and saturation

R 212 of 255 = 83%
G 235 of 255 = 92%
B 197 of 255 = 77%

212
235
197

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

Portions of RGB colors in percentages

R + G + B = 212 + 235 + 197 = 644 (100%)
R 212 of 644 ~ 32.92%
G 235 of 644 ~ 36.49%
B 197 of 644 ~ 30.59'%

%32.92
%36.49
%30.59

CMYK color model

#D4EBC5 color CMYK value is (10,0,16,8).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 7.84%
CMYK: (10,0,16,8) C10M0Y16K8 (10%,0%,16%,8%) (0.10/0.00/0.16/0.08) 

CMYK percentages

%9.79
%0
%16.17
%7.84

Codes

Color #D4EBC5 in popluar color models

D4 EB C5
RGB 212 235 197
HSL 96° 48.72% 84.71%
HSB/HSV 96° 16.17% 92.16%
CMYK 9.79% 0.00% 16.17%
7.84%

Color #D4EBC5 in popluar number systems.

HEX D4 EB C5
Decimal 212 235 197
Binary 11010100 11101011 11000101
Octal 324 353 305

Shades and tints

Shades of #D4EBC5

#D4EBC5
(212,235,197)
#C1D6B4
(193,214,180)
#AEC1A3
(174,193,163)
#9BAC92
(155,172,146)
#889781
(136,151,129)
#758270
(117,130,112)
#626D5F
(98,109,95)
#4F584E
(79,88,78)
#3C433D
(60,67,61)
#292E2C
(41,46,44)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #D4EBC5

#D4EBC5
(212,235,197)
#D7ECCA
(215,236,202)
#DAEDCF
(218,237,207)
#DDEED4
(221,238,212)
#E0EFD9
(224,239,217)
#E3F0DE
(227,240,222)
#E6F1E3
(230,241,227)
#E9F2E8
(233,242,232)
#ECF3ED
(236,243,237)
#EFF4F2
(239,244,242)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EBC5; }

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

This text font color is #D4EBC5.

Background Color

.myBgColor { background-color: #D4EBC5; }

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

This div background color is #D4EBC5.

Border color

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

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

This div border color is #D4EBC5.

Opacity

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

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

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

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

This text has shadow with #D4EBC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EBC5.

Preview

Color preview on black background

This text has color #D4EBC5 on black background.


Color preview on white background

This text has color #D4EBC5 on white background.


Black color preview on #D4EBC5 background

This text has black color on #D4EBC5 background.


White color preview on #D4EBC5 background

This text has white color on #D4EBC5 background.


Related colors

Complementary color

Complementary color for #hex is #2B143A.


I love getcolorcode.com

Triadic colors

1 #C5D4EB and #EBC5D4 with #D4EBC5 are triadic colors.

2 #C5EBD4 and #EBD4C5 with #D4EBC5 are triadic colors.