COLOR #CC99D3

HEX: #CC99D3 RGB: (204,153,211)

Color info

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

RGB color model

#CC99D3 color RGB value is (204,153,211).

RGB: (204,153,211) (80%, 60%, 83%)

RGB channels and saturation

R 204 of 255 = 80%
G 153 of 255 = 60%
B 211 of 255 = 83%

204
153
211

R + G + B ~ 74%. #CC99D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 153 + 211 = 568 (100%)
R 204 of 568 ~ 35.92%
G 153 of 568 ~ 26.94%
B 211 of 568 ~ 37.15'%

%35.92
%26.94
%37.15

CMYK color model

#CC99D3 color CMYK value is (3,27,0,17).

  • cyan value is 3.32%
  • magenta value is 27.49%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (3,27,0,17)
C3M27Y0K17 (3%, 27%, 0%, 17%)
(0.03 / 0.27 / 0.00 / 0.17)

CMYK percentages

%3.32
%27.49
%0
%17.25

Codes

Color #CC99D3 in popluar color models

CC 99 D3
RGB 204 153 211
HSL 293° 39.73% 71.37%
HSB/HSV 293° 27.49% 82.75%
CMYK 3.32% 27.49% 0.00%
17.25%

Color #CC99D3 in popluar number systems.

HEX CC 99 D3
Decimal 204 153 211
Binary 11001100 10011001 11010011
Octal 314 231 323

Shades and tints

Shades of #CC99D3

#CC99D3
(204,153,211)
#BA8CC0
(186,140,192)
#A87FAD
(168,127,173)
#96729A
(150,114,154)
#846587
(132,101,135)
#725874
(114,88,116)
#604B61
(96,75,97)
#4E3E4E
(78,62,78)
#3C313B
(60,49,59)
#2A2428
(42,36,40)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #CC99D3

#CC99D3
(204,153,211)
#D0A2D7
(208,162,215)
#D4ABDB
(212,171,219)
#D8B4DF
(216,180,223)
#DCBDE3
(220,189,227)
#E0C6E7
(224,198,231)
#E4CFEB
(228,207,235)
#E8D8EF
(232,216,239)
#ECE1F3
(236,225,243)
#F0EAF7
(240,234,247)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC99D3; }

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

This text font color is #CC99D3.

Background Color

.myBgColor { background-color: #CC99D3; }

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

This div background color is #CC99D3.

Border color

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

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

This div border color is #CC99D3.

Opacity

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

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

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

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

This text has shadow with #CC99D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC99D3.

Preview

Color preview on black background

This text has color #CC99D3 on black background.


Color preview on white background

This text has color #CC99D3 on white background.


Black color preview on #CC99D3 background

This text has black color on #CC99D3 background.


White color preview on #CC99D3 background

This text has white color on #CC99D3 background.


Related colors

Complementary color

Complementary color for #hex is #33662C.


I love getcolorcode.com

Triadic colors

1 #D3CC99 and #99D3CC with #CC99D3 are triadic colors.

2 #D399CC and #99CCD3 with #CC99D3 are triadic colors.