COLOR #DCDAC4

HEX: #DCDAC4 RGB: (220,218,196)

Color info

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

RGB color model

#DCDAC4 color RGB value is (220,218,196).

RGB: (220,218,196) (86%, 85%, 77%)

RGB channels and saturation

R 220 of 255 = 86%
G 218 of 255 = 85%
B 196 of 255 = 77%

220
218
196

R + G + B ~ 83%. #DCDAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 218 + 196 = 634 (100%)
R 220 of 634 ~ 34.7%
G 218 of 634 ~ 34.38%
B 196 of 634 ~ 30.91'%

%34.7
%34.38
%30.91

CMYK color model

#DCDAC4 color CMYK value is (0,1,11,14).

  • cyan value is 0.00%
  • magenta value is 0.91%
  • yellow value is 10.91%
  • key color value is 13.73%

CMYK: (0,1,11,14)
C0M1Y11K14 (0%, 1%, 11%, 14%)
(0.00 / 0.01 / 0.11 / 0.14)

CMYK percentages

%0
%0.91
%10.91
%13.73

Codes

Color #DCDAC4 in popluar color models

DC DA C4
RGB 220 218 196
HSL 55° 25.53% 81.57%
HSB/HSV 55° 10.91% 86.27%
CMYK 0.00% 0.91% 10.91%
13.73%

Color #DCDAC4 in popluar number systems.

HEX DC DA C4
Decimal 220 218 196
Binary 11011100 11011010 11000100
Octal 334 332 304

Shades and tints

Shades of #DCDAC4

#DCDAC4
(220,218,196)
#C8C7B3
(200,199,179)
#B4B4A2
(180,180,162)
#A0A191
(160,161,145)
#8C8E80
(140,142,128)
#787B6F
(120,123,111)
#64685E
(100,104,94)
#50554D
(80,85,77)
#3C423C
(60,66,60)
#282F2B
(40,47,43)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #DCDAC4

#DCDAC4
(220,218,196)
#DFDDC9
(223,221,201)
#E2E0CE
(226,224,206)
#E5E3D3
(229,227,211)
#E8E6D8
(232,230,216)
#EBE9DD
(235,233,221)
#EEECE2
(238,236,226)
#F1EFE7
(241,239,231)
#F4F2EC
(244,242,236)
#F7F5F1
(247,245,241)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCDAC4 color. Also use rgb(220,218,196) instead hex code.

Text Font Color

.myTextColor { color: #DCDAC4; }

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

This text font color is #DCDAC4.

Background Color

.myBgColor { background-color: #DCDAC4; }

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

This div background color is #DCDAC4.

Border color

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

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

This div border color is #DCDAC4.

Opacity

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

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

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

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

This text has shadow with #DCDAC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDAC4.

Preview

Color preview on black background

This text has color #DCDAC4 on black background.


Color preview on white background

This text has color #DCDAC4 on white background.


Black color preview on #DCDAC4 background

This text has black color on #DCDAC4 background.


White color preview on #DCDAC4 background

This text has white color on #DCDAC4 background.


Related colors

Complementary color

Complementary color for #hex is #23253B.


I love getcolorcode.com

Triadic colors

1 #C4DCDA and #DAC4DC with #DCDAC4 are triadic colors.

2 #C4DADC and #DADCC4 with #DCDAC4 are triadic colors.