COLOR #CC99FF

HEX: #CC99FF
RGB: (204,153,255)

Color info

#CC99FF contains mainly red and blue colors. #CC99FF color is web safe color. It maybe written shortly as #C9F.

RGB color model

#CC99FF color RGB value is (204,153,255).

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

RGB channels and saturation

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

204
153
255

R + G + B ~ 80%. #CC99FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 153 + 255 = 612 (100%)
R 204 of 612 ~ 33.33%
G 153 of 612 ~ 25%
B 255 of 612 ~ 41.67%

%33.33
%25
%41.67

CMYK color model

#CC99FF color CMYK value is (20,40,0,0).

  • cyan value is 20.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(20,40,0,0)
C20M40Y0K0 
(20%,40%,0%,0%)
(0.20/0.40/0.00/0.00)	

CMYK percentages

%20
%40
%0
%0

Codes

Color #CC99FF in popluar color models

CC99FF
RGB204153255
HSL270°100.00%80.00%
HSB/HSV270°40.00%100.00%
CMYK20.00%40.00%0.00%
0.00%

Color #CC99FF in popluar number systems.

HEXCC99FF
Decimal204153255
Binary110011001001100111111111
Octal314231377

Shades and tints

Shades of #CC99FF

#CC99FF
(204,153,255)
#BA8CE8
(186,140,232)
#A87FD1
(168,127,209)
#9672BA
(150,114,186)
#8465A3
(132,101,163)
#72588C
(114,88,140)
#604B75
(96,75,117)
#4E3E5E
(78,62,94)
#3C3147
(60,49,71)
#2A2430
(42,36,48)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #CC99FF

#CC99FF
(204,153,255)
#D0A2FF
(208,162,255)
#D4ABFF
(212,171,255)
#D8B4FF
(216,180,255)
#DCBDFF
(220,189,255)
#E0C6FF
(224,198,255)
#E4CFFF
(228,207,255)
#E8D8FF
(232,216,255)
#ECE1FF
(236,225,255)
#F0EAFF
(240,234,255)
#F4F3FF
(244,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC99FF; }

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

This text font color is #CC99FF.


Background Color

.myBgColor { background-color: #CC99FF; }

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

This div background color is #CC99FF.


Border color

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

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

This div border color is #CC99FF.


Opacity

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

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

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

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

This text has shadow with #CC99FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC99FF on black background.


Color preview on white background

This text has color #CC99FF on white background.



Black color preview on #CC99FF background

This text has black color on #CC99FF background.


White color preview on #CC99FF background

This text has white color on #CC99FF background.