COLOR #C5A9CD

HEX: #C5A9CD
RGB: (197,169,205)

Color info

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

RGB color model

#C5A9CD color RGB value is (197,169,205).

  • red value is 197;
  • green value is 169;
  • blue value is 205.
RGB:
(197,169,205)
(77%,66%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 169 of 255 = 66%
B 205 of 255 = 80%

197
169
205

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

Portions of RGB colors in percentages

R + G + B =
197 + 169 + 205 = 571 (100%)
R 197 of 571 ~ 34.5%
G 169 of 571 ~ 29.6%
B 205 of 571 ~ 35.9%

%34.5
%29.6
%35.9

CMYK color model

#C5A9CD color CMYK value is (4,18,0,20).

  • cyan value is 3.90%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(4,18,0,20)
C4M18Y0K20 
(4%,18%,0%,20%)
(0.04/0.18/0.00/0.20)	

CMYK percentages

%3.9
%17.56
%0
%19.61

Codes

Color #C5A9CD in popluar color models

C5A9CD
RGB197169205
HSL287°26.47%73.33%
HSB/HSV287°17.56%80.39%
CMYK3.90%17.56%0.00%
19.61%

Color #C5A9CD in popluar number systems.

HEXC5A9CD
Decimal197169205
Binary110001011010100111001101
Octal305251315

Shades and tints

Shades of #C5A9CD

#C5A9CD
(197,169,205)
#B49ABB
(180,154,187)
#A38BA9
(163,139,169)
#927C97
(146,124,151)
#816D85
(129,109,133)
#705E73
(112,94,115)
#5F4F61
(95,79,97)
#4E404F
(78,64,79)
#3D313D
(61,49,61)
#2C222B
(44,34,43)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #C5A9CD

#C5A9CD
(197,169,205)
#CAB0D1
(202,176,209)
#CFB7D5
(207,183,213)
#D4BED9
(212,190,217)
#D9C5DD
(217,197,221)
#DECCE1
(222,204,225)
#E3D3E5
(227,211,229)
#E8DAE9
(232,218,233)
#EDE1ED
(237,225,237)
#F2E8F1
(242,232,241)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A9CD color. Also use rgb(197,169,205) instead hex code.

Text Font Color

.myTextColor { color: #C5A9CD; }

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

This text font color is #C5A9CD.


Background Color

.myBgColor { background-color: #C5A9CD; }

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

This div background color is #C5A9CD.


Border color

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

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

This div border color is #C5A9CD.


Opacity

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

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

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

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

This text has shadow with #C5A9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A9CD on black background.


Color preview on white background

This text has color #C5A9CD on white background.



Black color preview on #C5A9CD background

This text has black color on #C5A9CD background.


White color preview on #C5A9CD background

This text has white color on #C5A9CD background.