COLOR #CC96AA

HEX: #CC96AA
RGB: (204,150,170)

Renk bilgisi

#CC96AA contains red, green and blue colors in about the same proportion. #CC96AA ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#CC96AA color RGB value is (204,150,170).

  • kırmız ton 204;
  • yeşil ton 150;
  • mavi ton 170.
RGB:
(204,150,170)
(80%,59%,67%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 150 of 255 = 59%
B 170 of 255 = 67%

204
150
170

R + G + B ~ 69%. #CC96AA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 150 + 170 = 524 (100%)
R 204 of 524 ~ 38.93%
G 150 of 524 ~ 28.63%
B 170 of 524 ~ 32.44%

%38.93
%28.63
%32.44

CMYK RENK MODELİ

#CC96AA rengi CMYK tonu (0,26,17,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.47%
  • sarı tonu 16.67%
  • ana renk tonu 20.00%
CMYK:
(0,26,17,20)
C0M26Y17K20 
(0%,26%,17%,20%)
(0.00/0.26/0.17/0.20)	

CMYK yüzdeleri

%0
%26.47
%16.67
%20

Codes

Color #CC96AA in popluar color models

CC96AA
RGB204150170
HSL338°34.62%69.41%
HSB/HSV338°26.47%80.00%
CMYK0.00%26.47%16.67%
20.00%

Color #CC96AA in popluar number systems.

HEXCC96AA
Decimal204150170
Binary110011001001011010101010
Octal314226252

Shades and tints

Shades of #CC96AA

#CC96AA
(204,150,170)
#BA899B
(186,137,155)
#A87C8C
(168,124,140)
#966F7D
(150,111,125)
#84626E
(132,98,110)
#72555F
(114,85,95)
#604850
(96,72,80)
#4E3B41
(78,59,65)
#3C2E32
(60,46,50)
#2A2123
(42,33,35)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #CC96AA

#CC96AA
(204,150,170)
#D09FB1
(208,159,177)
#D4A8B8
(212,168,184)
#D8B1BF
(216,177,191)
#DCBAC6
(220,186,198)
#E0C3CD
(224,195,205)
#E4CCD4
(228,204,212)
#E8D5DB
(232,213,219)
#ECDEE2
(236,222,226)
#F0E7E9
(240,231,233)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC96AA; }

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

This text font color is #CC96AA.


Background Color

.myBgColor { background-color: #CC96AA; }

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

This div background color is #CC96AA.


Border color

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

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

This div border color is #CC96AA.


Opacity

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

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

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

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

This text has shadow with #CC96AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC96AA on black background.


Color preview on white background

This text has color #CC96AA on white background.



Black color preview on #CC96AA background

This text has black color on #CC96AA background.


White color preview on #CC96AA background

This text has white color on #CC96AA background.