COLOR #C4A8E7

HEX: #C4A8E7
RGB: (196,168,231)

Color info

#C4A8E7 contains mainly red and blue colors. Web safe color of #C4A8E7 is #CC99FF (or #C9F).

RGB color model

#C4A8E7 color RGB value is (196,168,231).

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

RGB channels and saturation

R 196 of 255 = 77%
G 168 of 255 = 66%
B 231 of 255 = 91%

196
168
231

R + G + B ~ 78%. #C4A8E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 168 + 231 = 595 (100%)
R 196 of 595 ~ 32.94%
G 168 of 595 ~ 28.24%
B 231 of 595 ~ 38.82%

%32.94
%28.24
%38.82

CMYK color model

#C4A8E7 color CMYK value is (15,27,0,9).

  • cyan value is 15.15%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(15,27,0,9)
C15M27Y0K9 
(15%,27%,0%,9%)
(0.15/0.27/0.00/0.09)	

CMYK percentages

%15.15
%27.27
%0
%9.41

Codes

Color #C4A8E7 in popluar color models

C4A8E7
RGB196168231
HSL267°56.76%78.24%
HSB/HSV267°27.27%90.59%
CMYK15.15%27.27%0.00%
9.41%

Color #C4A8E7 in popluar number systems.

HEXC4A8E7
Decimal196168231
Binary110001001010100011100111
Octal304250347

Shades and tints

Shades of #C4A8E7

#C4A8E7
(196,168,231)
#B399D2
(179,153,210)
#A28ABD
(162,138,189)
#917BA8
(145,123,168)
#806C93
(128,108,147)
#6F5D7E
(111,93,126)
#5E4E69
(94,78,105)
#4D3F54
(77,63,84)
#3C303F
(60,48,63)
#2B212A
(43,33,42)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #C4A8E7

#C4A8E7
(196,168,231)
#C9AFE9
(201,175,233)
#CEB6EB
(206,182,235)
#D3BDED
(211,189,237)
#D8C4EF
(216,196,239)
#DDCBF1
(221,203,241)
#E2D2F3
(226,210,243)
#E7D9F5
(231,217,245)
#ECE0F7
(236,224,247)
#F1E7F9
(241,231,249)
#F6EEFB
(246,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A8E7; }

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

This text font color is #C4A8E7.


Background Color

.myBgColor { background-color: #C4A8E7; }

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

This div background color is #C4A8E7.


Border color

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

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

This div border color is #C4A8E7.


Opacity

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

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

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

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

This text has shadow with #C4A8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A8E7 on black background.


Color preview on white background

This text has color #C4A8E7 on white background.



Black color preview on #C4A8E7 background

This text has black color on #C4A8E7 background.


White color preview on #C4A8E7 background

This text has white color on #C4A8E7 background.