COLOR #C5AFEA

HEX: #C5AFEA
RGB: (197,175,234)

Color info

#C5AFEA contains red, green and blue colors in about the same proportion. Web safe color of #C5AFEA is #CC99FF (or #C9F).

RGB color model

#C5AFEA color RGB value is (197,175,234).

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

RGB channels and saturation

R 197 of 255 = 77%
G 175 of 255 = 69%
B 234 of 255 = 92%

197
175
234

R + G + B ~ 79%. #C5AFEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 175 + 234 = 606 (100%)
R 197 of 606 ~ 32.51%
G 175 of 606 ~ 28.88%
B 234 of 606 ~ 38.61%

%32.51
%28.88
%38.61

CMYK color model

#C5AFEA color CMYK value is (16,25,0,8).

  • cyan value is 15.81%
  • magenta value is 25.21%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(16,25,0,8)
C16M25Y0K8 
(16%,25%,0%,8%)
(0.16/0.25/0.00/0.08)	

CMYK percentages

%15.81
%25.21
%0
%8.24

Codes

Color #C5AFEA in popluar color models

C5AFEA
RGB197175234
HSL262°58.42%80.20%
HSB/HSV262°25.21%91.76%
CMYK15.81%25.21%0.00%
8.24%

Color #C5AFEA in popluar number systems.

HEXC5AFEA
Decimal197175234
Binary110001011010111111101010
Octal305257352

Shades and tints

Shades of #C5AFEA

#C5AFEA
(197,175,234)
#B4A0D5
(180,160,213)
#A391C0
(163,145,192)
#9282AB
(146,130,171)
#817396
(129,115,150)
#706481
(112,100,129)
#5F556C
(95,85,108)
#4E4657
(78,70,87)
#3D3742
(61,55,66)
#2C282D
(44,40,45)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #C5AFEA

#C5AFEA
(197,175,234)
#CAB6EB
(202,182,235)
#CFBDEC
(207,189,236)
#D4C4ED
(212,196,237)
#D9CBEE
(217,203,238)
#DED2EF
(222,210,239)
#E3D9F0
(227,217,240)
#E8E0F1
(232,224,241)
#EDE7F2
(237,231,242)
#F2EEF3
(242,238,243)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AFEA; }

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

This text font color is #C5AFEA.


Background Color

.myBgColor { background-color: #C5AFEA; }

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

This div background color is #C5AFEA.


Border color

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

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

This div border color is #C5AFEA.


Opacity

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

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

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

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

This text has shadow with #C5AFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AFEA on black background.


Color preview on white background

This text has color #C5AFEA on white background.



Black color preview on #C5AFEA background

This text has black color on #C5AFEA background.


White color preview on #C5AFEA background

This text has white color on #C5AFEA background.