COLOR #DCAEA3

HEX: #DCAEA3 RGB: (220,174,163)

Color info

#DCAEA3 contains red, green and blue colors in about the same proportion. Web safe color of #DCAEA3 is #CC9999 (or #C99).

RGB color model

#DCAEA3 color RGB value is (220,174,163).

RGB: (220,174,163) (86%, 68%, 64%)

RGB channels and saturation

R 220 of 255 = 86%
G 174 of 255 = 68%
B 163 of 255 = 64%

220
174
163

R + G + B ~ 73%. #DCAEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 174 + 163 = 557 (100%)
R 220 of 557 ~ 39.5%
G 174 of 557 ~ 31.24%
B 163 of 557 ~ 29.26'%

%39.5
%31.24
%29.26

CMYK color model

#DCAEA3 color CMYK value is (0,21,26,14).

  • cyan value is 0.00%
  • magenta value is 20.91%
  • yellow value is 25.91%
  • key color value is 13.73%

CMYK: (0,21,26,14)
C0M21Y26K14 (0%, 21%, 26%, 14%)
(0.00 / 0.21 / 0.26 / 0.14)

CMYK percentages

%0
%20.91
%25.91
%13.73

Codes

Color #DCAEA3 in popluar color models

DC AE A3
RGB 220 174 163
HSL 12° 44.88% 75.10%
HSB/HSV 12° 25.91% 86.27%
CMYK 0.00% 20.91% 25.91%
13.73%

Color #DCAEA3 in popluar number systems.

HEX DC AE A3
Decimal 220 174 163
Binary 11011100 10101110 10100011
Octal 334 256 243

Shades and tints

Shades of #DCAEA3

#DCAEA3
(220,174,163)
#C89F95
(200,159,149)
#B49087
(180,144,135)
#A08179
(160,129,121)
#8C726B
(140,114,107)
#78635D
(120,99,93)
#64544F
(100,84,79)
#504541
(80,69,65)
#3C3633
(60,54,51)
#282725
(40,39,37)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #DCAEA3

#DCAEA3
(220,174,163)
#DFB5AB
(223,181,171)
#E2BCB3
(226,188,179)
#E5C3BB
(229,195,187)
#E8CAC3
(232,202,195)
#EBD1CB
(235,209,203)
#EED8D3
(238,216,211)
#F1DFDB
(241,223,219)
#F4E6E3
(244,230,227)
#F7EDEB
(247,237,235)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCAEA3 color. Also use rgb(220,174,163) instead hex code.

Text Font Color

.myTextColor { color: #DCAEA3; }

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

This text font color is #DCAEA3.

Background Color

.myBgColor { background-color: #DCAEA3; }

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

This div background color is #DCAEA3.

Border color

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

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

This div border color is #DCAEA3.

Opacity

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

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

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

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

This text has shadow with #DCAEA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCAEA3.

Preview

Color preview on black background

This text has color #DCAEA3 on black background.


Color preview on white background

This text has color #DCAEA3 on white background.


Black color preview on #DCAEA3 background

This text has black color on #DCAEA3 background.


White color preview on #DCAEA3 background

This text has white color on #DCAEA3 background.


Related colors

Complementary color

Complementary color for #hex is #23515C.


I love getcolorcode.com

Triadic colors

1 #A3DCAE and #AEA3DC with #DCAEA3 are triadic colors.

2 #A3AEDC and #AEDCA3 with #DCAEA3 are triadic colors.