COLOR #DCAABD

HEX: #DCAABD
RGB: (220,170,189)

Color info

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

RGB color model

#DCAABD color RGB value is (220,170,189).

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

RGB channels and saturation

R 220 of 255 = 86%
G 170 of 255 = 67%
B 189 of 255 = 74%

220
170
189

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

Portions of RGB colors in percentages

R + G + B =
220 + 170 + 189 = 579 (100%)
R 220 of 579 ~ 38%
G 170 of 579 ~ 29.36%
B 189 of 579 ~ 32.64%

%38
%29.36
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 14.09%
  • key color value is 13.73%
CMYK:
(0,23,14,14)
C0M23Y14K14 
(0%,23%,14%,14%)
(0.00/0.23/0.14/0.14)	

CMYK percentages

%0
%22.73
%14.09
%13.73

Codes

Color #DCAABD in popluar color models

DCAABD
RGB220170189
HSL337°41.67%76.47%
HSB/HSV337°22.73%86.27%
CMYK0.00%22.73%14.09%
13.73%

Color #DCAABD in popluar number systems.

HEXDCAABD
Decimal220170189
Binary110111001010101010111101
Octal334252275

Shades and tints

Shades of #DCAABD

#DCAABD
(220,170,189)
#C89BAC
(200,155,172)
#B48C9B
(180,140,155)
#A07D8A
(160,125,138)
#8C6E79
(140,110,121)
#785F68
(120,95,104)
#645057
(100,80,87)
#504146
(80,65,70)
#3C3235
(60,50,53)
#282324
(40,35,36)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #DCAABD

#DCAABD
(220,170,189)
#DFB1C3
(223,177,195)
#E2B8C9
(226,184,201)
#E5BFCF
(229,191,207)
#E8C6D5
(232,198,213)
#EBCDDB
(235,205,219)
#EED4E1
(238,212,225)
#F1DBE7
(241,219,231)
#F4E2ED
(244,226,237)
#F7E9F3
(247,233,243)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAABD; }

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

This text font color is #DCAABD.


Background Color

.myBgColor { background-color: #DCAABD; }

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

This div background color is #DCAABD.


Border color

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

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

This div border color is #DCAABD.


Opacity

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

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

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

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

This text has shadow with #DCAABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAABD on black background.


Color preview on white background

This text has color #DCAABD on white background.



Black color preview on #DCAABD background

This text has black color on #DCAABD background.


White color preview on #DCAABD background

This text has white color on #DCAABD background.