COLOR #C5A9DF

HEX: #C5A9DF
RGB: (197,169,223)

Color info

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

RGB color model

#C5A9DF color RGB value is (197,169,223).

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

RGB channels and saturation

R 197 of 255 = 77%
G 169 of 255 = 66%
B 223 of 255 = 87%

197
169
223

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

Portions of RGB colors in percentages

R + G + B =
197 + 169 + 223 = 589 (100%)
R 197 of 589 ~ 33.45%
G 169 of 589 ~ 28.69%
B 223 of 589 ~ 37.86%

%33.45
%28.69
%37.86

CMYK color model

#C5A9DF color CMYK value is (12,24,0,13).

  • cyan value is 11.66%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(12,24,0,13)
C12M24Y0K13 
(12%,24%,0%,13%)
(0.12/0.24/0.00/0.13)	

CMYK percentages

%11.66
%24.22
%0
%12.55

Codes

Color #C5A9DF in popluar color models

C5A9DF
RGB197169223
HSL271°45.76%76.86%
HSB/HSV271°24.22%87.45%
CMYK11.66%24.22%0.00%
12.55%

Color #C5A9DF in popluar number systems.

HEXC5A9DF
Decimal197169223
Binary110001011010100111011111
Octal305251337

Shades and tints

Shades of #C5A9DF

#C5A9DF
(197,169,223)
#B49ACB
(180,154,203)
#A38BB7
(163,139,183)
#927CA3
(146,124,163)
#816D8F
(129,109,143)
#705E7B
(112,94,123)
#5F4F67
(95,79,103)
#4E4053
(78,64,83)
#3D313F
(61,49,63)
#2C222B
(44,34,43)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #C5A9DF

#C5A9DF
(197,169,223)
#CAB0E1
(202,176,225)
#CFB7E3
(207,183,227)
#D4BEE5
(212,190,229)
#D9C5E7
(217,197,231)
#DECCE9
(222,204,233)
#E3D3EB
(227,211,235)
#E8DAED
(232,218,237)
#EDE1EF
(237,225,239)
#F2E8F1
(242,232,241)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A9DF; }

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

This text font color is #C5A9DF.


Background Color

.myBgColor { background-color: #C5A9DF; }

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

This div background color is #C5A9DF.


Border color

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

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

This div border color is #C5A9DF.


Opacity

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

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

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

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

This text has shadow with #C5A9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A9DF on black background.


Color preview on white background

This text has color #C5A9DF on white background.



Black color preview on #C5A9DF background

This text has black color on #C5A9DF background.


White color preview on #C5A9DF background

This text has white color on #C5A9DF background.