COLOR #D4EBC4

HEX: #D4EBC4 RGB: (212,235,196)

Color info

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

RGB color model

#D4EBC4 color RGB value is (212,235,196).

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

RGB channels and saturation

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

212
235
196

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

Portions of RGB colors in percentages

R + G + B = 212 + 235 + 196 = 643 (100%)
R 212 of 643 ~ 32.97%
G 235 of 643 ~ 36.55%
B 196 of 643 ~ 30.48'%

%32.97
%36.55
%30.48

CMYK color model

#D4EBC4 color CMYK value is (10,0,17,8).

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

CMYK: (10,0,17,8)
C10M0Y17K8 (10%, 0%, 17%, 8%)
(0.10 / 0.00 / 0.17 / 0.08)

CMYK percentages

%9.79
%0
%16.6
%7.84

Codes

Color #D4EBC4 in popluar color models

D4 EB C4
RGB 212 235 196
HSL 95° 49.37% 84.51%
HSB/HSV 95° 16.60% 92.16%
CMYK 9.79% 0.00% 16.60%
7.84%

Color #D4EBC4 in popluar number systems.

HEX D4 EB C4
Decimal 212 235 196
Binary 11010100 11101011 11000100
Octal 324 353 304

Shades and tints

Shades of #D4EBC4

#D4EBC4
(212,235,196)
#C1D6B3
(193,214,179)
#AEC1A2
(174,193,162)
#9BAC91
(155,172,145)
#889780
(136,151,128)
#75826F
(117,130,111)
#626D5E
(98,109,94)
#4F584D
(79,88,77)
#3C433C
(60,67,60)
#292E2B
(41,46,43)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #D4EBC4

#D4EBC4
(212,235,196)
#D7ECC9
(215,236,201)
#DAEDCE
(218,237,206)
#DDEED3
(221,238,211)
#E0EFD8
(224,239,216)
#E3F0DD
(227,240,221)
#E6F1E2
(230,241,226)
#E9F2E7
(233,242,231)
#ECF3EC
(236,243,236)
#EFF4F1
(239,244,241)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EBC4; }

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

This text font color is #D4EBC4.

Background Color

.myBgColor { background-color: #D4EBC4; }

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

This div background color is #D4EBC4.

Border color

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

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

This div border color is #D4EBC4.

Opacity

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

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

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

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

This text has shadow with #D4EBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EBC4.

Preview

Color preview on black background

This text has color #D4EBC4 on black background.


Color preview on white background

This text has color #D4EBC4 on white background.


Black color preview on #D4EBC4 background

This text has black color on #D4EBC4 background.


White color preview on #D4EBC4 background

This text has white color on #D4EBC4 background.


Related colors

Complementary color

Complementary color for #hex is #2B143B.


I love getcolorcode.com

Triadic colors

1 #C4D4EB and #EBC4D4 with #D4EBC4 are triadic colors.

2 #C4EBD4 and #EBD4C4 with #D4EBC4 are triadic colors.