COLOR #DC99AD

HEX: #DC99AD RGB: (220,153,173)

Color info

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

RGB color model

#DC99AD color RGB value is (220,153,173).

RGB: (220,153,173) (86%, 60%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 153 of 255 = 60%
B 173 of 255 = 68%

220
153
173

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

Portions of RGB colors in percentages

R + G + B = 220 + 153 + 173 = 546 (100%)
R 220 of 546 ~ 40.29%
G 153 of 546 ~ 28.02%
B 173 of 546 ~ 31.68'%

%40.29
%28.02
%31.68

CMYK color model

#DC99AD color CMYK value is (0,30,21,14).

  • cyan value is 0.00%
  • magenta value is 30.45%
  • yellow value is 21.36%
  • key color value is 13.73%

CMYK: (0,30,21,14)
C0M30Y21K14 (0%, 30%, 21%, 14%)
(0.00 / 0.30 / 0.21 / 0.14)

CMYK percentages

%0
%30.45
%21.36
%13.73

Codes

Color #DC99AD in popluar color models

DC 99 AD
RGB 220 153 173
HSL 342° 48.91% 73.14%
HSB/HSV 342° 30.45% 86.27%
CMYK 0.00% 30.45% 21.36%
13.73%

Color #DC99AD in popluar number systems.

HEX DC 99 AD
Decimal 220 153 173
Binary 11011100 10011001 10101101
Octal 334 231 255

Shades and tints

Shades of #DC99AD

#DC99AD
(220,153,173)
#C88C9E
(200,140,158)
#B47F8F
(180,127,143)
#A07280
(160,114,128)
#8C6571
(140,101,113)
#785862
(120,88,98)
#644B53
(100,75,83)
#503E44
(80,62,68)
#3C3135
(60,49,53)
#282426
(40,36,38)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #DC99AD

#DC99AD
(220,153,173)
#DFA2B4
(223,162,180)
#E2ABBB
(226,171,187)
#E5B4C2
(229,180,194)
#E8BDC9
(232,189,201)
#EBC6D0
(235,198,208)
#EECFD7
(238,207,215)
#F1D8DE
(241,216,222)
#F4E1E5
(244,225,229)
#F7EAEC
(247,234,236)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC99AD color. Also use rgb(220,153,173) instead hex code.

Text Font Color

.myTextColor { color: #DC99AD; }

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

This text font color is #DC99AD.

Background Color

.myBgColor { background-color: #DC99AD; }

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

This div background color is #DC99AD.

Border color

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

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

This div border color is #DC99AD.

Opacity

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

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

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

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

This text has shadow with #DC99AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC99AD.

Preview

Color preview on black background

This text has color #DC99AD on black background.


Color preview on white background

This text has color #DC99AD on white background.


Black color preview on #DC99AD background

This text has black color on #DC99AD background.


White color preview on #DC99AD background

This text has white color on #DC99AD background.


Related colors

Complementary color

Complementary color for #hex is #236652.


I love getcolorcode.com

Triadic colors

1 #ADDC99 and #99ADDC with #DC99AD are triadic colors.

2 #AD99DC and #99DCAD with #DC99AD are triadic colors.