COLOR #DCAEC0

HEX: #DCAEC0 RGB: (220,174,192)

Color info

#DCAEC0 contains red, green and blue colors in about the same proportion. Web safe color of #DCAEC0 is #CC99CC (or #C9C).

RGB color model

#DCAEC0 color RGB value is (220,174,192).

RGB: (220,174,192) (86%, 68%, 75%)

RGB channels and saturation

R 220 of 255 = 86%
G 174 of 255 = 68%
B 192 of 255 = 75%

220
174
192

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

Portions of RGB colors in percentages

R + G + B = 220 + 174 + 192 = 586 (100%)
R 220 of 586 ~ 37.54%
G 174 of 586 ~ 29.69%
B 192 of 586 ~ 32.76'%

%37.54
%29.69
%32.76

CMYK color model

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

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

CMYK: (0,21,13,14)
C0M21Y13K14 (0%, 21%, 13%, 14%)
(0.00 / 0.21 / 0.13 / 0.14)

CMYK percentages

%0
%20.91
%12.73
%13.73

Codes

Color #DCAEC0 in popluar color models

DC AE C0
RGB 220 174 192
HSL 337° 39.66% 77.25%
HSB/HSV 337° 20.91% 86.27%
CMYK 0.00% 20.91% 12.73%
13.73%

Color #DCAEC0 in popluar number systems.

HEX DC AE C0
Decimal 220 174 192
Binary 11011100 10101110 11000000
Octal 334 256 300

Shades and tints

Shades of #DCAEC0

#DCAEC0
(220,174,192)
#C89FAF
(200,159,175)
#B4909E
(180,144,158)
#A0818D
(160,129,141)
#8C727C
(140,114,124)
#78636B
(120,99,107)
#64545A
(100,84,90)
#504549
(80,69,73)
#3C3638
(60,54,56)
#282727
(40,39,39)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #DCAEC0

#DCAEC0
(220,174,192)
#DFB5C5
(223,181,197)
#E2BCCA
(226,188,202)
#E5C3CF
(229,195,207)
#E8CAD4
(232,202,212)
#EBD1D9
(235,209,217)
#EED8DE
(238,216,222)
#F1DFE3
(241,223,227)
#F4E6E8
(244,230,232)
#F7EDED
(247,237,237)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAEC0; }

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

This text font color is #DCAEC0.

Background Color

.myBgColor { background-color: #DCAEC0; }

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

This div background color is #DCAEC0.

Border color

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

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

This div border color is #DCAEC0.

Opacity

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

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

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

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

This text has shadow with #DCAEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCAEC0.

Preview

Color preview on black background

This text has color #DCAEC0 on black background.


Color preview on white background

This text has color #DCAEC0 on white background.


Black color preview on #DCAEC0 background

This text has black color on #DCAEC0 background.


White color preview on #DCAEC0 background

This text has white color on #DCAEC0 background.


Related colors

Complementary color

Complementary color for #hex is #23513F.


I love getcolorcode.com

Triadic colors

1 #C0DCAE and #AEC0DC with #DCAEC0 are triadic colors.

2 #C0AEDC and #AEDCC0 with #DCAEC0 are triadic colors.