COLOR #DCA7B0

HEX: #DCA7B0
RGB: (220,167,176)

Color info

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

RGB color model

#DCA7B0 color RGB value is (220,167,176).

  • red value is 220;
  • green value is 167;
  • blue value is 176.
RGB:
(220,167,176)
(86%,65%,69%)

RGB channels and saturation

R 220 of 255 = 86%
G 167 of 255 = 65%
B 176 of 255 = 69%

220
167
176

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

Portions of RGB colors in percentages

R + G + B =
220 + 167 + 176 = 563 (100%)
R 220 of 563 ~ 39.08%
G 167 of 563 ~ 29.66%
B 176 of 563 ~ 31.26%

%39.08
%29.66
%31.26

CMYK color model

#DCA7B0 color CMYK value is (0,24,20,14).

  • cyan value is 0.00%
  • magenta value is 24.09%
  • yellow value is 20.00%
  • key color value is 13.73%
CMYK:
(0,24,20,14)
C0M24Y20K14 
(0%,24%,20%,14%)
(0.00/0.24/0.20/0.14)	

CMYK percentages

%0
%24.09
%20
%13.73

Codes

Color #DCA7B0 in popluar color models

DCA7B0
RGB220167176
HSL350°43.09%75.88%
HSB/HSV350°24.09%86.27%
CMYK0.00%24.09%20.00%
13.73%

Color #DCA7B0 in popluar number systems.

HEXDCA7B0
Decimal220167176
Binary110111001010011110110000
Octal334247260

Shades and tints

Shades of #DCA7B0

#DCA7B0
(220,167,176)
#C898A0
(200,152,160)
#B48990
(180,137,144)
#A07A80
(160,122,128)
#8C6B70
(140,107,112)
#785C60
(120,92,96)
#644D50
(100,77,80)
#503E40
(80,62,64)
#3C2F30
(60,47,48)
#282020
(40,32,32)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #DCA7B0

#DCA7B0
(220,167,176)
#DFAFB7
(223,175,183)
#E2B7BE
(226,183,190)
#E5BFC5
(229,191,197)
#E8C7CC
(232,199,204)
#EBCFD3
(235,207,211)
#EED7DA
(238,215,218)
#F1DFE1
(241,223,225)
#F4E7E8
(244,231,232)
#F7EFEF
(247,239,239)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA7B0 color. Also use rgb(220,167,176) instead hex code.

Text Font Color

.myTextColor { color: #DCA7B0; }

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

This text font color is #DCA7B0.


Background Color

.myBgColor { background-color: #DCA7B0; }

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

This div background color is #DCA7B0.


Border color

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

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

This div border color is #DCA7B0.


Opacity

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

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

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

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

This text has shadow with #DCA7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA7B0 on black background.


Color preview on white background

This text has color #DCA7B0 on white background.



Black color preview on #DCA7B0 background

This text has black color on #DCA7B0 background.


White color preview on #DCA7B0 background

This text has white color on #DCA7B0 background.