COLOR #C5A6F4

HEX: #C5A6F4
RGB: (197,166,244)

Color info

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

RGB color model

#C5A6F4 color RGB value is (197,166,244).

  • red value is 197;
  • green value is 166;
  • blue value is 244.
RGB:
(197,166,244)
(77%,65%,96%)

RGB channels and saturation

R 197 of 255 = 77%
G 166 of 255 = 65%
B 244 of 255 = 96%

197
166
244

R + G + B ~ 79%. #C5A6F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 166 + 244 = 607 (100%)
R 197 of 607 ~ 32.45%
G 166 of 607 ~ 27.35%
B 244 of 607 ~ 40.2%

%32.45
%27.35
%40.2

CMYK color model

#C5A6F4 color CMYK value is (19,32,0,4).

  • cyan value is 19.26%
  • magenta value is 31.97%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(19,32,0,4)
C19M32Y0K4 
(19%,32%,0%,4%)
(0.19/0.32/0.00/0.04)	

CMYK percentages

%19.26
%31.97
%0
%4.31

Codes

Color #C5A6F4 in popluar color models

C5A6F4
RGB197166244
HSL264°78.00%80.39%
HSB/HSV264°31.97%95.69%
CMYK19.26%31.97%0.00%
4.31%

Color #C5A6F4 in popluar number systems.

HEXC5A6F4
Decimal197166244
Binary110001011010011011110100
Octal305246364

Shades and tints

Shades of #C5A6F4

#C5A6F4
(197,166,244)
#B497DE
(180,151,222)
#A388C8
(163,136,200)
#9279B2
(146,121,178)
#816A9C
(129,106,156)
#705B86
(112,91,134)
#5F4C70
(95,76,112)
#4E3D5A
(78,61,90)
#3D2E44
(61,46,68)
#2C1F2E
(44,31,46)
#1B1018
(27,16,24)
#000000
(0,0,0)

Tints of #C5A6F4

#C5A6F4
(197,166,244)
#CAAEF5
(202,174,245)
#CFB6F6
(207,182,246)
#D4BEF7
(212,190,247)
#D9C6F8
(217,198,248)
#DECEF9
(222,206,249)
#E3D6FA
(227,214,250)
#E8DEFB
(232,222,251)
#EDE6FC
(237,230,252)
#F2EEFD
(242,238,253)
#F7F6FE
(247,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A6F4 color. Also use rgb(197,166,244) instead hex code.

Text Font Color

.myTextColor { color: #C5A6F4; }

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

This text font color is #C5A6F4.


Background Color

.myBgColor { background-color: #C5A6F4; }

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

This div background color is #C5A6F4.


Border color

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

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

This div border color is #C5A6F4.


Opacity

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

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

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

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

This text has shadow with #C5A6F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A6F4 on black background.


Color preview on white background

This text has color #C5A6F4 on white background.



Black color preview on #C5A6F4 background

This text has black color on #C5A6F4 background.


White color preview on #C5A6F4 background

This text has white color on #C5A6F4 background.