COLOR #D3DF99

HEX: #D3DF99 RGB: (211,223,153)

Color info

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

RGB color model

#D3DF99 color RGB value is (211,223,153).

RGB: (211,223,153) (83%, 87%, 60%)

RGB channels and saturation

R 211 of 255 = 83%
G 223 of 255 = 87%
B 153 of 255 = 60%

211
223
153

R + G + B ~ 77%. #D3DF99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 223 + 153 = 587 (100%)
R 211 of 587 ~ 35.95%
G 223 of 587 ~ 37.99%
B 153 of 587 ~ 26.06'%

%35.95
%37.99
%26.06

CMYK color model

#D3DF99 color CMYK value is (5,0,31,13).

  • cyan value is 5.38%
  • magenta value is 0.00%
  • yellow value is 31.39%
  • key color value is 12.55%

CMYK: (5,0,31,13)
C5M0Y31K13 (5%, 0%, 31%, 13%)
(0.05 / 0.00 / 0.31 / 0.13)

CMYK percentages

%5.38
%0
%31.39
%12.55

Codes

Color #D3DF99 in popluar color models

D3 DF 99
RGB 211 223 153
HSL 70° 52.24% 73.73%
HSB/HSV 70° 31.39% 87.45%
CMYK 5.38% 0.00% 31.39%
12.55%

Color #D3DF99 in popluar number systems.

HEX D3 DF 99
Decimal 211 223 153
Binary 11010011 11011111 10011001
Octal 323 337 231

Shades and tints

Shades of #D3DF99

#D3DF99
(211,223,153)
#C0CB8C
(192,203,140)
#ADB77F
(173,183,127)
#9AA372
(154,163,114)
#878F65
(135,143,101)
#747B58
(116,123,88)
#61674B
(97,103,75)
#4E533E
(78,83,62)
#3B3F31
(59,63,49)
#282B24
(40,43,36)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #D3DF99

#D3DF99
(211,223,153)
#D7E1A2
(215,225,162)
#DBE3AB
(219,227,171)
#DFE5B4
(223,229,180)
#E3E7BD
(227,231,189)
#E7E9C6
(231,233,198)
#EBEBCF
(235,235,207)
#EFEDD8
(239,237,216)
#F3EFE1
(243,239,225)
#F7F1EA
(247,241,234)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3DF99 color. Also use rgb(211,223,153) instead hex code.

Text Font Color

.myTextColor { color: #D3DF99; }

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

This text font color is #D3DF99.

Background Color

.myBgColor { background-color: #D3DF99; }

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

This div background color is #D3DF99.

Border color

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

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

This div border color is #D3DF99.

Opacity

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

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

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

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

This text has shadow with #D3DF99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3DF99.

Preview

Color preview on black background

This text has color #D3DF99 on black background.


Color preview on white background

This text has color #D3DF99 on white background.


Black color preview on #D3DF99 background

This text has black color on #D3DF99 background.


White color preview on #D3DF99 background

This text has white color on #D3DF99 background.


Related colors

Complementary color

Complementary color for #hex is #2C2066.


I love getcolorcode.com

Triadic colors

1 #99D3DF and #DF99D3 with #D3DF99 are triadic colors.

2 #99DFD3 and #DFD399 with #D3DF99 are triadic colors.