COLOR #CC9AB1

HEX: #CC9AB1 RGB: (204,154,177)

Color info

#CC9AB1 contains red, green and blue colors in about the same proportion. Web safe color of #CC9AB1 is #CC9999 (or #C99).

RGB color model

#CC9AB1 color RGB value is (204,154,177).

RGB: (204,154,177) (80%, 60%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 154 of 255 = 60%
B 177 of 255 = 69%

204
154
177

R + G + B ~ 70%. #CC9AB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 154 + 177 = 535 (100%)
R 204 of 535 ~ 38.13%
G 154 of 535 ~ 28.79%
B 177 of 535 ~ 33.08'%

%38.13
%28.79
%33.08

CMYK color model

#CC9AB1 color CMYK value is (0,25,13,20).

  • cyan value is 0.00%
  • magenta value is 24.51%
  • yellow value is 13.24%
  • key color value is 20.00%

CMYK: (0,25,13,20)
C0M25Y13K20 (0%, 25%, 13%, 20%)
(0.00 / 0.25 / 0.13 / 0.20)

CMYK percentages

%0
%24.51
%13.24
%20

Codes

Color #CC9AB1 in popluar color models

CC 9A B1
RGB 204 154 177
HSL 332° 32.89% 70.20%
HSB/HSV 332° 24.51% 80.00%
CMYK 0.00% 24.51% 13.24%
20.00%

Color #CC9AB1 in popluar number systems.

HEX CC 9A B1
Decimal 204 154 177
Binary 11001100 10011010 10110001
Octal 314 232 261

Shades and tints

Shades of #CC9AB1

#CC9AB1
(204,154,177)
#BA8CA1
(186,140,161)
#A87E91
(168,126,145)
#967081
(150,112,129)
#846271
(132,98,113)
#725461
(114,84,97)
#604651
(96,70,81)
#4E3841
(78,56,65)
#3C2A31
(60,42,49)
#2A1C21
(42,28,33)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #CC9AB1

#CC9AB1
(204,154,177)
#D0A3B8
(208,163,184)
#D4ACBF
(212,172,191)
#D8B5C6
(216,181,198)
#DCBECD
(220,190,205)
#E0C7D4
(224,199,212)
#E4D0DB
(228,208,219)
#E8D9E2
(232,217,226)
#ECE2E9
(236,226,233)
#F0EBF0
(240,235,240)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9AB1; }

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

This text font color is #CC9AB1.

Background Color

.myBgColor { background-color: #CC9AB1; }

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

This div background color is #CC9AB1.

Border color

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

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

This div border color is #CC9AB1.

Opacity

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

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

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

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

This text has shadow with #CC9AB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9AB1.

Preview

Color preview on black background

This text has color #CC9AB1 on black background.


Color preview on white background

This text has color #CC9AB1 on white background.


Black color preview on #CC9AB1 background

This text has black color on #CC9AB1 background.


White color preview on #CC9AB1 background

This text has white color on #CC9AB1 background.


Related colors

Complementary color

Complementary color for #hex is #33654E.


I love getcolorcode.com

Triadic colors

1 #B1CC9A and #9AB1CC with #CC9AB1 are triadic colors.

2 #B19ACC and #9ACCB1 with #CC9AB1 are triadic colors.