COLOR #D5DFA3

HEX: #D5DFA3 RGB: (213,223,163)

Color info

#D5DFA3 contains mainly red and green colors. Web safe color of #D5DFA3 is #CCCC99 (or #CC9).

RGB color model

#D5DFA3 color RGB value is (213,223,163).

RGB: (213,223,163) (84%, 87%, 64%)

RGB channels and saturation

R 213 of 255 = 84%
G 223 of 255 = 87%
B 163 of 255 = 64%

213
223
163

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

Portions of RGB colors in percentages

R + G + B = 213 + 223 + 163 = 599 (100%)
R 213 of 599 ~ 35.56%
G 223 of 599 ~ 37.23%
B 163 of 599 ~ 27.21'%

%35.56
%37.23
%27.21

CMYK color model

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

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 26.91%
  • key color value is 12.55%

CMYK: (4,0,27,13)
C4M0Y27K13 (4%, 0%, 27%, 13%)
(0.04 / 0.00 / 0.27 / 0.13)

CMYK percentages

%4.48
%0
%26.91
%12.55

Codes

Color #D5DFA3 in popluar color models

D5 DF A3
RGB 213 223 163
HSL 70° 48.39% 75.69%
HSB/HSV 70° 26.91% 87.45%
CMYK 4.48% 0.00% 26.91%
12.55%

Color #D5DFA3 in popluar number systems.

HEX D5 DF A3
Decimal 213 223 163
Binary 11010101 11011111 10100011
Octal 325 337 243

Shades and tints

Shades of #D5DFA3

#D5DFA3
(213,223,163)
#C2CB95
(194,203,149)
#AFB787
(175,183,135)
#9CA379
(156,163,121)
#898F6B
(137,143,107)
#767B5D
(118,123,93)
#63674F
(99,103,79)
#505341
(80,83,65)
#3D3F33
(61,63,51)
#2A2B25
(42,43,37)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #D5DFA3

#D5DFA3
(213,223,163)
#D8E1AB
(216,225,171)
#DBE3B3
(219,227,179)
#DEE5BB
(222,229,187)
#E1E7C3
(225,231,195)
#E4E9CB
(228,233,203)
#E7EBD3
(231,235,211)
#EAEDDB
(234,237,219)
#EDEFE3
(237,239,227)
#F0F1EB
(240,241,235)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DFA3; }

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

This text font color is #D5DFA3.

Background Color

.myBgColor { background-color: #D5DFA3; }

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

This div background color is #D5DFA3.

Border color

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

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

This div border color is #D5DFA3.

Opacity

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

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

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

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

This text has shadow with #D5DFA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DFA3.

Preview

Color preview on black background

This text has color #D5DFA3 on black background.


Color preview on white background

This text has color #D5DFA3 on white background.


Black color preview on #D5DFA3 background

This text has black color on #D5DFA3 background.


White color preview on #D5DFA3 background

This text has white color on #D5DFA3 background.


Related colors

Complementary color

Complementary color for #hex is #2A205C.


I love getcolorcode.com

Triadic colors

1 #A3D5DF and #DFA3D5 with #D5DFA3 are triadic colors.

2 #A3DFD5 and #DFD5A3 with #D5DFA3 are triadic colors.