COLOR #DC94A9

HEX: #DC94A9
RGB: (220,148,169)

Color info

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

RGB color model

#DC94A9 color RGB value is (220,148,169).

  • red value is 220;
  • green value is 148;
  • blue value is 169.
RGB:
(220,148,169)
(86%,58%,66%)

RGB channels and saturation

R 220 of 255 = 86%
G 148 of 255 = 58%
B 169 of 255 = 66%

220
148
169

R + G + B ~ 70%. #DC94A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 148 + 169 = 537 (100%)
R 220 of 537 ~ 40.97%
G 148 of 537 ~ 27.56%
B 169 of 537 ~ 31.47%

%40.97
%27.56
%31.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 23.18%
  • key color value is 13.73%
CMYK:
(0,33,23,14)
C0M33Y23K14 
(0%,33%,23%,14%)
(0.00/0.33/0.23/0.14)	

CMYK percentages

%0
%32.73
%23.18
%13.73

Codes

Color #DC94A9 in popluar color models

DC94A9
RGB220148169
HSL343°50.70%72.16%
HSB/HSV343°32.73%86.27%
CMYK0.00%32.73%23.18%
13.73%

Color #DC94A9 in popluar number systems.

HEXDC94A9
Decimal220148169
Binary110111001001010010101001
Octal334224251

Shades and tints

Shades of #DC94A9

#DC94A9
(220,148,169)
#C8879A
(200,135,154)
#B47A8B
(180,122,139)
#A06D7C
(160,109,124)
#8C606D
(140,96,109)
#78535E
(120,83,94)
#64464F
(100,70,79)
#503940
(80,57,64)
#3C2C31
(60,44,49)
#281F22
(40,31,34)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #DC94A9

#DC94A9
(220,148,169)
#DF9DB0
(223,157,176)
#E2A6B7
(226,166,183)
#E5AFBE
(229,175,190)
#E8B8C5
(232,184,197)
#EBC1CC
(235,193,204)
#EECAD3
(238,202,211)
#F1D3DA
(241,211,218)
#F4DCE1
(244,220,225)
#F7E5E8
(247,229,232)
#FAEEEF
(250,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC94A9 color. Also use rgb(220,148,169) instead hex code.

Text Font Color

.myTextColor { color: #DC94A9; }

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

This text font color is #DC94A9.


Background Color

.myBgColor { background-color: #DC94A9; }

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

This div background color is #DC94A9.


Border color

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

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

This div border color is #DC94A9.


Opacity

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

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

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

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

This text has shadow with #DC94A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC94A9 on black background.


Color preview on white background

This text has color #DC94A9 on white background.



Black color preview on #DC94A9 background

This text has black color on #DC94A9 background.


White color preview on #DC94A9 background

This text has white color on #DC94A9 background.