COLOR #C5A1DE

HEX: #C5A1DE
RGB: (197,161,222)

Color info

#C5A1DE contains mainly red and blue colors. Web safe color of #C5A1DE is #CC99CC (or #C9C).

RGB color model

#C5A1DE color RGB value is (197,161,222).

  • red value is 197;
  • green value is 161;
  • blue value is 222.
RGB:
(197,161,222)
(77%,63%,87%)

RGB channels and saturation

R 197 of 255 = 77%
G 161 of 255 = 63%
B 222 of 255 = 87%

197
161
222

R + G + B ~ 76%. #C5A1DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 161 + 222 = 580 (100%)
R 197 of 580 ~ 33.97%
G 161 of 580 ~ 27.76%
B 222 of 580 ~ 38.28%

%33.97
%27.76
%38.28

CMYK color model

#C5A1DE color CMYK value is (11,27,0,13).

  • cyan value is 11.26%
  • magenta value is 27.48%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(11,27,0,13)
C11M27Y0K13 
(11%,27%,0%,13%)
(0.11/0.27/0.00/0.13)	

CMYK percentages

%11.26
%27.48
%0
%12.94

Codes

Color #C5A1DE in popluar color models

C5A1DE
RGB197161222
HSL275°48.03%75.10%
HSB/HSV275°27.48%87.06%
CMYK11.26%27.48%0.00%
12.94%

Color #C5A1DE in popluar number systems.

HEXC5A1DE
Decimal197161222
Binary110001011010000111011110
Octal305241336

Shades and tints

Shades of #C5A1DE

#C5A1DE
(197,161,222)
#B493CA
(180,147,202)
#A385B6
(163,133,182)
#9277A2
(146,119,162)
#81698E
(129,105,142)
#705B7A
(112,91,122)
#5F4D66
(95,77,102)
#4E3F52
(78,63,82)
#3D313E
(61,49,62)
#2C232A
(44,35,42)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #C5A1DE

#C5A1DE
(197,161,222)
#CAA9E1
(202,169,225)
#CFB1E4
(207,177,228)
#D4B9E7
(212,185,231)
#D9C1EA
(217,193,234)
#DEC9ED
(222,201,237)
#E3D1F0
(227,209,240)
#E8D9F3
(232,217,243)
#EDE1F6
(237,225,246)
#F2E9F9
(242,233,249)
#F7F1FC
(247,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A1DE color. Also use rgb(197,161,222) instead hex code.

Text Font Color

.myTextColor { color: #C5A1DE; }

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

This text font color is #C5A1DE.


Background Color

.myBgColor { background-color: #C5A1DE; }

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

This div background color is #C5A1DE.


Border color

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

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

This div border color is #C5A1DE.


Opacity

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

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

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

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

This text has shadow with #C5A1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A1DE on black background.


Color preview on white background

This text has color #C5A1DE on white background.



Black color preview on #C5A1DE background

This text has black color on #C5A1DE background.


White color preview on #C5A1DE background

This text has white color on #C5A1DE background.