COLOR #CC99AC

HEX: #CC99AC RGB: (204,153,172)

Color info

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

RGB color model

#CC99AC color RGB value is (204,153,172).

RGB: (204,153,172) (80%, 60%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 153 of 255 = 60%
B 172 of 255 = 67%

204
153
172

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

Portions of RGB colors in percentages

R + G + B = 204 + 153 + 172 = 529 (100%)
R 204 of 529 ~ 38.56%
G 153 of 529 ~ 28.92%
B 172 of 529 ~ 32.51'%

%38.56
%28.92
%32.51

CMYK color model

#CC99AC color CMYK value is (0,25,16,20).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 15.69%
  • key color value is 20.00%
CMYK: (0,25,16,20) C0M25Y16K20 (0%,25%,16%,20%) (0.00/0.25/0.16/0.20) 

CMYK percentages

%0
%25
%15.69
%20

Codes

Color #CC99AC in popluar color models

CC 99 AC
RGB 204 153 172
HSL 338° 33.33% 70.00%
HSB/HSV 338° 25.00% 80.00%
CMYK 0.00% 25.00% 15.69%
20.00%

Color #CC99AC in popluar number systems.

HEX CC 99 AC
Decimal 204 153 172
Binary 11001100 10011001 10101100
Octal 314 231 254

Shades and tints

Shades of #CC99AC

#CC99AC
(204,153,172)
#BA8C9D
(186,140,157)
#A87F8E
(168,127,142)
#96727F
(150,114,127)
#846570
(132,101,112)
#725861
(114,88,97)
#604B52
(96,75,82)
#4E3E43
(78,62,67)
#3C3134
(60,49,52)
#2A2425
(42,36,37)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #CC99AC

#CC99AC
(204,153,172)
#D0A2B3
(208,162,179)
#D4ABBA
(212,171,186)
#D8B4C1
(216,180,193)
#DCBDC8
(220,189,200)
#E0C6CF
(224,198,207)
#E4CFD6
(228,207,214)
#E8D8DD
(232,216,221)
#ECE1E4
(236,225,228)
#F0EAEB
(240,234,235)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC99AC; }

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

This text font color is #CC99AC.

Background Color

.myBgColor { background-color: #CC99AC; }

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

This div background color is #CC99AC.

Border color

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

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

This div border color is #CC99AC.

Opacity

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

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

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

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

This text has shadow with #CC99AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC99AC.

Preview

Color preview on black background

This text has color #CC99AC on black background.


Color preview on white background

This text has color #CC99AC on white background.


Black color preview on #CC99AC background

This text has black color on #CC99AC background.


White color preview on #CC99AC background

This text has white color on #CC99AC background.


Related colors

Complementary color

Complementary color for #hex is #336653.


I love getcolorcode.com

Triadic colors

1 #ACCC99 and #99ACCC with #CC99AC are triadic colors.

2 #AC99CC and #99CCAC with #CC99AC are triadic colors.