COLOR #CC9BA9

HEX: #CC9BA9 RGB: (204,155,169)

Color info

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

RGB color model

#CC9BA9 color RGB value is (204,155,169).

RGB: (204,155,169) (80%, 61%, 66%)

RGB channels and saturation

R 204 of 255 = 80%
G 155 of 255 = 61%
B 169 of 255 = 66%

204
155
169

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

Portions of RGB colors in percentages

R + G + B = 204 + 155 + 169 = 528 (100%)
R 204 of 528 ~ 38.64%
G 155 of 528 ~ 29.36%
B 169 of 528 ~ 32.01'%

%38.64
%29.36
%32.01

CMYK color model

#CC9BA9 color CMYK value is (0,24,17,20).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 17.16%
  • key color value is 20.00%

CMYK: (0,24,17,20)
C0M24Y17K20 (0%, 24%, 17%, 20%)
(0.00 / 0.24 / 0.17 / 0.20)

CMYK percentages

%0
%24.02
%17.16
%20

Codes

Color #CC9BA9 in popluar color models

CC 9B A9
RGB 204 155 169
HSL 343° 32.45% 70.39%
HSB/HSV 343° 24.02% 80.00%
CMYK 0.00% 24.02% 17.16%
20.00%

Color #CC9BA9 in popluar number systems.

HEX CC 9B A9
Decimal 204 155 169
Binary 11001100 10011011 10101001
Octal 314 233 251

Shades and tints

Shades of #CC9BA9

#CC9BA9
(204,155,169)
#BA8D9A
(186,141,154)
#A87F8B
(168,127,139)
#96717C
(150,113,124)
#84636D
(132,99,109)
#72555E
(114,85,94)
#60474F
(96,71,79)
#4E3940
(78,57,64)
#3C2B31
(60,43,49)
#2A1D22
(42,29,34)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #CC9BA9

#CC9BA9
(204,155,169)
#D0A4B0
(208,164,176)
#D4ADB7
(212,173,183)
#D8B6BE
(216,182,190)
#DCBFC5
(220,191,197)
#E0C8CC
(224,200,204)
#E4D1D3
(228,209,211)
#E8DADA
(232,218,218)
#ECE3E1
(236,227,225)
#F0ECE8
(240,236,232)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9BA9; }

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

This text font color is #CC9BA9.

Background Color

.myBgColor { background-color: #CC9BA9; }

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

This div background color is #CC9BA9.

Border color

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

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

This div border color is #CC9BA9.

Opacity

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

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

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

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

This text has shadow with #CC9BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9BA9.

Preview

Color preview on black background

This text has color #CC9BA9 on black background.


Color preview on white background

This text has color #CC9BA9 on white background.


Black color preview on #CC9BA9 background

This text has black color on #CC9BA9 background.


White color preview on #CC9BA9 background

This text has white color on #CC9BA9 background.


Related colors

Complementary color

Complementary color for #hex is #336456.


I love getcolorcode.com

Triadic colors

1 #A9CC9B and #9BA9CC with #CC9BA9 are triadic colors.

2 #A99BCC and #9BCCA9 with #CC9BA9 are triadic colors.