COLOR #C4A8CA

HEX: #C4A8CA
RGB: (196,168,202)

Color info

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

RGB color model

#C4A8CA color RGB value is (196,168,202).

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

RGB channels and saturation

R 196 of 255 = 77%
G 168 of 255 = 66%
B 202 of 255 = 79%

196
168
202

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

Portions of RGB colors in percentages

R + G + B =
196 + 168 + 202 = 566 (100%)
R 196 of 566 ~ 34.63%
G 168 of 566 ~ 29.68%
B 202 of 566 ~ 35.69%

%34.63
%29.68
%35.69

CMYK color model

#C4A8CA color CMYK value is (3,17,0,21).

  • cyan value is 2.97%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,17,0,21)
C3M17Y0K21 
(3%,17%,0%,21%)
(0.03/0.17/0.00/0.21)	

CMYK percentages

%2.97
%16.83
%0
%20.78

Codes

Color #C4A8CA in popluar color models

C4A8CA
RGB196168202
HSL289°24.29%72.55%
HSB/HSV289°16.83%79.22%
CMYK2.97%16.83%0.00%
20.78%

Color #C4A8CA in popluar number systems.

HEXC4A8CA
Decimal196168202
Binary110001001010100011001010
Octal304250312

Shades and tints

Shades of #C4A8CA

#C4A8CA
(196,168,202)
#B399B8
(179,153,184)
#A28AA6
(162,138,166)
#917B94
(145,123,148)
#806C82
(128,108,130)
#6F5D70
(111,93,112)
#5E4E5E
(94,78,94)
#4D3F4C
(77,63,76)
#3C303A
(60,48,58)
#2B2128
(43,33,40)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #C4A8CA

#C4A8CA
(196,168,202)
#C9AFCE
(201,175,206)
#CEB6D2
(206,182,210)
#D3BDD6
(211,189,214)
#D8C4DA
(216,196,218)
#DDCBDE
(221,203,222)
#E2D2E2
(226,210,226)
#E7D9E6
(231,217,230)
#ECE0EA
(236,224,234)
#F1E7EE
(241,231,238)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A8CA; }

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

This text font color is #C4A8CA.


Background Color

.myBgColor { background-color: #C4A8CA; }

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

This div background color is #C4A8CA.


Border color

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

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

This div border color is #C4A8CA.


Opacity

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

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

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

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

This text has shadow with #C4A8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A8CA on black background.


Color preview on white background

This text has color #C4A8CA on white background.



Black color preview on #C4A8CA background

This text has black color on #C4A8CA background.


White color preview on #C4A8CA background

This text has white color on #C4A8CA background.