COLOR #CC9998

HEX: #CC9998
RGB: (204,153,152)

Color info

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

RGB color model

#CC9998 color RGB value is (204,153,152).

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

RGB channels and saturation

R 204 of 255 = 80%
G 153 of 255 = 60%
B 152 of 255 = 60%

204
153
152

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

Portions of RGB colors in percentages

R + G + B =
204 + 153 + 152 = 509 (100%)
R 204 of 509 ~ 40.08%
G 153 of 509 ~ 30.06%
B 152 of 509 ~ 29.86%

%40.08
%30.06
%29.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 25.49%
  • key color value is 20.00%
CMYK:
(0,25,25,20)
C0M25Y25K20 
(0%,25%,25%,20%)
(0.00/0.25/0.25/0.20)	

CMYK percentages

%0
%25
%25.49
%20

Codes

Color #CC9998 in popluar color models

CC9998
RGB204153152
HSL33.77%69.80%
HSB/HSV25.49%80.00%
CMYK0.00%25.00%25.49%
20.00%

Color #CC9998 in popluar number systems.

HEXCC9998
Decimal204153152
Binary110011001001100110011000
Octal314231230

Shades and tints

Shades of #CC9998

#CC9998
(204,153,152)
#BA8C8B
(186,140,139)
#A87F7E
(168,127,126)
#967271
(150,114,113)
#846564
(132,101,100)
#725857
(114,88,87)
#604B4A
(96,75,74)
#4E3E3D
(78,62,61)
#3C3130
(60,49,48)
#2A2423
(42,36,35)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #CC9998

#CC9998
(204,153,152)
#D0A2A1
(208,162,161)
#D4ABAA
(212,171,170)
#D8B4B3
(216,180,179)
#DCBDBC
(220,189,188)
#E0C6C5
(224,198,197)
#E4CFCE
(228,207,206)
#E8D8D7
(232,216,215)
#ECE1E0
(236,225,224)
#F0EAE9
(240,234,233)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9998; }

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

This text font color is #CC9998.


Background Color

.myBgColor { background-color: #CC9998; }

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

This div background color is #CC9998.


Border color

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

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

This div border color is #CC9998.


Opacity

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

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

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

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

This text has shadow with #CC9998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9998 on black background.


Color preview on white background

This text has color #CC9998 on white background.



Black color preview on #CC9998 background

This text has black color on #CC9998 background.


White color preview on #CC9998 background

This text has white color on #CC9998 background.