COLOR #CC96A6

HEX: #CC96A6
RGB: (204,150,166)

Color info

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

RGB color model

#CC96A6 color RGB value is (204,150,166).

  • red value is 204;
  • green value is 150;
  • blue value is 166.
RGB:
(204,150,166)
(80%,59%,65%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 166 of 255 = 65%

204
150
166

R + G + B ~ 68%. #CC96A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 150 + 166 = 520 (100%)
R 204 of 520 ~ 39.23%
G 150 of 520 ~ 28.85%
B 166 of 520 ~ 31.92%

%39.23
%28.85
%31.92

CMYK color model

#CC96A6 color CMYK value is (0,26,19,20).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 18.63%
  • key color value is 20.00%
CMYK:
(0,26,19,20)
C0M26Y19K20 
(0%,26%,19%,20%)
(0.00/0.26/0.19/0.20)	

CMYK percentages

%0
%26.47
%18.63
%20

Codes

Color #CC96A6 in popluar color models

CC96A6
RGB204150166
HSL342°34.62%69.41%
HSB/HSV342°26.47%80.00%
CMYK0.00%26.47%18.63%
20.00%

Color #CC96A6 in popluar number systems.

HEXCC96A6
Decimal204150166
Binary110011001001011010100110
Octal314226246

Shades and tints

Shades of #CC96A6

#CC96A6
(204,150,166)
#BA8997
(186,137,151)
#A87C88
(168,124,136)
#966F79
(150,111,121)
#84626A
(132,98,106)
#72555B
(114,85,91)
#60484C
(96,72,76)
#4E3B3D
(78,59,61)
#3C2E2E
(60,46,46)
#2A211F
(42,33,31)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #CC96A6

#CC96A6
(204,150,166)
#D09FAE
(208,159,174)
#D4A8B6
(212,168,182)
#D8B1BE
(216,177,190)
#DCBAC6
(220,186,198)
#E0C3CE
(224,195,206)
#E4CCD6
(228,204,214)
#E8D5DE
(232,213,222)
#ECDEE6
(236,222,230)
#F0E7EE
(240,231,238)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC96A6; }

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

This text font color is #CC96A6.


Background Color

.myBgColor { background-color: #CC96A6; }

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

This div background color is #CC96A6.


Border color

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

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

This div border color is #CC96A6.


Opacity

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

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

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

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

This text has shadow with #CC96A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC96A6 on black background.


Color preview on white background

This text has color #CC96A6 on white background.



Black color preview on #CC96A6 background

This text has black color on #CC96A6 background.


White color preview on #CC96A6 background

This text has white color on #CC96A6 background.