COLOR #C5A9DD

HEX: #C5A9DD
RGB: (197,169,221)

Color info

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

RGB color model

#C5A9DD color RGB value is (197,169,221).

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

RGB channels and saturation

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

197
169
221

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

Portions of RGB colors in percentages

R + G + B =
197 + 169 + 221 = 587 (100%)
R 197 of 587 ~ 33.56%
G 169 of 587 ~ 28.79%
B 221 of 587 ~ 37.65%

%33.56
%28.79
%37.65

CMYK color model

#C5A9DD color CMYK value is (11,24,0,13).

  • cyan value is 10.86%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(11,24,0,13)
C11M24Y0K13 
(11%,24%,0%,13%)
(0.11/0.24/0.00/0.13)	

CMYK percentages

%10.86
%23.53
%0
%13.33

Codes

Color #C5A9DD in popluar color models

C5A9DD
RGB197169221
HSL272°43.33%76.47%
HSB/HSV272°23.53%86.67%
CMYK10.86%23.53%0.00%
13.33%

Color #C5A9DD in popluar number systems.

HEXC5A9DD
Decimal197169221
Binary110001011010100111011101
Octal305251335

Shades and tints

Shades of #C5A9DD

#C5A9DD
(197,169,221)
#B49AC9
(180,154,201)
#A38BB5
(163,139,181)
#927CA1
(146,124,161)
#816D8D
(129,109,141)
#705E79
(112,94,121)
#5F4F65
(95,79,101)
#4E4051
(78,64,81)
#3D313D
(61,49,61)
#2C2229
(44,34,41)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #C5A9DD

#C5A9DD
(197,169,221)
#CAB0E0
(202,176,224)
#CFB7E3
(207,183,227)
#D4BEE6
(212,190,230)
#D9C5E9
(217,197,233)
#DECCEC
(222,204,236)
#E3D3EF
(227,211,239)
#E8DAF2
(232,218,242)
#EDE1F5
(237,225,245)
#F2E8F8
(242,232,248)
#F7EFFB
(247,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A9DD; }

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

This text font color is #C5A9DD.


Background Color

.myBgColor { background-color: #C5A9DD; }

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

This div background color is #C5A9DD.


Border color

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

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

This div border color is #C5A9DD.


Opacity

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

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

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

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

This text has shadow with #C5A9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A9DD on black background.


Color preview on white background

This text has color #C5A9DD on white background.



Black color preview on #C5A9DD background

This text has black color on #C5A9DD background.


White color preview on #C5A9DD background

This text has white color on #C5A9DD background.