COLOR #DCAAB9

HEX: #DCAAB9
RGB: (220,170,185)

Color info

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

RGB color model

#DCAAB9 color RGB value is (220,170,185).

  • red value is 220;
  • green value is 170;
  • blue value is 185.
RGB:
(220,170,185)
(86%,67%,73%)

RGB channels and saturation

R 220 of 255 = 86%
G 170 of 255 = 67%
B 185 of 255 = 73%

220
170
185

R + G + B ~ 75%. #DCAAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 170 + 185 = 575 (100%)
R 220 of 575 ~ 38.26%
G 170 of 575 ~ 29.57%
B 185 of 575 ~ 32.17%

%38.26
%29.57
%32.17

CMYK color model

#DCAAB9 color CMYK value is (0,23,16,14).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 15.91%
  • key color value is 13.73%
CMYK:
(0,23,16,14)
C0M23Y16K14 
(0%,23%,16%,14%)
(0.00/0.23/0.16/0.14)	

CMYK percentages

%0
%22.73
%15.91
%13.73

Codes

Color #DCAAB9 in popluar color models

DCAAB9
RGB220170185
HSL342°41.67%76.47%
HSB/HSV342°22.73%86.27%
CMYK0.00%22.73%15.91%
13.73%

Color #DCAAB9 in popluar number systems.

HEXDCAAB9
Decimal220170185
Binary110111001010101010111001
Octal334252271

Shades and tints

Shades of #DCAAB9

#DCAAB9
(220,170,185)
#C89BA9
(200,155,169)
#B48C99
(180,140,153)
#A07D89
(160,125,137)
#8C6E79
(140,110,121)
#785F69
(120,95,105)
#645059
(100,80,89)
#504149
(80,65,73)
#3C3239
(60,50,57)
#282329
(40,35,41)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #DCAAB9

#DCAAB9
(220,170,185)
#DFB1BF
(223,177,191)
#E2B8C5
(226,184,197)
#E5BFCB
(229,191,203)
#E8C6D1
(232,198,209)
#EBCDD7
(235,205,215)
#EED4DD
(238,212,221)
#F1DBE3
(241,219,227)
#F4E2E9
(244,226,233)
#F7E9EF
(247,233,239)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCAAB9 color. Also use rgb(220,170,185) instead hex code.

Text Font Color

.myTextColor { color: #DCAAB9; }

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

This text font color is #DCAAB9.


Background Color

.myBgColor { background-color: #DCAAB9; }

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

This div background color is #DCAAB9.


Border color

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

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

This div border color is #DCAAB9.


Opacity

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

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

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

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

This text has shadow with #DCAAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAAB9 on black background.


Color preview on white background

This text has color #DCAAB9 on white background.



Black color preview on #DCAAB9 background

This text has black color on #DCAAB9 background.


White color preview on #DCAAB9 background

This text has white color on #DCAAB9 background.