COLOR #DCADC0

HEX: #DCADC0
RGB: (220,173,192)

Color info

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

RGB color model

#DCADC0 color RGB value is (220,173,192).

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

RGB channels and saturation

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

220
173
192

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

Portions of RGB colors in percentages

R + G + B =
220 + 173 + 192 = 585 (100%)
R 220 of 585 ~ 37.61%
G 173 of 585 ~ 29.57%
B 192 of 585 ~ 32.82%

%37.61
%29.57
%32.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.36%
  • 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
%21.36
%12.73
%13.73

Codes

Color #DCADC0 in popluar color models

DCADC0
RGB220173192
HSL336°40.17%77.06%
HSB/HSV336°21.36%86.27%
CMYK0.00%21.36%12.73%
13.73%

Color #DCADC0 in popluar number systems.

HEXDCADC0
Decimal220173192
Binary110111001010110111000000
Octal334255300

Shades and tints

Shades of #DCADC0

#DCADC0
(220,173,192)
#C89EAF
(200,158,175)
#B48F9E
(180,143,158)
#A0808D
(160,128,141)
#8C717C
(140,113,124)
#78626B
(120,98,107)
#64535A
(100,83,90)
#504449
(80,68,73)
#3C3538
(60,53,56)
#282627
(40,38,39)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #DCADC0

#DCADC0
(220,173,192)
#DFB4C5
(223,180,197)
#E2BBCA
(226,187,202)
#E5C2CF
(229,194,207)
#E8C9D4
(232,201,212)
#EBD0D9
(235,208,217)
#EED7DE
(238,215,222)
#F1DEE3
(241,222,227)
#F4E5E8
(244,229,232)
#F7ECED
(247,236,237)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCADC0; }

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

This text font color is #DCADC0.


Background Color

.myBgColor { background-color: #DCADC0; }

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

This div background color is #DCADC0.


Border color

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

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

This div border color is #DCADC0.


Opacity

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

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

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

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

This text has shadow with #DCADC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCADC0 on black background.


Color preview on white background

This text has color #DCADC0 on white background.



Black color preview on #DCADC0 background

This text has black color on #DCADC0 background.


White color preview on #DCADC0 background

This text has white color on #DCADC0 background.