COLOR #CC96AF

HEX: #CC96AF RGB: (204,150,175)

Color info

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

RGB color model

#CC96AF color RGB value is (204,150,175).

RGB: (204,150,175) (80%, 59%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 175 of 255 = 69%

204
150
175

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

Portions of RGB colors in percentages

R + G + B = 204 + 150 + 175 = 529 (100%)
R 204 of 529 ~ 38.56%
G 150 of 529 ~ 28.36%
B 175 of 529 ~ 33.08'%

%38.56
%28.36
%33.08

CMYK color model

#CC96AF color CMYK value is (0,26,14,20).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 14.22%
  • key color value is 20.00%

CMYK: (0,26,14,20)
C0M26Y14K20 (0%, 26%, 14%, 20%)
(0.00 / 0.26 / 0.14 / 0.20)

CMYK percentages

%0
%26.47
%14.22
%20

Codes

Color #CC96AF in popluar color models

CC 96 AF
RGB 204 150 175
HSL 332° 34.62% 69.41%
HSB/HSV 332° 26.47% 80.00%
CMYK 0.00% 26.47% 14.22%
20.00%

Color #CC96AF in popluar number systems.

HEX CC 96 AF
Decimal 204 150 175
Binary 11001100 10010110 10101111
Octal 314 226 257

Shades and tints

Shades of #CC96AF

#CC96AF
(204,150,175)
#BA89A0
(186,137,160)
#A87C91
(168,124,145)
#966F82
(150,111,130)
#846273
(132,98,115)
#725564
(114,85,100)
#604855
(96,72,85)
#4E3B46
(78,59,70)
#3C2E37
(60,46,55)
#2A2128
(42,33,40)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #CC96AF

#CC96AF
(204,150,175)
#D09FB6
(208,159,182)
#D4A8BD
(212,168,189)
#D8B1C4
(216,177,196)
#DCBACB
(220,186,203)
#E0C3D2
(224,195,210)
#E4CCD9
(228,204,217)
#E8D5E0
(232,213,224)
#ECDEE7
(236,222,231)
#F0E7EE
(240,231,238)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC96AF color. Also use rgb(204,150,175) instead hex code.

Text Font Color

.myTextColor { color: #CC96AF; }

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

This text font color is #CC96AF.

Background Color

.myBgColor { background-color: #CC96AF; }

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

This div background color is #CC96AF.

Border color

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

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

This div border color is #CC96AF.

Opacity

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

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

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

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

This text has shadow with #CC96AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC96AF.

Preview

Color preview on black background

This text has color #CC96AF on black background.


Color preview on white background

This text has color #CC96AF on white background.


Black color preview on #CC96AF background

This text has black color on #CC96AF background.


White color preview on #CC96AF background

This text has white color on #CC96AF background.


Related colors

Complementary color

Complementary color for #hex is #336950.


I love getcolorcode.com

Triadic colors

1 #AFCC96 and #96AFCC with #CC96AF are triadic colors.

2 #AF96CC and #96CCAF with #CC96AF are triadic colors.