COLOR #DCCAC9

HEX: #DCCAC9 RGB: (220,202,201)

Color info

#DCCAC9 contains red, green and blue colors in about the same proportion. Web safe color of #DCCAC9 is #CCCCCC (or #CCC).

RGB color model

#DCCAC9 color RGB value is (220,202,201).

RGB: (220,202,201) (86%, 79%, 79%)

RGB channels and saturation

R 220 of 255 = 86%
G 202 of 255 = 79%
B 201 of 255 = 79%

220
202
201

R + G + B ~ 81%. #DCCAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 202 + 201 = 623 (100%)
R 220 of 623 ~ 35.31%
G 202 of 623 ~ 32.42%
B 201 of 623 ~ 32.26'%

%35.31
%32.42
%32.26

CMYK color model

#DCCAC9 color CMYK value is (0,8,9,14).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 8.64%
  • key color value is 13.73%
CMYK: (0,8,9,14) C0M8Y9K14 (0%,8%,9%,14%) (0.00/0.08/0.09/0.14) 

CMYK percentages

%0
%8.18
%8.64
%13.73

Codes

Color #DCCAC9 in popluar color models

DC CA C9
RGB 220 202 201
HSL 21.35% 82.55%
HSB/HSV 8.64% 86.27%
CMYK 0.00% 8.18% 8.64%
13.73%

Color #DCCAC9 in popluar number systems.

HEX DC CA C9
Decimal 220 202 201
Binary 11011100 11001010 11001001
Octal 334 312 311

Shades and tints

Shades of #DCCAC9

#DCCAC9
(220,202,201)
#C8B8B7
(200,184,183)
#B4A6A5
(180,166,165)
#A09493
(160,148,147)
#8C8281
(140,130,129)
#78706F
(120,112,111)
#645E5D
(100,94,93)
#504C4B
(80,76,75)
#3C3A39
(60,58,57)
#282827
(40,40,39)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #DCCAC9

#DCCAC9
(220,202,201)
#DFCECD
(223,206,205)
#E2D2D1
(226,210,209)
#E5D6D5
(229,214,213)
#E8DAD9
(232,218,217)
#EBDEDD
(235,222,221)
#EEE2E1
(238,226,225)
#F1E6E5
(241,230,229)
#F4EAE9
(244,234,233)
#F7EEED
(247,238,237)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCAC9 color. Also use rgb(220,202,201) instead hex code.

Text Font Color

.myTextColor { color: #DCCAC9; }

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

This text font color is #DCCAC9.

Background Color

.myBgColor { background-color: #DCCAC9; }

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

This div background color is #DCCAC9.

Border color

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

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

This div border color is #DCCAC9.

Opacity

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

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

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

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

This text has shadow with #DCCAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCAC9.

Preview

Color preview on black background

This text has color #DCCAC9 on black background.


Color preview on white background

This text has color #DCCAC9 on white background.


Black color preview on #DCCAC9 background

This text has black color on #DCCAC9 background.


White color preview on #DCCAC9 background

This text has white color on #DCCAC9 background.


Related colors

Complementary color

Complementary color for #hex is #233536.


I love getcolorcode.com

Triadic colors

1 #C9DCCA and #CAC9DC with #DCCAC9 are triadic colors.

2 #C9CADC and #CADCC9 with #DCCAC9 are triadic colors.