COLOR #C5A7E7

HEX: #C5A7E7 RGB: (197,167,231)

Color info

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

RGB color model

#C5A7E7 color RGB value is (197,167,231).

RGB: (197,167,231) (77%, 65%, 91%)

RGB channels and saturation

R 197 of 255 = 77%
G 167 of 255 = 65%
B 231 of 255 = 91%

197
167
231

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

Portions of RGB colors in percentages

R + G + B = 197 + 167 + 231 = 595 (100%)
R 197 of 595 ~ 33.11%
G 167 of 595 ~ 28.07%
B 231 of 595 ~ 38.82'%

%33.11
%28.07
%38.82

CMYK color model

#C5A7E7 color CMYK value is (15,28,0,9).

  • cyan value is 14.72%
  • magenta value is 27.71%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (15,28,0,9)
C15M28Y0K9 (15%, 28%, 0%, 9%)
(0.15 / 0.28 / 0.00 / 0.09)

CMYK percentages

%14.72
%27.71
%0
%9.41

Codes

Color #C5A7E7 in popluar color models

C5 A7 E7
RGB 197 167 231
HSL 268° 57.14% 78.04%
HSB/HSV 268° 27.71% 90.59%
CMYK 14.72% 27.71% 0.00%
9.41%

Color #C5A7E7 in popluar number systems.

HEX C5 A7 E7
Decimal 197 167 231
Binary 11000101 10100111 11100111
Octal 305 247 347

Shades and tints

Shades of #C5A7E7

#C5A7E7
(197,167,231)
#B498D2
(180,152,210)
#A389BD
(163,137,189)
#927AA8
(146,122,168)
#816B93
(129,107,147)
#705C7E
(112,92,126)
#5F4D69
(95,77,105)
#4E3E54
(78,62,84)
#3D2F3F
(61,47,63)
#2C202A
(44,32,42)
#1B1115
(27,17,21)
#000000
(0,0,0)

Tints of #C5A7E7

#C5A7E7
(197,167,231)
#CAAFE9
(202,175,233)
#CFB7EB
(207,183,235)
#D4BFED
(212,191,237)
#D9C7EF
(217,199,239)
#DECFF1
(222,207,241)
#E3D7F3
(227,215,243)
#E8DFF5
(232,223,245)
#EDE7F7
(237,231,247)
#F2EFF9
(242,239,249)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A7E7 color. Also use rgb(197,167,231) instead hex code.

Text Font Color

.myTextColor { color: #C5A7E7; }

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

This text font color is #C5A7E7.

Background Color

.myBgColor { background-color: #C5A7E7; }

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

This div background color is #C5A7E7.

Border color

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

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

This div border color is #C5A7E7.

Opacity

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

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

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

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

This text has shadow with #C5A7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A7E7.

Preview

Color preview on black background

This text has color #C5A7E7 on black background.


Color preview on white background

This text has color #C5A7E7 on white background.


Black color preview on #C5A7E7 background

This text has black color on #C5A7E7 background.


White color preview on #C5A7E7 background

This text has white color on #C5A7E7 background.


Related colors

Complementary color

Complementary color for #hex is #3A5818.


I love getcolorcode.com

Triadic colors

1 #E7C5A7 and #A7E7C5 with #C5A7E7 are triadic colors.

2 #E7A7C5 and #A7C5E7 with #C5A7E7 are triadic colors.