COLOR #CC99CC

HEX: #CC99CC
RGB: (204,153,204)

Renk bilgisi

#CC99CC contains red, green and blue colors in about the same proportion. #CC99CC color is web safe color. It maybe written shortly as #C9C.

RGB renk modeli

#CC99CC color RGB value is (204,153,204).

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

RGB bağlantıları ve doygunluk

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

204
153
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 153 + 204 = 561 (100%)
R 204 of 561 ~ 36.36%
G 153 of 561 ~ 27.27%
B 204 of 561 ~ 36.36%

%36.36
%27.27
%36.36

CMYK RENK MODELİ

#CC99CC rengi CMYK tonu (0,25,0,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(0,25,0,20)
C0M25Y0K20 
(0%,25%,0%,20%)
(0.00/0.25/0.00/0.20)	

CMYK yüzdeleri

%0
%25
%0
%20

Codes

Color #CC99CC in popluar color models

CC99CC
RGB204153204
HSL300°33.33%70.00%
HSB/HSV300°25.00%80.00%
CMYK0.00%25.00%0.00%
20.00%

Color #CC99CC in popluar number systems.

HEXCC99CC
Decimal204153204
Binary110011001001100111001100
Octal314231314

Shades and tints

Shades of #CC99CC

#CC99CC
(204,153,204)
#BA8CBA
(186,140,186)
#A87FA8
(168,127,168)
#967296
(150,114,150)
#846584
(132,101,132)
#725872
(114,88,114)
#604B60
(96,75,96)
#4E3E4E
(78,62,78)
#3C313C
(60,49,60)
#2A242A
(42,36,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CC99CC

#CC99CC
(204,153,204)
#D0A2D0
(208,162,208)
#D4ABD4
(212,171,212)
#D8B4D8
(216,180,216)
#DCBDDC
(220,189,220)
#E0C6E0
(224,198,224)
#E4CFE4
(228,207,228)
#E8D8E8
(232,216,232)
#ECE1EC
(236,225,236)
#F0EAF0
(240,234,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC99CC; }

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

This text font color is #CC99CC.


Background Color

.myBgColor { background-color: #CC99CC; }

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

This div background color is #CC99CC.


Border color

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

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

This div border color is #CC99CC.


Opacity

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

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

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

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

This text has shadow with #CC99CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC99CC on black background.


Color preview on white background

This text has color #CC99CC on white background.



Black color preview on #CC99CC background

This text has black color on #CC99CC background.


White color preview on #CC99CC background

This text has white color on #CC99CC background.