COLOR #C5A7CC

HEX: #C5A7CC RGB: (197,167,204)

Color info

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

RGB color model

#C5A7CC color RGB value is (197,167,204).

RGB: (197,167,204) (77%, 65%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 167 of 255 = 65%
B 204 of 255 = 80%

197
167
204

R + G + B ~ 74%. #C5A7CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 167 + 204 = 568 (100%)
R 197 of 568 ~ 34.68%
G 167 of 568 ~ 29.4%
B 204 of 568 ~ 35.92'%

%34.68
%29.4
%35.92

CMYK color model

#C5A7CC color CMYK value is (3,18,0,20).

  • cyan value is 3.43%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (3,18,0,20)
C3M18Y0K20 (3%, 18%, 0%, 20%)
(0.03 / 0.18 / 0.00 / 0.20)

CMYK percentages

%3.43
%18.14
%0
%20

Codes

Color #C5A7CC in popluar color models

C5 A7 CC
RGB 197 167 204
HSL 289° 26.62% 72.75%
HSB/HSV 289° 18.14% 80.00%
CMYK 3.43% 18.14% 0.00%
20.00%

Color #C5A7CC in popluar number systems.

HEX C5 A7 CC
Decimal 197 167 204
Binary 11000101 10100111 11001100
Octal 305 247 314

Shades and tints

Shades of #C5A7CC

#C5A7CC
(197,167,204)
#B498BA
(180,152,186)
#A389A8
(163,137,168)
#927A96
(146,122,150)
#816B84
(129,107,132)
#705C72
(112,92,114)
#5F4D60
(95,77,96)
#4E3E4E
(78,62,78)
#3D2F3C
(61,47,60)
#2C202A
(44,32,42)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #C5A7CC

#C5A7CC
(197,167,204)
#CAAFD0
(202,175,208)
#CFB7D4
(207,183,212)
#D4BFD8
(212,191,216)
#D9C7DC
(217,199,220)
#DECFE0
(222,207,224)
#E3D7E4
(227,215,228)
#E8DFE8
(232,223,232)
#EDE7EC
(237,231,236)
#F2EFF0
(242,239,240)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A7CC; }

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

This text font color is #C5A7CC.

Background Color

.myBgColor { background-color: #C5A7CC; }

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

This div background color is #C5A7CC.

Border color

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

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

This div border color is #C5A7CC.

Opacity

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

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

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

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

This text has shadow with #C5A7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A7CC.

Preview

Color preview on black background

This text has color #C5A7CC on black background.


Color preview on white background

This text has color #C5A7CC on white background.


Black color preview on #C5A7CC background

This text has black color on #C5A7CC background.


White color preview on #C5A7CC background

This text has white color on #C5A7CC background.


Related colors

Complementary color

Complementary color for #hex is #3A5833.


I love getcolorcode.com

Triadic colors

1 #CCC5A7 and #A7CCC5 with #C5A7CC are triadic colors.

2 #CCA7C5 and #A7C5CC with #C5A7CC are triadic colors.