COLOR #C5A6E5

HEX: #C5A6E5 RGB: (197,166,229)

Color info

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

RGB color model

#C5A6E5 color RGB value is (197,166,229).

RGB: (197,166,229) (77%, 65%, 90%)

RGB channels and saturation

R 197 of 255 = 77%
G 166 of 255 = 65%
B 229 of 255 = 90%

197
166
229

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

Portions of RGB colors in percentages

R + G + B = 197 + 166 + 229 = 592 (100%)
R 197 of 592 ~ 33.28%
G 166 of 592 ~ 28.04%
B 229 of 592 ~ 38.68'%

%33.28
%28.04
%38.68

CMYK color model

#C5A6E5 color CMYK value is (14,28,0,10).

  • cyan value is 13.97%
  • magenta value is 27.51%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (14,28,0,10)
C14M28Y0K10 (14%, 28%, 0%, 10%)
(0.14 / 0.28 / 0.00 / 0.10)

CMYK percentages

%13.97
%27.51
%0
%10.2

Codes

Color #C5A6E5 in popluar color models

C5 A6 E5
RGB 197 166 229
HSL 270° 54.78% 77.45%
HSB/HSV 270° 27.51% 89.80%
CMYK 13.97% 27.51% 0.00%
10.20%

Color #C5A6E5 in popluar number systems.

HEX C5 A6 E5
Decimal 197 166 229
Binary 11000101 10100110 11100101
Octal 305 246 345

Shades and tints

Shades of #C5A6E5

#C5A6E5
(197,166,229)
#B497D1
(180,151,209)
#A388BD
(163,136,189)
#9279A9
(146,121,169)
#816A95
(129,106,149)
#705B81
(112,91,129)
#5F4C6D
(95,76,109)
#4E3D59
(78,61,89)
#3D2E45
(61,46,69)
#2C1F31
(44,31,49)
#1B101D
(27,16,29)
#000000
(0,0,0)

Tints of #C5A6E5

#C5A6E5
(197,166,229)
#CAAEE7
(202,174,231)
#CFB6E9
(207,182,233)
#D4BEEB
(212,190,235)
#D9C6ED
(217,198,237)
#DECEEF
(222,206,239)
#E3D6F1
(227,214,241)
#E8DEF3
(232,222,243)
#EDE6F5
(237,230,245)
#F2EEF7
(242,238,247)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A6E5; }

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

This text font color is #C5A6E5.

Background Color

.myBgColor { background-color: #C5A6E5; }

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

This div background color is #C5A6E5.

Border color

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

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

This div border color is #C5A6E5.

Opacity

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

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

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

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

This text has shadow with #C5A6E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A6E5.

Preview

Color preview on black background

This text has color #C5A6E5 on black background.


Color preview on white background

This text has color #C5A6E5 on white background.


Black color preview on #C5A6E5 background

This text has black color on #C5A6E5 background.


White color preview on #C5A6E5 background

This text has white color on #C5A6E5 background.


Related colors

Complementary color

Complementary color for #hex is #3A591A.


I love getcolorcode.com

Triadic colors

1 #E5C5A6 and #A6E5C5 with #C5A6E5 are triadic colors.

2 #E5A6C5 and #A6C5E5 with #C5A6E5 are triadic colors.