COLOR #C5A5C6

HEX: #C5A5C6
RGB: (197,165,198)

Color info

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

RGB color model

#C5A5C6 color RGB value is (197,165,198).

  • red value is 197;
  • green value is 165;
  • blue value is 198.
RGB:
(197,165,198)
(77%,65%,78%)

RGB channels and saturation

R 197 of 255 = 77%
G 165 of 255 = 65%
B 198 of 255 = 78%

197
165
198

R + G + B ~ 73%. #C5A5C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 165 + 198 = 560 (100%)
R 197 of 560 ~ 35.18%
G 165 of 560 ~ 29.46%
B 198 of 560 ~ 35.36%

%35.18
%29.46
%35.36

CMYK color model

#C5A5C6 color CMYK value is (1,17,0,22).

  • cyan value is 0.51%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(1,17,0,22)
C1M17Y0K22 
(1%,17%,0%,22%)
(0.01/0.17/0.00/0.22)	

CMYK percentages

%0.51
%16.67
%0
%22.35

Codes

Color #C5A5C6 in popluar color models

C5A5C6
RGB197165198
HSL298°22.45%71.18%
HSB/HSV298°16.67%77.65%
CMYK0.51%16.67%0.00%
22.35%

Color #C5A5C6 in popluar number systems.

HEXC5A5C6
Decimal197165198
Binary110001011010010111000110
Octal305245306

Shades and tints

Shades of #C5A5C6

#C5A5C6
(197,165,198)
#B496B4
(180,150,180)
#A387A2
(163,135,162)
#927890
(146,120,144)
#81697E
(129,105,126)
#705A6C
(112,90,108)
#5F4B5A
(95,75,90)
#4E3C48
(78,60,72)
#3D2D36
(61,45,54)
#2C1E24
(44,30,36)
#1B0F12
(27,15,18)
#000000
(0,0,0)

Tints of #C5A5C6

#C5A5C6
(197,165,198)
#CAADCB
(202,173,203)
#CFB5D0
(207,181,208)
#D4BDD5
(212,189,213)
#D9C5DA
(217,197,218)
#DECDDF
(222,205,223)
#E3D5E4
(227,213,228)
#E8DDE9
(232,221,233)
#EDE5EE
(237,229,238)
#F2EDF3
(242,237,243)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A5C6 color. Also use rgb(197,165,198) instead hex code.

Text Font Color

.myTextColor { color: #C5A5C6; }

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

This text font color is #C5A5C6.


Background Color

.myBgColor { background-color: #C5A5C6; }

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

This div background color is #C5A5C6.


Border color

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

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

This div border color is #C5A5C6.


Opacity

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

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

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

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

This text has shadow with #C5A5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A5C6 on black background.


Color preview on white background

This text has color #C5A5C6 on white background.



Black color preview on #C5A5C6 background

This text has black color on #C5A5C6 background.


White color preview on #C5A5C6 background

This text has white color on #C5A5C6 background.