COLOR #DC8AAE

HEX: #DC8AAE RGB: (220,138,174)

Color info

#DC8AAE contains mainly red and blue colors. Web safe color of #DC8AAE is #CC9999 (or #C99).

RGB color model

#DC8AAE color RGB value is (220,138,174).

RGB: (220,138,174) (86%, 54%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 138 of 255 = 54%
B 174 of 255 = 68%

220
138
174

R + G + B ~ 69%. #DC8AAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 138 + 174 = 532 (100%)
R 220 of 532 ~ 41.35%
G 138 of 532 ~ 25.94%
B 174 of 532 ~ 32.71'%

%41.35
%25.94
%32.71

CMYK color model

#DC8AAE color CMYK value is (0,37,21,14).

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

CMYK: (0,37,21,14)
C0M37Y21K14 (0%, 37%, 21%, 14%)
(0.00 / 0.37 / 0.21 / 0.14)

CMYK percentages

%0
%37.27
%20.91
%13.73

Codes

Color #DC8AAE in popluar color models

DC 8A AE
RGB 220 138 174
HSL 334° 53.95% 70.20%
HSB/HSV 334° 37.27% 86.27%
CMYK 0.00% 37.27% 20.91%
13.73%

Color #DC8AAE in popluar number systems.

HEX DC 8A AE
Decimal 220 138 174
Binary 11011100 10001010 10101110
Octal 334 212 256

Shades and tints

Shades of #DC8AAE

#DC8AAE
(220,138,174)
#C87E9F
(200,126,159)
#B47290
(180,114,144)
#A06681
(160,102,129)
#8C5A72
(140,90,114)
#784E63
(120,78,99)
#644254
(100,66,84)
#503645
(80,54,69)
#3C2A36
(60,42,54)
#281E27
(40,30,39)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #DC8AAE

#DC8AAE
(220,138,174)
#DF94B5
(223,148,181)
#E29EBC
(226,158,188)
#E5A8C3
(229,168,195)
#E8B2CA
(232,178,202)
#EBBCD1
(235,188,209)
#EEC6D8
(238,198,216)
#F1D0DF
(241,208,223)
#F4DAE6
(244,218,230)
#F7E4ED
(247,228,237)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC8AAE; }

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

This text font color is #DC8AAE.

Background Color

.myBgColor { background-color: #DC8AAE; }

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

This div background color is #DC8AAE.

Border color

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

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

This div border color is #DC8AAE.

Opacity

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

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

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

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

This text has shadow with #DC8AAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC8AAE.

Preview

Color preview on black background

This text has color #DC8AAE on black background.


Color preview on white background

This text has color #DC8AAE on white background.


Black color preview on #DC8AAE background

This text has black color on #DC8AAE background.


White color preview on #DC8AAE background

This text has white color on #DC8AAE background.


Related colors

Complementary color

Complementary color for #hex is #237551.


I love getcolorcode.com

Triadic colors

1 #AEDC8A and #8AAEDC with #DC8AAE are triadic colors.

2 #AE8ADC and #8ADCAE with #DC8AAE are triadic colors.