COLOR #D1DFA8

HEX: #D1DFA8
RGB: (209,223,168)

Color info

#D1DFA8 contains red, green and blue colors in about the same proportion. Web safe color of #D1DFA8 is #CCCC99 (or #CC9).

RGB color model

#D1DFA8 color RGB value is (209,223,168).

  • red value is 209;
  • green value is 223;
  • blue value is 168.
RGB:
(209,223,168)
(82%,87%,66%)

RGB channels and saturation

R 209 of 255 = 82%
G 223 of 255 = 87%
B 168 of 255 = 66%

209
223
168

R + G + B ~ 78%. #D1DFA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 223 + 168 = 600 (100%)
R 209 of 600 ~ 34.83%
G 223 of 600 ~ 37.17%
B 168 of 600 ~ 28%

%34.83
%37.17
%28

CMYK color model

#D1DFA8 color CMYK value is (6,0,25,13).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 24.66%
  • key color value is 12.55%
CMYK:
(6,0,25,13)
C6M0Y25K13 
(6%,0%,25%,13%)
(0.06/0.00/0.25/0.13)	

CMYK percentages

%6.28
%0
%24.66
%12.55

Codes

Color #D1DFA8 in popluar color models

D1DFA8
RGB209223168
HSL75°46.22%76.67%
HSB/HSV75°24.66%87.45%
CMYK6.28%0.00%24.66%
12.55%

Color #D1DFA8 in popluar number systems.

HEXD1DFA8
Decimal209223168
Binary110100011101111110101000
Octal321337250

Shades and tints

Shades of #D1DFA8

#D1DFA8
(209,223,168)
#BECB99
(190,203,153)
#ABB78A
(171,183,138)
#98A37B
(152,163,123)
#858F6C
(133,143,108)
#727B5D
(114,123,93)
#5F674E
(95,103,78)
#4C533F
(76,83,63)
#393F30
(57,63,48)
#262B21
(38,43,33)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #D1DFA8

#D1DFA8
(209,223,168)
#D5E1AF
(213,225,175)
#D9E3B6
(217,227,182)
#DDE5BD
(221,229,189)
#E1E7C4
(225,231,196)
#E5E9CB
(229,233,203)
#E9EBD2
(233,235,210)
#EDEDD9
(237,237,217)
#F1EFE0
(241,239,224)
#F5F1E7
(245,241,231)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DFA8 color. Also use rgb(209,223,168) instead hex code.

Text Font Color

.myTextColor { color: #D1DFA8; }

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

This text font color is #D1DFA8.


Background Color

.myBgColor { background-color: #D1DFA8; }

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

This div background color is #D1DFA8.


Border color

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

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

This div border color is #D1DFA8.


Opacity

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

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

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

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

This text has shadow with #D1DFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DFA8 on black background.


Color preview on white background

This text has color #D1DFA8 on white background.



Black color preview on #D1DFA8 background

This text has black color on #D1DFA8 background.


White color preview on #D1DFA8 background

This text has white color on #D1DFA8 background.