COLOR #C5ACFD

HEX: #C5ACFD
RGB: (197,172,253)

Color info

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

RGB color model

#C5ACFD color RGB value is (197,172,253).

  • red value is 197;
  • green value is 172;
  • blue value is 253.
RGB:
(197,172,253)
(77%,67%,99%)

RGB channels and saturation

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

197
172
253

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

Portions of RGB colors in percentages

R + G + B =
197 + 172 + 253 = 622 (100%)
R 197 of 622 ~ 31.67%
G 172 of 622 ~ 27.65%
B 253 of 622 ~ 40.68%

%31.67
%27.65
%40.68

CMYK color model

#C5ACFD color CMYK value is (22,32,0,1).

  • cyan value is 22.13%
  • magenta value is 32.02%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(22,32,0,1)
C22M32Y0K1 
(22%,32%,0%,1%)
(0.22/0.32/0.00/0.01)	

CMYK percentages

%22.13
%32.02
%0
%0.78

Codes

Color #C5ACFD in popluar color models

C5ACFD
RGB197172253
HSL259°95.29%83.33%
HSB/HSV259°32.02%99.22%
CMYK22.13%32.02%0.00%
0.78%

Color #C5ACFD in popluar number systems.

HEXC5ACFD
Decimal197172253
Binary110001011010110011111101
Octal305254375

Shades and tints

Shades of #C5ACFD

#C5ACFD
(197,172,253)
#B49DE6
(180,157,230)
#A38ECF
(163,142,207)
#927FB8
(146,127,184)
#8170A1
(129,112,161)
#70618A
(112,97,138)
#5F5273
(95,82,115)
#4E435C
(78,67,92)
#3D3445
(61,52,69)
#2C252E
(44,37,46)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #C5ACFD

#C5ACFD
(197,172,253)
#CAB3FD
(202,179,253)
#CFBAFD
(207,186,253)
#D4C1FD
(212,193,253)
#D9C8FD
(217,200,253)
#DECFFD
(222,207,253)
#E3D6FD
(227,214,253)
#E8DDFD
(232,221,253)
#EDE4FD
(237,228,253)
#F2EBFD
(242,235,253)
#F7F2FD
(247,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ACFD; }

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

This text font color is #C5ACFD.


Background Color

.myBgColor { background-color: #C5ACFD; }

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

This div background color is #C5ACFD.


Border color

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

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

This div border color is #C5ACFD.


Opacity

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

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

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

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

This text has shadow with #C5ACFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ACFD on black background.


Color preview on white background

This text has color #C5ACFD on white background.



Black color preview on #C5ACFD background

This text has black color on #C5ACFD background.


White color preview on #C5ACFD background

This text has white color on #C5ACFD background.