COLOR #CCA1C6

HEX: #CCA1C6 RGB: (204,161,198)

Color info

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

RGB color model

#CCA1C6 color RGB value is (204,161,198).

RGB: (204,161,198) (80%, 63%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 161 of 255 = 63%
B 198 of 255 = 78%

204
161
198

R + G + B ~ 74%. #CCA1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 161 + 198 = 563 (100%)
R 204 of 563 ~ 36.23%
G 161 of 563 ~ 28.6%
B 198 of 563 ~ 35.17'%

%36.23
%28.6
%35.17

CMYK color model

#CCA1C6 color CMYK value is (0,21,3,20).

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

CMYK: (0,21,3,20)
C0M21Y3K20 (0%, 21%, 3%, 20%)
(0.00 / 0.21 / 0.03 / 0.20)

CMYK percentages

%0
%21.08
%2.94
%20

Codes

Color #CCA1C6 in popluar color models

CC A1 C6
RGB 204 161 198
HSL 308° 29.66% 71.57%
HSB/HSV 308° 21.08% 80.00%
CMYK 0.00% 21.08% 2.94%
20.00%

Color #CCA1C6 in popluar number systems.

HEX CC A1 C6
Decimal 204 161 198
Binary 11001100 10100001 11000110
Octal 314 241 306

Shades and tints

Shades of #CCA1C6

#CCA1C6
(204,161,198)
#BA93B4
(186,147,180)
#A885A2
(168,133,162)
#967790
(150,119,144)
#84697E
(132,105,126)
#725B6C
(114,91,108)
#604D5A
(96,77,90)
#4E3F48
(78,63,72)
#3C3136
(60,49,54)
#2A2324
(42,35,36)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #CCA1C6

#CCA1C6
(204,161,198)
#D0A9CB
(208,169,203)
#D4B1D0
(212,177,208)
#D8B9D5
(216,185,213)
#DCC1DA
(220,193,218)
#E0C9DF
(224,201,223)
#E4D1E4
(228,209,228)
#E8D9E9
(232,217,233)
#ECE1EE
(236,225,238)
#F0E9F3
(240,233,243)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA1C6; }

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

This text font color is #CCA1C6.

Background Color

.myBgColor { background-color: #CCA1C6; }

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

This div background color is #CCA1C6.

Border color

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

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

This div border color is #CCA1C6.

Opacity

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

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

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

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

This text has shadow with #CCA1C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA1C6.

Preview

Color preview on black background

This text has color #CCA1C6 on black background.


Color preview on white background

This text has color #CCA1C6 on white background.


Black color preview on #CCA1C6 background

This text has black color on #CCA1C6 background.


White color preview on #CCA1C6 background

This text has white color on #CCA1C6 background.


Related colors

Complementary color

Complementary color for #hex is #335E39.


I love getcolorcode.com

Triadic colors

1 #C6CCA1 and #A1C6CC with #CCA1C6 are triadic colors.

2 #C6A1CC and #A1CCC6 with #CCA1C6 are triadic colors.