COLOR #DCAEAD

HEX: #DCAEAD
RGB: (220,174,173)

Color info

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

RGB color model

#DCAEAD color RGB value is (220,174,173).

  • red value is 220;
  • green value is 174;
  • blue value is 173.
RGB:
(220,174,173)
(86%,68%,68%)

RGB channels and saturation

R 220 of 255 = 86%
G 174 of 255 = 68%
B 173 of 255 = 68%

220
174
173

R + G + B ~ 74%. #DCAEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 174 + 173 = 567 (100%)
R 220 of 567 ~ 38.8%
G 174 of 567 ~ 30.69%
B 173 of 567 ~ 30.51%

%38.8
%30.69
%30.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.91%
  • yellow value is 21.36%
  • key color value is 13.73%
CMYK:
(0,21,21,14)
C0M21Y21K14 
(0%,21%,21%,14%)
(0.00/0.21/0.21/0.14)	

CMYK percentages

%0
%20.91
%21.36
%13.73

Codes

Color #DCAEAD in popluar color models

DCAEAD
RGB220174173
HSL40.17%77.06%
HSB/HSV21.36%86.27%
CMYK0.00%20.91%21.36%
13.73%

Color #DCAEAD in popluar number systems.

HEXDCAEAD
Decimal220174173
Binary110111001010111010101101
Octal334256255

Shades and tints

Shades of #DCAEAD

#DCAEAD
(220,174,173)
#C89F9E
(200,159,158)
#B4908F
(180,144,143)
#A08180
(160,129,128)
#8C7271
(140,114,113)
#786362
(120,99,98)
#645453
(100,84,83)
#504544
(80,69,68)
#3C3635
(60,54,53)
#282726
(40,39,38)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #DCAEAD

#DCAEAD
(220,174,173)
#DFB5B4
(223,181,180)
#E2BCBB
(226,188,187)
#E5C3C2
(229,195,194)
#E8CAC9
(232,202,201)
#EBD1D0
(235,209,208)
#EED8D7
(238,216,215)
#F1DFDE
(241,223,222)
#F4E6E5
(244,230,229)
#F7EDEC
(247,237,236)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAEAD; }

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

This text font color is #DCAEAD.


Background Color

.myBgColor { background-color: #DCAEAD; }

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

This div background color is #DCAEAD.


Border color

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

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

This div border color is #DCAEAD.


Opacity

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

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

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

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

This text has shadow with #DCAEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAEAD on black background.


Color preview on white background

This text has color #DCAEAD on white background.



Black color preview on #DCAEAD background

This text has black color on #DCAEAD background.


White color preview on #DCAEAD background

This text has white color on #DCAEAD background.