COLOR #CC6ACC

HEX: #CC6ACC
RGB: (204,106,204)

Color info

#CC6ACC contains mainly red and blue colors. Web safe color of #CC6ACC is #CC66CC (or #C6C).

RGB color model

#CC6ACC color RGB value is (204,106,204).

  • red value is 204;
  • green value is 106;
  • blue value is 204.
RGB:
(204,106,204)
(80%,42%,80%)

RGB channels and saturation

R 204 of 255 = 80%
G 106 of 255 = 42%
B 204 of 255 = 80%

204
106
204

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

Portions of RGB colors in percentages

R + G + B =
204 + 106 + 204 = 514 (100%)
R 204 of 514 ~ 39.69%
G 106 of 514 ~ 20.62%
B 204 of 514 ~ 39.69%

%39.69
%20.62
%39.69

CMYK color model

#CC6ACC color CMYK value is (0,48,0,20).

  • cyan value is 0.00%
  • magenta value is 48.04%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(0,48,0,20)
C0M48Y0K20 
(0%,48%,0%,20%)
(0.00/0.48/0.00/0.20)	

CMYK percentages

%0
%48.04
%0
%20

Codes

Color #CC6ACC in popluar color models

CC6ACC
RGB204106204
HSL300°49.00%60.78%
HSB/HSV300°48.04%80.00%
CMYK0.00%48.04%0.00%
20.00%

Color #CC6ACC in popluar number systems.

HEXCC6ACC
Decimal204106204
Binary11001100110101011001100
Octal314152314

Shades and tints

Shades of #CC6ACC

#CC6ACC
(204,106,204)
#BA61BA
(186,97,186)
#A858A8
(168,88,168)
#964F96
(150,79,150)
#844684
(132,70,132)
#723D72
(114,61,114)
#603460
(96,52,96)
#4E2B4E
(78,43,78)
#3C223C
(60,34,60)
#2A192A
(42,25,42)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #CC6ACC

#CC6ACC
(204,106,204)
#D077D0
(208,119,208)
#D484D4
(212,132,212)
#D891D8
(216,145,216)
#DC9EDC
(220,158,220)
#E0ABE0
(224,171,224)
#E4B8E4
(228,184,228)
#E8C5E8
(232,197,232)
#ECD2EC
(236,210,236)
#F0DFF0
(240,223,240)
#F4ECF4
(244,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6ACC; }

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

This text font color is #CC6ACC.


Background Color

.myBgColor { background-color: #CC6ACC; }

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

This div background color is #CC6ACC.


Border color

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

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

This div border color is #CC6ACC.


Opacity

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

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

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

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

This text has shadow with #CC6ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6ACC on black background.


Color preview on white background

This text has color #CC6ACC on white background.



Black color preview on #CC6ACC background

This text has black color on #CC6ACC background.


White color preview on #CC6ACC background

This text has white color on #CC6ACC background.