COLOR #CCA9BA

HEX: #CCA9BA RGB: (204,169,186)

Color info

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

RGB color model

#CCA9BA color RGB value is (204,169,186).

RGB: (204,169,186) (80%, 66%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 169 of 255 = 66%
B 186 of 255 = 73%

204
169
186

R + G + B ~ 73%. #CCA9BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 169 + 186 = 559 (100%)
R 204 of 559 ~ 36.49%
G 169 of 559 ~ 30.23%
B 186 of 559 ~ 33.27'%

%36.49
%30.23
%33.27

CMYK color model

#CCA9BA color CMYK value is (0,17,9,20).

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

CMYK: (0,17,9,20)
C0M17Y9K20 (0%, 17%, 9%, 20%)
(0.00 / 0.17 / 0.09 / 0.20)

CMYK percentages

%0
%17.16
%8.82
%20

Codes

Color #CCA9BA in popluar color models

CC A9 BA
RGB 204 169 186
HSL 331° 25.55% 73.14%
HSB/HSV 331° 17.16% 80.00%
CMYK 0.00% 17.16% 8.82%
20.00%

Color #CCA9BA in popluar number systems.

HEX CC A9 BA
Decimal 204 169 186
Binary 11001100 10101001 10111010
Octal 314 251 272

Shades and tints

Shades of #CCA9BA

#CCA9BA
(204,169,186)
#BA9AAA
(186,154,170)
#A88B9A
(168,139,154)
#967C8A
(150,124,138)
#846D7A
(132,109,122)
#725E6A
(114,94,106)
#604F5A
(96,79,90)
#4E404A
(78,64,74)
#3C313A
(60,49,58)
#2A222A
(42,34,42)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #CCA9BA

#CCA9BA
(204,169,186)
#D0B0C0
(208,176,192)
#D4B7C6
(212,183,198)
#D8BECC
(216,190,204)
#DCC5D2
(220,197,210)
#E0CCD8
(224,204,216)
#E4D3DE
(228,211,222)
#E8DAE4
(232,218,228)
#ECE1EA
(236,225,234)
#F0E8F0
(240,232,240)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA9BA; }

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

This text font color is #CCA9BA.

Background Color

.myBgColor { background-color: #CCA9BA; }

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

This div background color is #CCA9BA.

Border color

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

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

This div border color is #CCA9BA.

Opacity

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

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

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

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

This text has shadow with #CCA9BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA9BA.

Preview

Color preview on black background

This text has color #CCA9BA on black background.


Color preview on white background

This text has color #CCA9BA on white background.


Black color preview on #CCA9BA background

This text has black color on #CCA9BA background.


White color preview on #CCA9BA background

This text has white color on #CCA9BA background.


Related colors

Complementary color

Complementary color for #hex is #335645.


I love getcolorcode.com

Triadic colors

1 #BACCA9 and #A9BACC with #CCA9BA are triadic colors.

2 #BAA9CC and #A9CCBA with #CCA9BA are triadic colors.