COLOR #CC9FAB

HEX: #CC9FAB RGB: (204,159,171)

Color info

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

RGB color model

#CC9FAB color RGB value is (204,159,171).

RGB: (204,159,171) (80%, 62%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 159 of 255 = 62%
B 171 of 255 = 67%

204
159
171

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

Portions of RGB colors in percentages

R + G + B = 204 + 159 + 171 = 534 (100%)
R 204 of 534 ~ 38.2%
G 159 of 534 ~ 29.78%
B 171 of 534 ~ 32.02'%

%38.2
%29.78
%32.02

CMYK color model

#CC9FAB color CMYK value is (0,22,16,20).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 16.18%
  • key color value is 20.00%

CMYK: (0,22,16,20)
C0M22Y16K20 (0%, 22%, 16%, 20%)
(0.00 / 0.22 / 0.16 / 0.20)

CMYK percentages

%0
%22.06
%16.18
%20

Codes

Color #CC9FAB in popluar color models

CC 9F AB
RGB 204 159 171
HSL 344° 30.61% 71.18%
HSB/HSV 344° 22.06% 80.00%
CMYK 0.00% 22.06% 16.18%
20.00%

Color #CC9FAB in popluar number systems.

HEX CC 9F AB
Decimal 204 159 171
Binary 11001100 10011111 10101011
Octal 314 237 253

Shades and tints

Shades of #CC9FAB

#CC9FAB
(204,159,171)
#BA919C
(186,145,156)
#A8838D
(168,131,141)
#96757E
(150,117,126)
#84676F
(132,103,111)
#725960
(114,89,96)
#604B51
(96,75,81)
#4E3D42
(78,61,66)
#3C2F33
(60,47,51)
#2A2124
(42,33,36)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #CC9FAB

#CC9FAB
(204,159,171)
#D0A7B2
(208,167,178)
#D4AFB9
(212,175,185)
#D8B7C0
(216,183,192)
#DCBFC7
(220,191,199)
#E0C7CE
(224,199,206)
#E4CFD5
(228,207,213)
#E8D7DC
(232,215,220)
#ECDFE3
(236,223,227)
#F0E7EA
(240,231,234)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9FAB; }

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

This text font color is #CC9FAB.

Background Color

.myBgColor { background-color: #CC9FAB; }

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

This div background color is #CC9FAB.

Border color

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

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

This div border color is #CC9FAB.

Opacity

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

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

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

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

This text has shadow with #CC9FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9FAB.

Preview

Color preview on black background

This text has color #CC9FAB on black background.


Color preview on white background

This text has color #CC9FAB on white background.


Black color preview on #CC9FAB background

This text has black color on #CC9FAB background.


White color preview on #CC9FAB background

This text has white color on #CC9FAB background.


Related colors

Complementary color

Complementary color for #hex is #336054.


I love getcolorcode.com

Triadic colors

1 #ABCC9F and #9FABCC with #CC9FAB are triadic colors.

2 #AB9FCC and #9FCCAB with #CC9FAB are triadic colors.