COLOR #CC999C

HEX: #CC999C
RGB: (204,153,156)

Color info

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

RGB color model

#CC999C color RGB value is (204,153,156).

  • red value is 204;
  • green value is 153;
  • blue value is 156.
RGB:
(204,153,156)
(80%,60%,61%)

RGB channels and saturation

R 204 of 255 = 80%
G 153 of 255 = 60%
B 156 of 255 = 61%

204
153
156

R + G + B ~ 67%. #CC999C is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 153 + 156 = 513 (100%)
R 204 of 513 ~ 39.77%
G 153 of 513 ~ 29.82%
B 156 of 513 ~ 30.41%

%39.77
%29.82
%30.41

CMYK color model

#CC999C color CMYK value is (0,25,24,20).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 23.53%
  • key color value is 20.00%
CMYK:
(0,25,24,20)
C0M25Y24K20 
(0%,25%,24%,20%)
(0.00/0.25/0.24/0.20)	

CMYK percentages

%0
%25
%23.53
%20

Codes

Color #CC999C in popluar color models

CC999C
RGB204153156
HSL356°33.33%70.00%
HSB/HSV356°25.00%80.00%
CMYK0.00%25.00%23.53%
20.00%

Color #CC999C in popluar number systems.

HEXCC999C
Decimal204153156
Binary110011001001100110011100
Octal314231234

Shades and tints

Shades of #CC999C

#CC999C
(204,153,156)
#BA8C8E
(186,140,142)
#A87F80
(168,127,128)
#967272
(150,114,114)
#846564
(132,101,100)
#725856
(114,88,86)
#604B48
(96,75,72)
#4E3E3A
(78,62,58)
#3C312C
(60,49,44)
#2A241E
(42,36,30)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #CC999C

#CC999C
(204,153,156)
#D0A2A5
(208,162,165)
#D4ABAE
(212,171,174)
#D8B4B7
(216,180,183)
#DCBDC0
(220,189,192)
#E0C6C9
(224,198,201)
#E4CFD2
(228,207,210)
#E8D8DB
(232,216,219)
#ECE1E4
(236,225,228)
#F0EAED
(240,234,237)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC999C; }

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

This text font color is #CC999C.


Background Color

.myBgColor { background-color: #CC999C; }

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

This div background color is #CC999C.


Border color

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

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

This div border color is #CC999C.


Opacity

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

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

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

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

This text has shadow with #CC999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC999C on black background.


Color preview on white background

This text has color #CC999C on white background.



Black color preview on #CC999C background

This text has black color on #CC999C background.


White color preview on #CC999C background

This text has white color on #CC999C background.