COLOR #D4E6C1

HEX: #D4E6C1 RGB: (212,230,193)

Color info

#D4E6C1 contains red, green and blue colors in about the same proportion. Web safe color of #D4E6C1 is #CCCCCC (or #CCC).

RGB color model

#D4E6C1 color RGB value is (212,230,193).

RGB: (212,230,193) (83%, 90%, 76%)

RGB channels and saturation

R 212 of 255 = 83%
G 230 of 255 = 90%
B 193 of 255 = 76%

212
230
193

R + G + B ~ 83%. #D4E6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 230 + 193 = 635 (100%)
R 212 of 635 ~ 33.39%
G 230 of 635 ~ 36.22%
B 193 of 635 ~ 30.39'%

%33.39
%36.22
%30.39

CMYK color model

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

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 9.80%
CMYK: (8,0,16,10) C8M0Y16K10 (8%,0%,16%,10%) (0.08/0.00/0.16/0.10) 

CMYK percentages

%7.83
%0
%16.09
%9.8

Codes

Color #D4E6C1 in popluar color models

D4 E6 C1
RGB 212 230 193
HSL 89° 42.53% 82.94%
HSB/HSV 89° 16.09% 90.20%
CMYK 7.83% 0.00% 16.09%
9.80%

Color #D4E6C1 in popluar number systems.

HEX D4 E6 C1
Decimal 212 230 193
Binary 11010100 11100110 11000001
Octal 324 346 301

Shades and tints

Shades of #D4E6C1

#D4E6C1
(212,230,193)
#C1D2B0
(193,210,176)
#AEBE9F
(174,190,159)
#9BAA8E
(155,170,142)
#88967D
(136,150,125)
#75826C
(117,130,108)
#626E5B
(98,110,91)
#4F5A4A
(79,90,74)
#3C4639
(60,70,57)
#293228
(41,50,40)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #D4E6C1

#D4E6C1
(212,230,193)
#D7E8C6
(215,232,198)
#DAEACB
(218,234,203)
#DDECD0
(221,236,208)
#E0EED5
(224,238,213)
#E3F0DA
(227,240,218)
#E6F2DF
(230,242,223)
#E9F4E4
(233,244,228)
#ECF6E9
(236,246,233)
#EFF8EE
(239,248,238)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E6C1 color. Also use rgb(212,230,193) instead hex code.

Text Font Color

.myTextColor { color: #D4E6C1; }

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

This text font color is #D4E6C1.

Background Color

.myBgColor { background-color: #D4E6C1; }

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

This div background color is #D4E6C1.

Border color

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

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

This div border color is #D4E6C1.

Opacity

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

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

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

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

This text has shadow with #D4E6C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E6C1.

Preview

Color preview on black background

This text has color #D4E6C1 on black background.


Color preview on white background

This text has color #D4E6C1 on white background.


Black color preview on #D4E6C1 background

This text has black color on #D4E6C1 background.


White color preview on #D4E6C1 background

This text has white color on #D4E6C1 background.


Related colors

Complementary color

Complementary color for #hex is #2B193E.


I love getcolorcode.com

Triadic colors

1 #C1D4E6 and #E6C1D4 with #D4E6C1 are triadic colors.

2 #C1E6D4 and #E6D4C1 with #D4E6C1 are triadic colors.