COLOR #CCA1B9

HEX: #CCA1B9 RGB: (204,161,185)

Color info

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

RGB color model

#CCA1B9 color RGB value is (204,161,185).

RGB: (204,161,185) (80%, 63%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 161 of 255 = 63%
B 185 of 255 = 73%

204
161
185

R + G + B ~ 72%. #CCA1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 161 + 185 = 550 (100%)
R 204 of 550 ~ 37.09%
G 161 of 550 ~ 29.27%
B 185 of 550 ~ 33.64'%

%37.09
%29.27
%33.64

CMYK color model

#CCA1B9 color CMYK value is (0,21,9,20).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 9.31%
  • key color value is 20.00%

CMYK: (0,21,9,20)
C0M21Y9K20 (0%, 21%, 9%, 20%)
(0.00 / 0.21 / 0.09 / 0.20)

CMYK percentages

%0
%21.08
%9.31
%20

Codes

Color #CCA1B9 in popluar color models

CC A1 B9
RGB 204 161 185
HSL 327° 29.66% 71.57%
HSB/HSV 327° 21.08% 80.00%
CMYK 0.00% 21.08% 9.31%
20.00%

Color #CCA1B9 in popluar number systems.

HEX CC A1 B9
Decimal 204 161 185
Binary 11001100 10100001 10111001
Octal 314 241 271

Shades and tints

Shades of #CCA1B9

#CCA1B9
(204,161,185)
#BA93A9
(186,147,169)
#A88599
(168,133,153)
#967789
(150,119,137)
#846979
(132,105,121)
#725B69
(114,91,105)
#604D59
(96,77,89)
#4E3F49
(78,63,73)
#3C3139
(60,49,57)
#2A2329
(42,35,41)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #CCA1B9

#CCA1B9
(204,161,185)
#D0A9BF
(208,169,191)
#D4B1C5
(212,177,197)
#D8B9CB
(216,185,203)
#DCC1D1
(220,193,209)
#E0C9D7
(224,201,215)
#E4D1DD
(228,209,221)
#E8D9E3
(232,217,227)
#ECE1E9
(236,225,233)
#F0E9EF
(240,233,239)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA1B9 color. Also use rgb(204,161,185) instead hex code.

Text Font Color

.myTextColor { color: #CCA1B9; }

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

This text font color is #CCA1B9.

Background Color

.myBgColor { background-color: #CCA1B9; }

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

This div background color is #CCA1B9.

Border color

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

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

This div border color is #CCA1B9.

Opacity

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

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

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

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

This text has shadow with #CCA1B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA1B9.

Preview

Color preview on black background

This text has color #CCA1B9 on black background.


Color preview on white background

This text has color #CCA1B9 on white background.


Black color preview on #CCA1B9 background

This text has black color on #CCA1B9 background.


White color preview on #CCA1B9 background

This text has white color on #CCA1B9 background.


Related colors

Complementary color

Complementary color for #hex is #335E46.


I love getcolorcode.com

Triadic colors

1 #B9CCA1 and #A1B9CC with #CCA1B9 are triadic colors.

2 #B9A1CC and #A1CCB9 with #CCA1B9 are triadic colors.