COLOR #CC99C6

HEX: #CC99C6
RGB: (204,153,198)

Color info

#CC99C6 contains red, green and blue colors in about the same proportion. Web safe color of #CC99C6 is #CC99CC (or #C9C).

RGB color model

#CC99C6 color RGB value is (204,153,198).

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

RGB channels and saturation

R 204 of 255 = 80%
G 153 of 255 = 60%
B 198 of 255 = 78%

204
153
198

R + G + B ~ 73%. #CC99C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 153 + 198 = 555 (100%)
R 204 of 555 ~ 36.76%
G 153 of 555 ~ 27.57%
B 198 of 555 ~ 35.68%

%36.76
%27.57
%35.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 2.94%
  • key color value is 20.00%
CMYK:
(0,25,3,20)
C0M25Y3K20 
(0%,25%,3%,20%)
(0.00/0.25/0.03/0.20)	

CMYK percentages

%0
%25
%2.94
%20

Codes

Color #CC99C6 in popluar color models

CC99C6
RGB204153198
HSL307°33.33%70.00%
HSB/HSV307°25.00%80.00%
CMYK0.00%25.00%2.94%
20.00%

Color #CC99C6 in popluar number systems.

HEXCC99C6
Decimal204153198
Binary110011001001100111000110
Octal314231306

Shades and tints

Shades of #CC99C6

#CC99C6
(204,153,198)
#BA8CB4
(186,140,180)
#A87FA2
(168,127,162)
#967290
(150,114,144)
#84657E
(132,101,126)
#72586C
(114,88,108)
#604B5A
(96,75,90)
#4E3E48
(78,62,72)
#3C3136
(60,49,54)
#2A2424
(42,36,36)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #CC99C6

#CC99C6
(204,153,198)
#D0A2CB
(208,162,203)
#D4ABD0
(212,171,208)
#D8B4D5
(216,180,213)
#DCBDDA
(220,189,218)
#E0C6DF
(224,198,223)
#E4CFE4
(228,207,228)
#E8D8E9
(232,216,233)
#ECE1EE
(236,225,238)
#F0EAF3
(240,234,243)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC99C6; }

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

This text font color is #CC99C6.


Background Color

.myBgColor { background-color: #CC99C6; }

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

This div background color is #CC99C6.


Border color

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

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

This div border color is #CC99C6.


Opacity

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

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

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

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

This text has shadow with #CC99C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC99C6 on black background.


Color preview on white background

This text has color #CC99C6 on white background.



Black color preview on #CC99C6 background

This text has black color on #CC99C6 background.


White color preview on #CC99C6 background

This text has white color on #CC99C6 background.