COLOR #D2DCAA

HEX: #D2DCAA
RGB: (210,220,170)

Color info

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

RGB color model

#D2DCAA color RGB value is (210,220,170).

  • red value is 210;
  • green value is 220;
  • blue value is 170.
RGB: (210,220,170) (82%,86%,67%)

RGB channels and saturation

R 210 of 255 = 82%
G 220 of 255 = 86%
B 170 of 255 = 67%

210
220
170

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

Portions of RGB colors in percentages

R + G + B =
210 + 220 + 170 = 600 (100%)
R 210 of 600 ~ 35%
G 220 of 600 ~ 36.67%
B 170 of 600 ~ 28.33%

%35
%36.67
%28.33

CMYK color model

#D2DCAA color CMYK value is (5,0,23,14).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 13.73%
CMYK: (5,0,23,14) C5M0Y23K14 (5%,0%,23%,14%) (0.05/0.00/0.23/0.14)

CMYK percentages

%4.55
%0
%22.73
%13.73

Codes

Color #D2DCAA in popluar color models

D2DCAA
RGB210220170
HSL72°41.67%76.47%
HSB/HSV72°22.73%86.27%
CMYK4.55%0.00%22.73%
13.73%

Color #D2DCAA in popluar number systems.

HEXD2DCAA
Decimal210220170
Binary110100101101110010101010
Octal322334252

Shades and tints

Shades of #D2DCAA

#D2DCAA
(210,220,170)
#BFC89B
(191,200,155)
#ACB48C
(172,180,140)
#99A07D
(153,160,125)
#868C6E
(134,140,110)
#73785F
(115,120,95)
#606450
(96,100,80)
#4D5041
(77,80,65)
#3A3C32
(58,60,50)
#272823
(39,40,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #D2DCAA

#D2DCAA
(210,220,170)
#D6DFB1
(214,223,177)
#DAE2B8
(218,226,184)
#DEE5BF
(222,229,191)
#E2E8C6
(226,232,198)
#E6EBCD
(230,235,205)
#EAEED4
(234,238,212)
#EEF1DB
(238,241,219)
#F2F4E2
(242,244,226)
#F6F7E9
(246,247,233)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DCAA color. Also use rgb(210,220,170) instead hex code.

Text Font Color

.myTextColor { color: #D2DCAA; }

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

This text font color is #D2DCAA.


Background Color

.myBgColor { background-color: #D2DCAA; }

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

This div background color is #D2DCAA.


Border color

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

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

This div border color is #D2DCAA.


Opacity

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

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

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

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

This text has shadow with #D2DCAA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D2DCAA on black background.


Color preview on white background

This text has color #D2DCAA on white background.



Black color preview on #D2DCAA background

This text has black color on #D2DCAA background.


White color preview on #D2DCAA background

This text has white color on #D2DCAA background.