COLOR #CC9AB7

HEX: #CC9AB7
RGB: (204,154,183)

Color info

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

RGB color model

#CC9AB7 color RGB value is (204,154,183).

  • red value is 204;
  • green value is 154;
  • blue value is 183.
RGB:
(204,154,183)
(80%,60%,72%)

RGB channels and saturation

R 204 of 255 = 80%
G 154 of 255 = 60%
B 183 of 255 = 72%

204
154
183

R + G + B ~ 71%. #CC9AB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 154 + 183 = 541 (100%)
R 204 of 541 ~ 37.71%
G 154 of 541 ~ 28.47%
B 183 of 541 ~ 33.83%

%37.71
%28.47
%33.83

CMYK color model

#CC9AB7 color CMYK value is (0,25,10,20).

  • cyan value is 0.00%
  • magenta value is 24.51%
  • yellow value is 10.29%
  • key color value is 20.00%
CMYK:
(0,25,10,20)
C0M25Y10K20 
(0%,25%,10%,20%)
(0.00/0.25/0.10/0.20)	

CMYK percentages

%0
%24.51
%10.29
%20

Codes

Color #CC9AB7 in popluar color models

CC9AB7
RGB204154183
HSL325°32.89%70.20%
HSB/HSV325°24.51%80.00%
CMYK0.00%24.51%10.29%
20.00%

Color #CC9AB7 in popluar number systems.

HEXCC9AB7
Decimal204154183
Binary110011001001101010110111
Octal314232267

Shades and tints

Shades of #CC9AB7

#CC9AB7
(204,154,183)
#BA8CA7
(186,140,167)
#A87E97
(168,126,151)
#967087
(150,112,135)
#846277
(132,98,119)
#725467
(114,84,103)
#604657
(96,70,87)
#4E3847
(78,56,71)
#3C2A37
(60,42,55)
#2A1C27
(42,28,39)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #CC9AB7

#CC9AB7
(204,154,183)
#D0A3BD
(208,163,189)
#D4ACC3
(212,172,195)
#D8B5C9
(216,181,201)
#DCBECF
(220,190,207)
#E0C7D5
(224,199,213)
#E4D0DB
(228,208,219)
#E8D9E1
(232,217,225)
#ECE2E7
(236,226,231)
#F0EBED
(240,235,237)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9AB7; }

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

This text font color is #CC9AB7.


Background Color

.myBgColor { background-color: #CC9AB7; }

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

This div background color is #CC9AB7.


Border color

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

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

This div border color is #CC9AB7.


Opacity

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

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

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

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

This text has shadow with #CC9AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9AB7 on black background.


Color preview on white background

This text has color #CC9AB7 on white background.



Black color preview on #CC9AB7 background

This text has black color on #CC9AB7 background.


White color preview on #CC9AB7 background

This text has white color on #CC9AB7 background.