COLOR #C4A8E2

HEX: #C4A8E2 RGB: (196,168,226)

Color info

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

RGB color model

#C4A8E2 color RGB value is (196,168,226).

RGB: (196,168,226) (77%, 66%, 89%)

RGB channels and saturation

R 196 of 255 = 77%
G 168 of 255 = 66%
B 226 of 255 = 89%

196
168
226

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

Portions of RGB colors in percentages

R + G + B = 196 + 168 + 226 = 590 (100%)
R 196 of 590 ~ 33.22%
G 168 of 590 ~ 28.47%
B 226 of 590 ~ 38.31'%

%33.22
%28.47
%38.31

CMYK color model

#C4A8E2 color CMYK value is (13,26,0,11).

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

CMYK: (13,26,0,11)
C13M26Y0K11 (13%, 26%, 0%, 11%)
(0.13 / 0.26 / 0.00 / 0.11)

CMYK percentages

%13.27
%25.66
%0
%11.37

Codes

Color #C4A8E2 in popluar color models

C4 A8 E2
RGB 196 168 226
HSL 269° 50.00% 77.25%
HSB/HSV 269° 25.66% 88.63%
CMYK 13.27% 25.66% 0.00%
11.37%

Color #C4A8E2 in popluar number systems.

HEX C4 A8 E2
Decimal 196 168 226
Binary 11000100 10101000 11100010
Octal 304 250 342

Shades and tints

Shades of #C4A8E2

#C4A8E2
(196,168,226)
#B399CE
(179,153,206)
#A28ABA
(162,138,186)
#917BA6
(145,123,166)
#806C92
(128,108,146)
#6F5D7E
(111,93,126)
#5E4E6A
(94,78,106)
#4D3F56
(77,63,86)
#3C3042
(60,48,66)
#2B212E
(43,33,46)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #C4A8E2

#C4A8E2
(196,168,226)
#C9AFE4
(201,175,228)
#CEB6E6
(206,182,230)
#D3BDE8
(211,189,232)
#D8C4EA
(216,196,234)
#DDCBEC
(221,203,236)
#E2D2EE
(226,210,238)
#E7D9F0
(231,217,240)
#ECE0F2
(236,224,242)
#F1E7F4
(241,231,244)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A8E2; }

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

This text font color is #C4A8E2.

Background Color

.myBgColor { background-color: #C4A8E2; }

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

This div background color is #C4A8E2.

Border color

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

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

This div border color is #C4A8E2.

Opacity

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

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

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

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

This text has shadow with #C4A8E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A8E2.

Preview

Color preview on black background

This text has color #C4A8E2 on black background.


Color preview on white background

This text has color #C4A8E2 on white background.


Black color preview on #C4A8E2 background

This text has black color on #C4A8E2 background.


White color preview on #C4A8E2 background

This text has white color on #C4A8E2 background.


Related colors

Complementary color

Complementary color for #hex is #3B571D.


I love getcolorcode.com

Triadic colors

1 #E2C4A8 and #A8E2C4 with #C4A8E2 are triadic colors.

2 #E2A8C4 and #A8C4E2 with #C4A8E2 are triadic colors.