COLOR #D5DFC2

HEX: #D5DFC2
RGB: (213,223,194)

Color info

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

RGB color model

#D5DFC2 color RGB value is (213,223,194).

  • red value is 213;
  • green value is 223;
  • blue value is 194.
RGB:
(213,223,194)
(84%,87%,76%)

RGB channels and saturation

R 213 of 255 = 84%
G 223 of 255 = 87%
B 194 of 255 = 76%

213
223
194

R + G + B ~ 82%. #D5DFC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 223 + 194 = 630 (100%)
R 213 of 630 ~ 33.81%
G 223 of 630 ~ 35.4%
B 194 of 630 ~ 30.79%

%33.81
%35.4
%30.79

CMYK color model

#D5DFC2 color CMYK value is (4,0,13,13).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 12.55%
CMYK:
(4,0,13,13)
C4M0Y13K13 
(4%,0%,13%,13%)
(0.04/0.00/0.13/0.13)	

CMYK percentages

%4.48
%0
%13
%12.55

Codes

Color #D5DFC2 in popluar color models

D5DFC2
RGB213223194
HSL81°31.18%81.76%
HSB/HSV81°13.00%87.45%
CMYK4.48%0.00%13.00%
12.55%

Color #D5DFC2 in popluar number systems.

HEXD5DFC2
Decimal213223194
Binary110101011101111111000010
Octal325337302

Shades and tints

Shades of #D5DFC2

#D5DFC2
(213,223,194)
#C2CBB1
(194,203,177)
#AFB7A0
(175,183,160)
#9CA38F
(156,163,143)
#898F7E
(137,143,126)
#767B6D
(118,123,109)
#63675C
(99,103,92)
#50534B
(80,83,75)
#3D3F3A
(61,63,58)
#2A2B29
(42,43,41)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #D5DFC2

#D5DFC2
(213,223,194)
#D8E1C7
(216,225,199)
#DBE3CC
(219,227,204)
#DEE5D1
(222,229,209)
#E1E7D6
(225,231,214)
#E4E9DB
(228,233,219)
#E7EBE0
(231,235,224)
#EAEDE5
(234,237,229)
#EDEFEA
(237,239,234)
#F0F1EF
(240,241,239)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DFC2 color. Also use rgb(213,223,194) instead hex code.

Text Font Color

.myTextColor { color: #D5DFC2; }

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

This text font color is #D5DFC2.


Background Color

.myBgColor { background-color: #D5DFC2; }

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

This div background color is #D5DFC2.


Border color

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

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

This div border color is #D5DFC2.


Opacity

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

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

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

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

This text has shadow with #D5DFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DFC2 on black background.


Color preview on white background

This text has color #D5DFC2 on white background.



Black color preview on #D5DFC2 background

This text has black color on #D5DFC2 background.


White color preview on #D5DFC2 background

This text has white color on #D5DFC2 background.