COLOR #C1AFE5

HEX: #C1AFE5
RGB: (193,175,229)

Color info

#C1AFE5 contains red, green and blue colors in about the same proportion. Web safe color of #C1AFE5 is #CC99CC (or #C9C).

RGB color model

#C1AFE5 color RGB value is (193,175,229).

  • red value is 193;
  • green value is 175;
  • blue value is 229.
RGB:
(193,175,229)
(76%,69%,90%)

RGB channels and saturation

R 193 of 255 = 76%
G 175 of 255 = 69%
B 229 of 255 = 90%

193
175
229

R + G + B ~ 78%. #C1AFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 175 + 229 = 597 (100%)
R 193 of 597 ~ 32.33%
G 175 of 597 ~ 29.31%
B 229 of 597 ~ 38.36%

%32.33
%29.31
%38.36

CMYK color model

#C1AFE5 color CMYK value is (16,24,0,10).

  • cyan value is 15.72%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(16,24,0,10)
C16M24Y0K10 
(16%,24%,0%,10%)
(0.16/0.24/0.00/0.10)	

CMYK percentages

%15.72
%23.58
%0
%10.2

Codes

Color #C1AFE5 in popluar color models

C1AFE5
RGB193175229
HSL260°50.94%79.22%
HSB/HSV260°23.58%89.80%
CMYK15.72%23.58%0.00%
10.20%

Color #C1AFE5 in popluar number systems.

HEXC1AFE5
Decimal193175229
Binary110000011010111111100101
Octal301257345

Shades and tints

Shades of #C1AFE5

#C1AFE5
(193,175,229)
#B0A0D1
(176,160,209)
#9F91BD
(159,145,189)
#8E82A9
(142,130,169)
#7D7395
(125,115,149)
#6C6481
(108,100,129)
#5B556D
(91,85,109)
#4A4659
(74,70,89)
#393745
(57,55,69)
#282831
(40,40,49)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #C1AFE5

#C1AFE5
(193,175,229)
#C6B6E7
(198,182,231)
#CBBDE9
(203,189,233)
#D0C4EB
(208,196,235)
#D5CBED
(213,203,237)
#DAD2EF
(218,210,239)
#DFD9F1
(223,217,241)
#E4E0F3
(228,224,243)
#E9E7F5
(233,231,245)
#EEEEF7
(238,238,247)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AFE5 color. Also use rgb(193,175,229) instead hex code.

Text Font Color

.myTextColor { color: #C1AFE5; }

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

This text font color is #C1AFE5.


Background Color

.myBgColor { background-color: #C1AFE5; }

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

This div background color is #C1AFE5.


Border color

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

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

This div border color is #C1AFE5.


Opacity

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

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

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

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

This text has shadow with #C1AFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AFE5 on black background.


Color preview on white background

This text has color #C1AFE5 on white background.



Black color preview on #C1AFE5 background

This text has black color on #C1AFE5 background.


White color preview on #C1AFE5 background

This text has white color on #C1AFE5 background.