COLOR #D3DDB3

HEX: #D3DDB3
RGB: (211,221,179)

Color info

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

RGB color model

#D3DDB3 color RGB value is (211,221,179).

  • red value is 211;
  • green value is 221;
  • blue value is 179.
RGB:
(211,221,179)
(83%,87%,70%)

RGB channels and saturation

R 211 of 255 = 83%
G 221 of 255 = 87%
B 179 of 255 = 70%

211
221
179

R + G + B ~ 80%. #D3DDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 221 + 179 = 611 (100%)
R 211 of 611 ~ 34.53%
G 221 of 611 ~ 36.17%
B 179 of 611 ~ 29.3%

%34.53
%36.17
%29.3

CMYK color model

#D3DDB3 color CMYK value is (5,0,19,13).

  • cyan value is 4.52%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(5,0,19,13)
C5M0Y19K13 
(5%,0%,19%,13%)
(0.05/0.00/0.19/0.13)	

CMYK percentages

%4.52
%0
%19
%13.33

Codes

Color #D3DDB3 in popluar color models

D3DDB3
RGB211221179
HSL74°38.18%78.43%
HSB/HSV74°19.00%86.67%
CMYK4.52%0.00%19.00%
13.33%

Color #D3DDB3 in popluar number systems.

HEXD3DDB3
Decimal211221179
Binary110100111101110110110011
Octal323335263

Shades and tints

Shades of #D3DDB3

#D3DDB3
(211,221,179)
#C0C9A3
(192,201,163)
#ADB593
(173,181,147)
#9AA183
(154,161,131)
#878D73
(135,141,115)
#747963
(116,121,99)
#616553
(97,101,83)
#4E5143
(78,81,67)
#3B3D33
(59,61,51)
#282923
(40,41,35)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #D3DDB3

#D3DDB3
(211,221,179)
#D7E0B9
(215,224,185)
#DBE3BF
(219,227,191)
#DFE6C5
(223,230,197)
#E3E9CB
(227,233,203)
#E7ECD1
(231,236,209)
#EBEFD7
(235,239,215)
#EFF2DD
(239,242,221)
#F3F5E3
(243,245,227)
#F7F8E9
(247,248,233)
#FBFBEF
(251,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3DDB3 color. Also use rgb(211,221,179) instead hex code.

Text Font Color

.myTextColor { color: #D3DDB3; }

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

This text font color is #D3DDB3.


Background Color

.myBgColor { background-color: #D3DDB3; }

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

This div background color is #D3DDB3.


Border color

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

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

This div border color is #D3DDB3.


Opacity

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

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

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

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

This text has shadow with #D3DDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DDB3 on black background.


Color preview on white background

This text has color #D3DDB3 on white background.



Black color preview on #D3DDB3 background

This text has black color on #D3DDB3 background.


White color preview on #D3DDB3 background

This text has white color on #D3DDB3 background.