COLOR #C4A4E2

HEX: #C4A4E2 RGB: (196,164,226)

Color info

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

RGB color model

#C4A4E2 color RGB value is (196,164,226).

RGB: (196,164,226) (77%, 64%, 89%)

RGB channels and saturation

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

196
164
226

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

Portions of RGB colors in percentages

R + G + B = 196 + 164 + 226 = 586 (100%)
R 196 of 586 ~ 33.45%
G 164 of 586 ~ 27.99%
B 226 of 586 ~ 38.57'%

%33.45
%27.99
%38.57

CMYK color model

#C4A4E2 color CMYK value is (13,27,0,11).

  • cyan value is 13.27%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (13,27,0,11)
C13M27Y0K11 (13%, 27%, 0%, 11%)
(0.13 / 0.27 / 0.00 / 0.11)

CMYK percentages

%13.27
%27.43
%0
%11.37

Codes

Color #C4A4E2 in popluar color models

C4 A4 E2
RGB 196 164 226
HSL 271° 51.67% 76.47%
HSB/HSV 271° 27.43% 88.63%
CMYK 13.27% 27.43% 0.00%
11.37%

Color #C4A4E2 in popluar number systems.

HEX C4 A4 E2
Decimal 196 164 226
Binary 11000100 10100100 11100010
Octal 304 244 342

Shades and tints

Shades of #C4A4E2

#C4A4E2
(196,164,226)
#B396CE
(179,150,206)
#A288BA
(162,136,186)
#917AA6
(145,122,166)
#806C92
(128,108,146)
#6F5E7E
(111,94,126)
#5E506A
(94,80,106)
#4D4256
(77,66,86)
#3C3442
(60,52,66)
#2B262E
(43,38,46)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #C4A4E2

#C4A4E2
(196,164,226)
#C9ACE4
(201,172,228)
#CEB4E6
(206,180,230)
#D3BCE8
(211,188,232)
#D8C4EA
(216,196,234)
#DDCCEC
(221,204,236)
#E2D4EE
(226,212,238)
#E7DCF0
(231,220,240)
#ECE4F2
(236,228,242)
#F1ECF4
(241,236,244)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A4E2; }

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

This text font color is #C4A4E2.

Background Color

.myBgColor { background-color: #C4A4E2; }

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

This div background color is #C4A4E2.

Border color

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

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

This div border color is #C4A4E2.

Opacity

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

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

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

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

This text has shadow with #C4A4E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A4E2.

Preview

Color preview on black background

This text has color #C4A4E2 on black background.


Color preview on white background

This text has color #C4A4E2 on white background.


Black color preview on #C4A4E2 background

This text has black color on #C4A4E2 background.


White color preview on #C4A4E2 background

This text has white color on #C4A4E2 background.


Related colors

Complementary color

Complementary color for #hex is #3B5B1D.


I love getcolorcode.com

Triadic colors

1 #E2C4A4 and #A4E2C4 with #C4A4E2 are triadic colors.

2 #E2A4C4 and #A4C4E2 with #C4A4E2 are triadic colors.