COLOR #CC96A5

HEX: #CC96A5
RGB: (204,150,165)

Color info

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

RGB color model

#CC96A5 color RGB value is (204,150,165).

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

RGB channels and saturation

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

204
150
165

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

Portions of RGB colors in percentages

R + G + B =
204 + 150 + 165 = 519 (100%)
R 204 of 519 ~ 39.31%
G 150 of 519 ~ 28.9%
B 165 of 519 ~ 31.79%

%39.31
%28.9
%31.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 19.12%
  • 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
%19.12
%20

Codes

Color #CC96A5 in popluar color models

CC96A5
RGB204150165
HSL343°34.62%69.41%
HSB/HSV343°26.47%80.00%
CMYK0.00%26.47%19.12%
20.00%

Color #CC96A5 in popluar number systems.

HEXCC96A5
Decimal204150165
Binary110011001001011010100101
Octal314226245

Shades and tints

Shades of #CC96A5

#CC96A5
(204,150,165)
#BA8996
(186,137,150)
#A87C87
(168,124,135)
#966F78
(150,111,120)
#846269
(132,98,105)
#72555A
(114,85,90)
#60484B
(96,72,75)
#4E3B3C
(78,59,60)
#3C2E2D
(60,46,45)
#2A211E
(42,33,30)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #CC96A5

#CC96A5
(204,150,165)
#D09FAD
(208,159,173)
#D4A8B5
(212,168,181)
#D8B1BD
(216,177,189)
#DCBAC5
(220,186,197)
#E0C3CD
(224,195,205)
#E4CCD5
(228,204,213)
#E8D5DD
(232,213,221)
#ECDEE5
(236,222,229)
#F0E7ED
(240,231,237)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC96A5; }

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

This text font color is #CC96A5.


Background Color

.myBgColor { background-color: #CC96A5; }

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

This div background color is #CC96A5.


Border color

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

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

This div border color is #CC96A5.


Opacity

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

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

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

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

This text has shadow with #CC96A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC96A5 on black background.


Color preview on white background

This text has color #CC96A5 on white background.



Black color preview on #CC96A5 background

This text has black color on #CC96A5 background.


White color preview on #CC96A5 background

This text has white color on #CC96A5 background.