COLOR #C5AFF4

HEX: #C5AFF4
RGB: (197,175,244)

Color info

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

RGB color model

#C5AFF4 color RGB value is (197,175,244).

  • red value is 197;
  • green value is 175;
  • blue value is 244.
RGB:
(197,175,244)
(77%,69%,96%)

RGB channels and saturation

R 197 of 255 = 77%
G 175 of 255 = 69%
B 244 of 255 = 96%

197
175
244

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

Portions of RGB colors in percentages

R + G + B =
197 + 175 + 244 = 616 (100%)
R 197 of 616 ~ 31.98%
G 175 of 616 ~ 28.41%
B 244 of 616 ~ 39.61%

%31.98
%28.41
%39.61

CMYK color model

#C5AFF4 color CMYK value is (19,28,0,4).

  • cyan value is 19.26%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(19,28,0,4)
C19M28Y0K4 
(19%,28%,0%,4%)
(0.19/0.28/0.00/0.04)	

CMYK percentages

%19.26
%28.28
%0
%4.31

Codes

Color #C5AFF4 in popluar color models

C5AFF4
RGB197175244
HSL259°75.82%82.16%
HSB/HSV259°28.28%95.69%
CMYK19.26%28.28%0.00%
4.31%

Color #C5AFF4 in popluar number systems.

HEXC5AFF4
Decimal197175244
Binary110001011010111111110100
Octal305257364

Shades and tints

Shades of #C5AFF4

#C5AFF4
(197,175,244)
#B4A0DE
(180,160,222)
#A391C8
(163,145,200)
#9282B2
(146,130,178)
#81739C
(129,115,156)
#706486
(112,100,134)
#5F5570
(95,85,112)
#4E465A
(78,70,90)
#3D3744
(61,55,68)
#2C282E
(44,40,46)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #C5AFF4

#C5AFF4
(197,175,244)
#CAB6F5
(202,182,245)
#CFBDF6
(207,189,246)
#D4C4F7
(212,196,247)
#D9CBF8
(217,203,248)
#DED2F9
(222,210,249)
#E3D9FA
(227,217,250)
#E8E0FB
(232,224,251)
#EDE7FC
(237,231,252)
#F2EEFD
(242,238,253)
#F7F5FE
(247,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AFF4 color. Also use rgb(197,175,244) instead hex code.

Text Font Color

.myTextColor { color: #C5AFF4; }

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

This text font color is #C5AFF4.


Background Color

.myBgColor { background-color: #C5AFF4; }

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

This div background color is #C5AFF4.


Border color

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

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

This div border color is #C5AFF4.


Opacity

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

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

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

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

This text has shadow with #C5AFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AFF4 on black background.


Color preview on white background

This text has color #C5AFF4 on white background.



Black color preview on #C5AFF4 background

This text has black color on #C5AFF4 background.


White color preview on #C5AFF4 background

This text has white color on #C5AFF4 background.