COLOR #CC66CC

HEX: #CC66CC
RGB: (204,102,204)

Renk bilgisi

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

RGB renk modeli

#CC66CC color RGB value is (204,102,204).

  • kırmız ton 204;
  • yeşil ton 102;
  • mavi ton 204.
RGB:
(204,102,204)
(80%,40%,80%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 102 of 255 = 40%
B 204 of 255 = 80%

204
102
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 102 + 204 = 510 (100%)
R 204 of 510 ~ 40%
G 102 of 510 ~ 20%
B 204 of 510 ~ 40%

%40
%20
%40

CMYK RENK MODELİ

#CC66CC rengi CMYK tonu (0,50,0,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(0,50,0,20)
C0M50Y0K20 
(0%,50%,0%,20%)
(0.00/0.50/0.00/0.20)	

CMYK yüzdeleri

%0
%50
%0
%20

Codes

Color #CC66CC in popluar color models

CC66CC
RGB204102204
HSL300°50.00%60.00%
HSB/HSV300°50.00%80.00%
CMYK0.00%50.00%0.00%
20.00%

Color #CC66CC in popluar number systems.

HEXCC66CC
Decimal204102204
Binary11001100110011011001100
Octal314146314

Shades and tints

Shades of #CC66CC

#CC66CC
(204,102,204)
#BA5DBA
(186,93,186)
#A854A8
(168,84,168)
#964B96
(150,75,150)
#844284
(132,66,132)
#723972
(114,57,114)
#603060
(96,48,96)
#4E274E
(78,39,78)
#3C1E3C
(60,30,60)
#2A152A
(42,21,42)
#180C18
(24,12,24)
#000000
(0,0,0)

Tints of #CC66CC

#CC66CC
(204,102,204)
#D073D0
(208,115,208)
#D480D4
(212,128,212)
#D88DD8
(216,141,216)
#DC9ADC
(220,154,220)
#E0A7E0
(224,167,224)
#E4B4E4
(228,180,228)
#E8C1E8
(232,193,232)
#ECCEEC
(236,206,236)
#F0DBF0
(240,219,240)
#F4E8F4
(244,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC66CC; }

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

This text font color is #CC66CC.


Background Color

.myBgColor { background-color: #CC66CC; }

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

This div background color is #CC66CC.


Border color

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

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

This div border color is #CC66CC.


Opacity

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

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

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

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

This text has shadow with #CC66CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC66CC on black background.


Color preview on white background

This text has color #CC66CC on white background.



Black color preview on #CC66CC background

This text has black color on #CC66CC background.


White color preview on #CC66CC background

This text has white color on #CC66CC background.