COLOR #D3CCA6

HEX: #D3CCA6 RGB: (211,204,166)

Color info

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

RGB color model

#D3CCA6 color RGB value is (211,204,166).

RGB: (211,204,166) (83%, 80%, 65%)

RGB channels and saturation

R 211 of 255 = 83%
G 204 of 255 = 80%
B 166 of 255 = 65%

211
204
166

R + G + B ~ 76%. #D3CCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 204 + 166 = 581 (100%)
R 211 of 581 ~ 36.32%
G 204 of 581 ~ 35.11%
B 166 of 581 ~ 28.57'%

%36.32
%35.11
%28.57

CMYK color model

#D3CCA6 color CMYK value is (0,3,21,17).

  • cyan value is 0.00%
  • magenta value is 3.32%
  • yellow value is 21.33%
  • key color value is 17.25%
CMYK: (0,3,21,17) C0M3Y21K17 (0%,3%,21%,17%) (0.00/0.03/0.21/0.17) 

CMYK percentages

%0
%3.32
%21.33
%17.25

Codes

Color #D3CCA6 in popluar color models

D3 CC A6
RGB 211 204 166
HSL 51° 33.83% 73.92%
HSB/HSV 51° 21.33% 82.75%
CMYK 0.00% 3.32% 21.33%
17.25%

Color #D3CCA6 in popluar number systems.

HEX D3 CC A6
Decimal 211 204 166
Binary 11010011 11001100 10100110
Octal 323 314 246

Shades and tints

Shades of #D3CCA6

#D3CCA6
(211,204,166)
#C0BA97
(192,186,151)
#ADA888
(173,168,136)
#9A9679
(154,150,121)
#87846A
(135,132,106)
#74725B
(116,114,91)
#61604C
(97,96,76)
#4E4E3D
(78,78,61)
#3B3C2E
(59,60,46)
#282A1F
(40,42,31)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #D3CCA6

#D3CCA6
(211,204,166)
#D7D0AE
(215,208,174)
#DBD4B6
(219,212,182)
#DFD8BE
(223,216,190)
#E3DCC6
(227,220,198)
#E7E0CE
(231,224,206)
#EBE4D6
(235,228,214)
#EFE8DE
(239,232,222)
#F3ECE6
(243,236,230)
#F7F0EE
(247,240,238)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CCA6 color. Also use rgb(211,204,166) instead hex code.

Text Font Color

.myTextColor { color: #D3CCA6; }

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

This text font color is #D3CCA6.

Background Color

.myBgColor { background-color: #D3CCA6; }

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

This div background color is #D3CCA6.

Border color

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

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

This div border color is #D3CCA6.

Opacity

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

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

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

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

This text has shadow with #D3CCA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3CCA6.

Preview

Color preview on black background

This text has color #D3CCA6 on black background.


Color preview on white background

This text has color #D3CCA6 on white background.


Black color preview on #D3CCA6 background

This text has black color on #D3CCA6 background.


White color preview on #D3CCA6 background

This text has white color on #D3CCA6 background.


Related colors

Complementary color

Complementary color for #hex is #2C3359.


I love getcolorcode.com

Triadic colors

1 #A6D3CC and #CCA6D3 with #D3CCA6 are triadic colors.

2 #A6CCD3 and #CCD3A6 with #D3CCA6 are triadic colors.