COLOR #C4ABCA

HEX: #C4ABCA
RGB: (196,171,202)

Color info

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

RGB color model

#C4ABCA color RGB value is (196,171,202).

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

RGB channels and saturation

R 196 of 255 = 77%
G 171 of 255 = 67%
B 202 of 255 = 79%

196
171
202

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

Portions of RGB colors in percentages

R + G + B =
196 + 171 + 202 = 569 (100%)
R 196 of 569 ~ 34.45%
G 171 of 569 ~ 30.05%
B 202 of 569 ~ 35.5%

%34.45
%30.05
%35.5

CMYK color model

#C4ABCA color CMYK value is (3,15,0,21).

  • cyan value is 2.97%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,15,0,21)
C3M15Y0K21 
(3%,15%,0%,21%)
(0.03/0.15/0.00/0.21)	

CMYK percentages

%2.97
%15.35
%0
%20.78

Codes

Color #C4ABCA in popluar color models

C4ABCA
RGB196171202
HSL288°22.63%73.14%
HSB/HSV288°15.35%79.22%
CMYK2.97%15.35%0.00%
20.78%

Color #C4ABCA in popluar number systems.

HEXC4ABCA
Decimal196171202
Binary110001001010101111001010
Octal304253312

Shades and tints

Shades of #C4ABCA

#C4ABCA
(196,171,202)
#B39CB8
(179,156,184)
#A28DA6
(162,141,166)
#917E94
(145,126,148)
#806F82
(128,111,130)
#6F6070
(111,96,112)
#5E515E
(94,81,94)
#4D424C
(77,66,76)
#3C333A
(60,51,58)
#2B2428
(43,36,40)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #C4ABCA

#C4ABCA
(196,171,202)
#C9B2CE
(201,178,206)
#CEB9D2
(206,185,210)
#D3C0D6
(211,192,214)
#D8C7DA
(216,199,218)
#DDCEDE
(221,206,222)
#E2D5E2
(226,213,226)
#E7DCE6
(231,220,230)
#ECE3EA
(236,227,234)
#F1EAEE
(241,234,238)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ABCA; }

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

This text font color is #C4ABCA.


Background Color

.myBgColor { background-color: #C4ABCA; }

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

This div background color is #C4ABCA.


Border color

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

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

This div border color is #C4ABCA.


Opacity

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

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

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

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

This text has shadow with #C4ABCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4ABCA on black background.


Color preview on white background

This text has color #C4ABCA on white background.



Black color preview on #C4ABCA background

This text has black color on #C4ABCA background.


White color preview on #C4ABCA background

This text has white color on #C4ABCA background.