COLOR #D4E5C1

HEX: #D4E5C1
RGB: (212,229,193)

Color info

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

RGB color model

#D4E5C1 color RGB value is (212,229,193).

  • red value is 212;
  • green value is 229;
  • blue value is 193.
RGB:
(212,229,193)
(83%,90%,76%)

RGB channels and saturation

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

212
229
193

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

Portions of RGB colors in percentages

R + G + B =
212 + 229 + 193 = 634 (100%)
R 212 of 634 ~ 33.44%
G 229 of 634 ~ 36.12%
B 193 of 634 ~ 30.44%

%33.44
%36.12
%30.44

CMYK color model

#D4E5C1 color CMYK value is (7,0,16,10).

  • cyan value is 7.42%
  • magenta value is 0.00%
  • yellow value is 15.72%
  • key color value is 10.20%
CMYK:
(7,0,16,10)
C7M0Y16K10 
(7%,0%,16%,10%)
(0.07/0.00/0.16/0.10)	

CMYK percentages

%7.42
%0
%15.72
%10.2

Codes

Color #D4E5C1 in popluar color models

D4E5C1
RGB212229193
HSL88°40.91%82.75%
HSB/HSV88°15.72%89.80%
CMYK7.42%0.00%15.72%
10.20%

Color #D4E5C1 in popluar number systems.

HEXD4E5C1
Decimal212229193
Binary110101001110010111000001
Octal324345301

Shades and tints

Shades of #D4E5C1

#D4E5C1
(212,229,193)
#C1D1B0
(193,209,176)
#AEBD9F
(174,189,159)
#9BA98E
(155,169,142)
#88957D
(136,149,125)
#75816C
(117,129,108)
#626D5B
(98,109,91)
#4F594A
(79,89,74)
#3C4539
(60,69,57)
#293128
(41,49,40)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #D4E5C1

#D4E5C1
(212,229,193)
#D7E7C6
(215,231,198)
#DAE9CB
(218,233,203)
#DDEBD0
(221,235,208)
#E0EDD5
(224,237,213)
#E3EFDA
(227,239,218)
#E6F1DF
(230,241,223)
#E9F3E4
(233,243,228)
#ECF5E9
(236,245,233)
#EFF7EE
(239,247,238)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E5C1; }

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

This text font color is #D4E5C1.


Background Color

.myBgColor { background-color: #D4E5C1; }

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

This div background color is #D4E5C1.


Border color

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

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

This div border color is #D4E5C1.


Opacity

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

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

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

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

This text has shadow with #D4E5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E5C1 on black background.


Color preview on white background

This text has color #D4E5C1 on white background.



Black color preview on #D4E5C1 background

This text has black color on #D4E5C1 background.


White color preview on #D4E5C1 background

This text has white color on #D4E5C1 background.