COLOR #CCABCA

HEX: #CCABCA
RGB: (204,171,202)

Color info

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

RGB color model

#CCABCA color RGB value is (204,171,202).

  • red value is 204;
  • green value is 171;
  • blue value is 202.
RGB:
(204,171,202)
(80%,67%,79%)

RGB channels and saturation

R 204 of 255 = 80%
G 171 of 255 = 67%
B 202 of 255 = 79%

204
171
202

R + G + B ~ 75%. #CCABCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 171 + 202 = 577 (100%)
R 204 of 577 ~ 35.36%
G 171 of 577 ~ 29.64%
B 202 of 577 ~ 35.01%

%35.36
%29.64
%35.01

CMYK color model

#CCABCA color CMYK value is (0,16,1,20).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK:
(0,16,1,20)
C0M16Y1K20 
(0%,16%,1%,20%)
(0.00/0.16/0.01/0.20)	

CMYK percentages

%0
%16.18
%0.98
%20

Codes

Color #CCABCA in popluar color models

CCABCA
RGB204171202
HSL304°24.44%73.53%
HSB/HSV304°16.18%80.00%
CMYK0.00%16.18%0.98%
20.00%

Color #CCABCA in popluar number systems.

HEXCCABCA
Decimal204171202
Binary110011001010101111001010
Octal314253312

Shades and tints

Shades of #CCABCA

#CCABCA
(204,171,202)
#BA9CB8
(186,156,184)
#A88DA6
(168,141,166)
#967E94
(150,126,148)
#846F82
(132,111,130)
#726070
(114,96,112)
#60515E
(96,81,94)
#4E424C
(78,66,76)
#3C333A
(60,51,58)
#2A2428
(42,36,40)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #CCABCA

#CCABCA
(204,171,202)
#D0B2CE
(208,178,206)
#D4B9D2
(212,185,210)
#D8C0D6
(216,192,214)
#DCC7DA
(220,199,218)
#E0CEDE
(224,206,222)
#E4D5E2
(228,213,226)
#E8DCE6
(232,220,230)
#ECE3EA
(236,227,234)
#F0EAEE
(240,234,238)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCABCA color. Also use rgb(204,171,202) instead hex code.

Text Font Color

.myTextColor { color: #CCABCA; }

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

This text font color is #CCABCA.


Background Color

.myBgColor { background-color: #CCABCA; }

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

This div background color is #CCABCA.


Border color

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

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

This div border color is #CCABCA.


Opacity

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

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

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

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

This text has shadow with #CCABCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCABCA on black background.


Color preview on white background

This text has color #CCABCA on white background.



Black color preview on #CCABCA background

This text has black color on #CCABCA background.


White color preview on #CCABCA background

This text has white color on #CCABCA background.