COLOR #CCA1B4

HEX: #CCA1B4
RGB: (204,161,180)

Color info

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

RGB color model

#CCA1B4 color RGB value is (204,161,180).

  • red value is 204;
  • green value is 161;
  • blue value is 180.
RGB:
(204,161,180)
(80%,63%,71%)

RGB channels and saturation

R 204 of 255 = 80%
G 161 of 255 = 63%
B 180 of 255 = 71%

204
161
180

R + G + B ~ 71%. #CCA1B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 161 + 180 = 545 (100%)
R 204 of 545 ~ 37.43%
G 161 of 545 ~ 29.54%
B 180 of 545 ~ 33.03%

%37.43
%29.54
%33.03

CMYK color model

#CCA1B4 color CMYK value is (0,21,12,20).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 11.76%
  • key color value is 20.00%
CMYK:
(0,21,12,20)
C0M21Y12K20 
(0%,21%,12%,20%)
(0.00/0.21/0.12/0.20)	

CMYK percentages

%0
%21.08
%11.76
%20

Codes

Color #CCA1B4 in popluar color models

CCA1B4
RGB204161180
HSL333°29.66%71.57%
HSB/HSV333°21.08%80.00%
CMYK0.00%21.08%11.76%
20.00%

Color #CCA1B4 in popluar number systems.

HEXCCA1B4
Decimal204161180
Binary110011001010000110110100
Octal314241264

Shades and tints

Shades of #CCA1B4

#CCA1B4
(204,161,180)
#BA93A4
(186,147,164)
#A88594
(168,133,148)
#967784
(150,119,132)
#846974
(132,105,116)
#725B64
(114,91,100)
#604D54
(96,77,84)
#4E3F44
(78,63,68)
#3C3134
(60,49,52)
#2A2324
(42,35,36)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #CCA1B4

#CCA1B4
(204,161,180)
#D0A9BA
(208,169,186)
#D4B1C0
(212,177,192)
#D8B9C6
(216,185,198)
#DCC1CC
(220,193,204)
#E0C9D2
(224,201,210)
#E4D1D8
(228,209,216)
#E8D9DE
(232,217,222)
#ECE1E4
(236,225,228)
#F0E9EA
(240,233,234)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA1B4; }

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

This text font color is #CCA1B4.


Background Color

.myBgColor { background-color: #CCA1B4; }

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

This div background color is #CCA1B4.


Border color

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

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

This div border color is #CCA1B4.


Opacity

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

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

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

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

This text has shadow with #CCA1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA1B4 on black background.


Color preview on white background

This text has color #CCA1B4 on white background.



Black color preview on #CCA1B4 background

This text has black color on #CCA1B4 background.


White color preview on #CCA1B4 background

This text has white color on #CCA1B4 background.