COLOR #D4EBC2

HEX: #D4EBC2 RGB: (212,235,194)

Color info

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

RGB color model

#D4EBC2 color RGB value is (212,235,194).

RGB: (212,235,194) (83%, 92%, 76%)

RGB channels and saturation

R 212 of 255 = 83%
G 235 of 255 = 92%
B 194 of 255 = 76%

212
235
194

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

Portions of RGB colors in percentages

R + G + B = 212 + 235 + 194 = 641 (100%)
R 212 of 641 ~ 33.07%
G 235 of 641 ~ 36.66%
B 194 of 641 ~ 30.27'%

%33.07
%36.66
%30.27

CMYK color model

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

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • 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
%17.45
%7.84

Codes

Color #D4EBC2 in popluar color models

D4 EB C2
RGB 212 235 194
HSL 94° 50.62% 84.12%
HSB/HSV 94° 17.45% 92.16%
CMYK 9.79% 0.00% 17.45%
7.84%

Color #D4EBC2 in popluar number systems.

HEX D4 EB C2
Decimal 212 235 194
Binary 11010100 11101011 11000010
Octal 324 353 302

Shades and tints

Shades of #D4EBC2

#D4EBC2
(212,235,194)
#C1D6B1
(193,214,177)
#AEC1A0
(174,193,160)
#9BAC8F
(155,172,143)
#88977E
(136,151,126)
#75826D
(117,130,109)
#626D5C
(98,109,92)
#4F584B
(79,88,75)
#3C433A
(60,67,58)
#292E29
(41,46,41)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #D4EBC2

#D4EBC2
(212,235,194)
#D7ECC7
(215,236,199)
#DAEDCC
(218,237,204)
#DDEED1
(221,238,209)
#E0EFD6
(224,239,214)
#E3F0DB
(227,240,219)
#E6F1E0
(230,241,224)
#E9F2E5
(233,242,229)
#ECF3EA
(236,243,234)
#EFF4EF
(239,244,239)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EBC2; }

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

This text font color is #D4EBC2.

Background Color

.myBgColor { background-color: #D4EBC2; }

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

This div background color is #D4EBC2.

Border color

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

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

This div border color is #D4EBC2.

Opacity

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

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

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

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

This text has shadow with #D4EBC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EBC2.

Preview

Color preview on black background

This text has color #D4EBC2 on black background.


Color preview on white background

This text has color #D4EBC2 on white background.


Black color preview on #D4EBC2 background

This text has black color on #D4EBC2 background.


White color preview on #D4EBC2 background

This text has white color on #D4EBC2 background.


Related colors

Complementary color

Complementary color for #hex is #2B143D.


I love getcolorcode.com

Triadic colors

1 #C2D4EB and #EBC2D4 with #D4EBC2 are triadic colors.

2 #C2EBD4 and #EBD4C2 with #D4EBC2 are triadic colors.