COLOR #C5A6DF

HEX: #C5A6DF
RGB: (197,166,223)

Color info

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

RGB color model

#C5A6DF color RGB value is (197,166,223).

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

RGB channels and saturation

R 197 of 255 = 77%
G 166 of 255 = 65%
B 223 of 255 = 87%

197
166
223

R + G + B ~ 76%. #C5A6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 166 + 223 = 586 (100%)
R 197 of 586 ~ 33.62%
G 166 of 586 ~ 28.33%
B 223 of 586 ~ 38.05%

%33.62
%28.33
%38.05

CMYK color model

#C5A6DF color CMYK value is (12,26,0,13).

  • cyan value is 11.66%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (12,26,0,13) C12M26Y0K13 (12%,26%,0%,13%) (0.12/0.26/0.00/0.13)

CMYK percentages

%11.66
%25.56
%0
%12.55

Codes

Color #C5A6DF in popluar color models

C5A6DF
RGB197166223
HSL273°47.11%76.27%
HSB/HSV273°25.56%87.45%
CMYK11.66%25.56%0.00%
12.55%

Color #C5A6DF in popluar number systems.

HEXC5A6DF
Decimal197166223
Binary110001011010011011011111
Octal305246337

Shades and tints

Shades of #C5A6DF

#C5A6DF
(197,166,223)
#B497CB
(180,151,203)
#A388B7
(163,136,183)
#9279A3
(146,121,163)
#816A8F
(129,106,143)
#705B7B
(112,91,123)
#5F4C67
(95,76,103)
#4E3D53
(78,61,83)
#3D2E3F
(61,46,63)
#2C1F2B
(44,31,43)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #C5A6DF

#C5A6DF
(197,166,223)
#CAAEE1
(202,174,225)
#CFB6E3
(207,182,227)
#D4BEE5
(212,190,229)
#D9C6E7
(217,198,231)
#DECEE9
(222,206,233)
#E3D6EB
(227,214,235)
#E8DEED
(232,222,237)
#EDE6EF
(237,230,239)
#F2EEF1
(242,238,241)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A6DF; }

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

This text font color is #C5A6DF.


Background Color

.myBgColor { background-color: #C5A6DF; }

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

This div background color is #C5A6DF.


Border color

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

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

This div border color is #C5A6DF.


Opacity

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

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

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

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

This text has shadow with #C5A6DF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C5A6DF on black background.


Color preview on white background

This text has color #C5A6DF on white background.



Black color preview on #C5A6DF background

This text has black color on #C5A6DF background.


White color preview on #C5A6DF background

This text has white color on #C5A6DF background.