COLOR #C5AAFC

HEX: #C5AAFC RGB: (197,170,252)

Color info

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

RGB color model

#C5AAFC color RGB value is (197,170,252).

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

RGB channels and saturation

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

197
170
252

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

Portions of RGB colors in percentages

R + G + B = 197 + 170 + 252 = 619 (100%)
R 197 of 619 ~ 31.83%
G 170 of 619 ~ 27.46%
B 252 of 619 ~ 40.71'%

%31.83
%27.46
%40.71

CMYK color model

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

  • cyan value is 21.83%
  • magenta value is 32.54%
  • yellow value is 0.00%
  • key color value is 1.18%

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

CMYK percentages

%21.83
%32.54
%0
%1.18

Codes

Color #C5AAFC in popluar color models

C5 AA FC
RGB 197 170 252
HSL 260° 93.18% 82.75%
HSB/HSV 260° 32.54% 98.82%
CMYK 21.83% 32.54% 0.00%
1.18%

Color #C5AAFC in popluar number systems.

HEX C5 AA FC
Decimal 197 170 252
Binary 11000101 10101010 11111100
Octal 305 252 374

Shades and tints

Shades of #C5AAFC

#C5AAFC
(197,170,252)
#B49BE6
(180,155,230)
#A38CD0
(163,140,208)
#927DBA
(146,125,186)
#816EA4
(129,110,164)
#705F8E
(112,95,142)
#5F5078
(95,80,120)
#4E4162
(78,65,98)
#3D324C
(61,50,76)
#2C2336
(44,35,54)
#1B1420
(27,20,32)
#000000
(0,0,0)

Tints of #C5AAFC

#C5AAFC
(197,170,252)
#CAB1FC
(202,177,252)
#CFB8FC
(207,184,252)
#D4BFFC
(212,191,252)
#D9C6FC
(217,198,252)
#DECDFC
(222,205,252)
#E3D4FC
(227,212,252)
#E8DBFC
(232,219,252)
#EDE2FC
(237,226,252)
#F2E9FC
(242,233,252)
#F7F0FC
(247,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AAFC; }

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

This text font color is #C5AAFC.

Background Color

.myBgColor { background-color: #C5AAFC; }

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

This div background color is #C5AAFC.

Border color

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

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

This div border color is #C5AAFC.

Opacity

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

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

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

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

This text has shadow with #C5AAFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AAFC.

Preview

Color preview on black background

This text has color #C5AAFC on black background.


Color preview on white background

This text has color #C5AAFC on white background.


Black color preview on #C5AAFC background

This text has black color on #C5AAFC background.


White color preview on #C5AAFC background

This text has white color on #C5AAFC background.


Related colors

Complementary color

Complementary color for #hex is #3A5503.


I love getcolorcode.com

Triadic colors

1 #FCC5AA and #AAFCC5 with #C5AAFC are triadic colors.

2 #FCAAC5 and #AAC5FC with #C5AAFC are triadic colors.