COLOR #C5AAFD

HEX: #C5AAFD RGB: (197,170,253)

Color info

#C5AAFD contains mainly red and blue colors. Web safe color of #C5AAFD is #CC99FF (or #C9F).

RGB color model

#C5AAFD color RGB value is (197,170,253).

RGB: (197,170,253) (77%, 67%, 99%)

RGB channels and saturation

R 197 of 255 = 77%
G 170 of 255 = 67%
B 253 of 255 = 99%

197
170
253

R + G + B ~ 81%. #C5AAFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 170 + 253 = 620 (100%)
R 197 of 620 ~ 31.77%
G 170 of 620 ~ 27.42%
B 253 of 620 ~ 40.81'%

%31.77
%27.42
%40.81

CMYK color model

#C5AAFD color CMYK value is (22,33,0,1).

  • cyan value is 22.13%
  • magenta value is 32.81%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (22,33,0,1)
C22M33Y0K1 (22%, 33%, 0%, 1%)
(0.22 / 0.33 / 0.00 / 0.01)

CMYK percentages

%22.13
%32.81
%0
%0.78

Codes

Color #C5AAFD in popluar color models

C5 AA FD
RGB 197 170 253
HSL 260° 95.40% 82.94%
HSB/HSV 260° 32.81% 99.22%
CMYK 22.13% 32.81% 0.00%
0.78%

Color #C5AAFD in popluar number systems.

HEX C5 AA FD
Decimal 197 170 253
Binary 11000101 10101010 11111101
Octal 305 252 375

Shades and tints

Shades of #C5AAFD

#C5AAFD
(197,170,253)
#B49BE6
(180,155,230)
#A38CCF
(163,140,207)
#927DB8
(146,125,184)
#816EA1
(129,110,161)
#705F8A
(112,95,138)
#5F5073
(95,80,115)
#4E415C
(78,65,92)
#3D3245
(61,50,69)
#2C232E
(44,35,46)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #C5AAFD

#C5AAFD
(197,170,253)
#CAB1FD
(202,177,253)
#CFB8FD
(207,184,253)
#D4BFFD
(212,191,253)
#D9C6FD
(217,198,253)
#DECDFD
(222,205,253)
#E3D4FD
(227,212,253)
#E8DBFD
(232,219,253)
#EDE2FD
(237,226,253)
#F2E9FD
(242,233,253)
#F7F0FD
(247,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AAFD color. Also use rgb(197,170,253) instead hex code.

Text Font Color

.myTextColor { color: #C5AAFD; }

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

This text font color is #C5AAFD.

Background Color

.myBgColor { background-color: #C5AAFD; }

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

This div background color is #C5AAFD.

Border color

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

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

This div border color is #C5AAFD.

Opacity

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

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

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

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

This text has shadow with #C5AAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AAFD.

Preview

Color preview on black background

This text has color #C5AAFD on black background.


Color preview on white background

This text has color #C5AAFD on white background.


Black color preview on #C5AAFD background

This text has black color on #C5AAFD background.


White color preview on #C5AAFD background

This text has white color on #C5AAFD background.


Related colors

Complementary color

Complementary color for #hex is #3A5502.


I love getcolorcode.com

Triadic colors

1 #FDC5AA and #AAFDC5 with #C5AAFD are triadic colors.

2 #FDAAC5 and #AAC5FD with #C5AAFD are triadic colors.