COLOR #C4A2E2

HEX: #C4A2E2
RGB: (196,162,226)

Color info

#C4A2E2 contains mainly red and blue colors. Web safe color of #C4A2E2 is #CC99CC (or #C9C).

RGB color model

#C4A2E2 color RGB value is (196,162,226).

  • red value is 196;
  • green value is 162;
  • blue value is 226.
RGB:
(196,162,226)
(77%,64%,89%)

RGB channels and saturation

R 196 of 255 = 77%
G 162 of 255 = 64%
B 226 of 255 = 89%

196
162
226

R + G + B ~ 77%. #C4A2E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 162 + 226 = 584 (100%)
R 196 of 584 ~ 33.56%
G 162 of 584 ~ 27.74%
B 226 of 584 ~ 38.7%

%33.56
%27.74
%38.7

CMYK color model

#C4A2E2 color CMYK value is (13,28,0,11).

  • cyan value is 13.27%
  • magenta value is 28.32%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(13,28,0,11)
C13M28Y0K11 
(13%,28%,0%,11%)
(0.13/0.28/0.00/0.11)	

CMYK percentages

%13.27
%28.32
%0
%11.37

Codes

Color #C4A2E2 in popluar color models

C4A2E2
RGB196162226
HSL272°52.46%76.08%
HSB/HSV272°28.32%88.63%
CMYK13.27%28.32%0.00%
11.37%

Color #C4A2E2 in popluar number systems.

HEXC4A2E2
Decimal196162226
Binary110001001010001011100010
Octal304242342

Shades and tints

Shades of #C4A2E2

#C4A2E2
(196,162,226)
#B394CE
(179,148,206)
#A286BA
(162,134,186)
#9178A6
(145,120,166)
#806A92
(128,106,146)
#6F5C7E
(111,92,126)
#5E4E6A
(94,78,106)
#4D4056
(77,64,86)
#3C3242
(60,50,66)
#2B242E
(43,36,46)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #C4A2E2

#C4A2E2
(196,162,226)
#C9AAE4
(201,170,228)
#CEB2E6
(206,178,230)
#D3BAE8
(211,186,232)
#D8C2EA
(216,194,234)
#DDCAEC
(221,202,236)
#E2D2EE
(226,210,238)
#E7DAF0
(231,218,240)
#ECE2F2
(236,226,242)
#F1EAF4
(241,234,244)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A2E2 color. Also use rgb(196,162,226) instead hex code.

Text Font Color

.myTextColor { color: #C4A2E2; }

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

This text font color is #C4A2E2.


Background Color

.myBgColor { background-color: #C4A2E2; }

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

This div background color is #C4A2E2.


Border color

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

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

This div border color is #C4A2E2.


Opacity

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

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

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

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

This text has shadow with #C4A2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A2E2 on black background.


Color preview on white background

This text has color #C4A2E2 on white background.



Black color preview on #C4A2E2 background

This text has black color on #C4A2E2 background.


White color preview on #C4A2E2 background

This text has white color on #C4A2E2 background.