COLOR #DC9EA3

HEX: #DC9EA3
RGB: (220,158,163)

Color info

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

RGB color model

#DC9EA3 color RGB value is (220,158,163).

  • red value is 220;
  • green value is 158;
  • blue value is 163.
RGB: (220,158,163) (86%,62%,64%)

RGB channels and saturation

R 220 of 255 = 86%
G 158 of 255 = 62%
B 163 of 255 = 64%

220
158
163

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

Portions of RGB colors in percentages

R + G + B =
220 + 158 + 163 = 541 (100%)
R 220 of 541 ~ 40.67%
G 158 of 541 ~ 29.21%
B 163 of 541 ~ 30.13%

%40.67
%29.21
%30.13

CMYK color model

#DC9EA3 color CMYK value is (0,28,26,14).

  • cyan value is 0.00%
  • magenta value is 28.18%
  • yellow value is 25.91%
  • key color value is 13.73%
CMYK: (0,28,26,14) C0M28Y26K14 (0%,28%,26%,14%) (0.00/0.28/0.26/0.14)

CMYK percentages

%0
%28.18
%25.91
%13.73

Codes

Color #DC9EA3 in popluar color models

DC9EA3
RGB220158163
HSL355°46.97%74.12%
HSB/HSV355°28.18%86.27%
CMYK0.00%28.18%25.91%
13.73%

Color #DC9EA3 in popluar number systems.

HEXDC9EA3
Decimal220158163
Binary110111001001111010100011
Octal334236243

Shades and tints

Shades of #DC9EA3

#DC9EA3
(220,158,163)
#C89095
(200,144,149)
#B48287
(180,130,135)
#A07479
(160,116,121)
#8C666B
(140,102,107)
#78585D
(120,88,93)
#644A4F
(100,74,79)
#503C41
(80,60,65)
#3C2E33
(60,46,51)
#282025
(40,32,37)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #DC9EA3

#DC9EA3
(220,158,163)
#DFA6AB
(223,166,171)
#E2AEB3
(226,174,179)
#E5B6BB
(229,182,187)
#E8BEC3
(232,190,195)
#EBC6CB
(235,198,203)
#EECED3
(238,206,211)
#F1D6DB
(241,214,219)
#F4DEE3
(244,222,227)
#F7E6EB
(247,230,235)
#FAEEF3
(250,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9EA3 color. Also use rgb(220,158,163) instead hex code.

Text Font Color

.myTextColor { color: #DC9EA3; }

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

This text font color is #DC9EA3.


Background Color

.myBgColor { background-color: #DC9EA3; }

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

This div background color is #DC9EA3.


Border color

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

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

This div border color is #DC9EA3.


Opacity

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

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

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

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

This text has shadow with #DC9EA3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DC9EA3 on black background.


Color preview on white background

This text has color #DC9EA3 on white background.



Black color preview on #DC9EA3 background

This text has black color on #DC9EA3 background.


White color preview on #DC9EA3 background

This text has white color on #DC9EA3 background.