COLOR #CC99AD

HEX: #CC99AD RGB: (204,153,173)

Color info

#CC99AD contains red, green and blue colors in about the same proportion. Web safe color of #CC99AD is #CC9999 (or #C99).

RGB color model

#CC99AD color RGB value is (204,153,173).

RGB: (204,153,173) (80%, 60%, 68%)

RGB channels and saturation

R 204 of 255 = 80%
G 153 of 255 = 60%
B 173 of 255 = 68%

204
153
173

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

Portions of RGB colors in percentages

R + G + B = 204 + 153 + 173 = 530 (100%)
R 204 of 530 ~ 38.49%
G 153 of 530 ~ 28.87%
B 173 of 530 ~ 32.64'%

%38.49
%28.87
%32.64

CMYK color model

#CC99AD color CMYK value is (0,25,15,20).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 15.20%
  • key color value is 20.00%
CMYK: (0,25,15,20) C0M25Y15K20 (0%,25%,15%,20%) (0.00/0.25/0.15/0.20) 

CMYK percentages

%0
%25
%15.2
%20

Codes

Color #CC99AD in popluar color models

CC 99 AD
RGB 204 153 173
HSL 336° 33.33% 70.00%
HSB/HSV 336° 25.00% 80.00%
CMYK 0.00% 25.00% 15.20%
20.00%

Color #CC99AD in popluar number systems.

HEX CC 99 AD
Decimal 204 153 173
Binary 11001100 10011001 10101101
Octal 314 231 255

Shades and tints

Shades of #CC99AD

#CC99AD
(204,153,173)
#BA8C9E
(186,140,158)
#A87F8F
(168,127,143)
#967280
(150,114,128)
#846571
(132,101,113)
#725862
(114,88,98)
#604B53
(96,75,83)
#4E3E44
(78,62,68)
#3C3135
(60,49,53)
#2A2426
(42,36,38)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #CC99AD

#CC99AD
(204,153,173)
#D0A2B4
(208,162,180)
#D4ABBB
(212,171,187)
#D8B4C2
(216,180,194)
#DCBDC9
(220,189,201)
#E0C6D0
(224,198,208)
#E4CFD7
(228,207,215)
#E8D8DE
(232,216,222)
#ECE1E5
(236,225,229)
#F0EAEC
(240,234,236)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC99AD; }

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

This text font color is #CC99AD.

Background Color

.myBgColor { background-color: #CC99AD; }

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

This div background color is #CC99AD.

Border color

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

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

This div border color is #CC99AD.

Opacity

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

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

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

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

This text has shadow with #CC99AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC99AD.

Preview

Color preview on black background

This text has color #CC99AD on black background.


Color preview on white background

This text has color #CC99AD on white background.


Black color preview on #CC99AD background

This text has black color on #CC99AD background.


White color preview on #CC99AD background

This text has white color on #CC99AD background.


Related colors

Complementary color

Complementary color for #hex is #336652.


I love getcolorcode.com

Triadic colors

1 #ADCC99 and #99ADCC with #CC99AD are triadic colors.

2 #AD99CC and #99CCAD with #CC99AD are triadic colors.