COLOR #DC93AE

HEX: #DC93AE
RGB: (220,147,174)

Color info

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

RGB color model

#DC93AE color RGB value is (220,147,174).

  • red value is 220;
  • green value is 147;
  • blue value is 174.
RGB:
(220,147,174)
(86%,58%,68%)

RGB channels and saturation

R 220 of 255 = 86%
G 147 of 255 = 58%
B 174 of 255 = 68%

220
147
174

R + G + B ~ 71%. #DC93AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 147 + 174 = 541 (100%)
R 220 of 541 ~ 40.67%
G 147 of 541 ~ 27.17%
B 174 of 541 ~ 32.16%

%40.67
%27.17
%32.16

CMYK color model

#DC93AE color CMYK value is (0,33,21,14).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 20.91%
  • key color value is 13.73%
CMYK:
(0,33,21,14)
C0M33Y21K14 
(0%,33%,21%,14%)
(0.00/0.33/0.21/0.14)	

CMYK percentages

%0
%33.18
%20.91
%13.73

Codes

Color #DC93AE in popluar color models

DC93AE
RGB220147174
HSL338°51.05%71.96%
HSB/HSV338°33.18%86.27%
CMYK0.00%33.18%20.91%
13.73%

Color #DC93AE in popluar number systems.

HEXDC93AE
Decimal220147174
Binary110111001001001110101110
Octal334223256

Shades and tints

Shades of #DC93AE

#DC93AE
(220,147,174)
#C8869F
(200,134,159)
#B47990
(180,121,144)
#A06C81
(160,108,129)
#8C5F72
(140,95,114)
#785263
(120,82,99)
#644554
(100,69,84)
#503845
(80,56,69)
#3C2B36
(60,43,54)
#281E27
(40,30,39)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #DC93AE

#DC93AE
(220,147,174)
#DF9CB5
(223,156,181)
#E2A5BC
(226,165,188)
#E5AEC3
(229,174,195)
#E8B7CA
(232,183,202)
#EBC0D1
(235,192,209)
#EEC9D8
(238,201,216)
#F1D2DF
(241,210,223)
#F4DBE6
(244,219,230)
#F7E4ED
(247,228,237)
#FAEDF4
(250,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC93AE; }

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

This text font color is #DC93AE.


Background Color

.myBgColor { background-color: #DC93AE; }

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

This div background color is #DC93AE.


Border color

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

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

This div border color is #DC93AE.


Opacity

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

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

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

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

This text has shadow with #DC93AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC93AE on black background.


Color preview on white background

This text has color #DC93AE on white background.



Black color preview on #DC93AE background

This text has black color on #DC93AE background.


White color preview on #DC93AE background

This text has white color on #DC93AE background.