COLOR #C1AFDA

HEX: #C1AFDA
RGB: (193,175,218)

Color info

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

RGB color model

#C1AFDA color RGB value is (193,175,218).

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

RGB channels and saturation

R 193 of 255 = 76%
G 175 of 255 = 69%
B 218 of 255 = 85%

193
175
218

R + G + B ~ 77%. #C1AFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 175 + 218 = 586 (100%)
R 193 of 586 ~ 32.94%
G 175 of 586 ~ 29.86%
B 218 of 586 ~ 37.2%

%32.94
%29.86
%37.2

CMYK color model

#C1AFDA color CMYK value is (11,20,0,15).

  • cyan value is 11.47%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(11,20,0,15)
C11M20Y0K15 
(11%,20%,0%,15%)
(0.11/0.20/0.00/0.15)	

CMYK percentages

%11.47
%19.72
%0
%14.51

Codes

Color #C1AFDA in popluar color models

C1AFDA
RGB193175218
HSL265°36.75%77.06%
HSB/HSV265°19.72%85.49%
CMYK11.47%19.72%0.00%
14.51%

Color #C1AFDA in popluar number systems.

HEXC1AFDA
Decimal193175218
Binary110000011010111111011010
Octal301257332

Shades and tints

Shades of #C1AFDA

#C1AFDA
(193,175,218)
#B0A0C7
(176,160,199)
#9F91B4
(159,145,180)
#8E82A1
(142,130,161)
#7D738E
(125,115,142)
#6C647B
(108,100,123)
#5B5568
(91,85,104)
#4A4655
(74,70,85)
#393742
(57,55,66)
#28282F
(40,40,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #C1AFDA

#C1AFDA
(193,175,218)
#C6B6DD
(198,182,221)
#CBBDE0
(203,189,224)
#D0C4E3
(208,196,227)
#D5CBE6
(213,203,230)
#DAD2E9
(218,210,233)
#DFD9EC
(223,217,236)
#E4E0EF
(228,224,239)
#E9E7F2
(233,231,242)
#EEEEF5
(238,238,245)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AFDA; }

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

This text font color is #C1AFDA.


Background Color

.myBgColor { background-color: #C1AFDA; }

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

This div background color is #C1AFDA.


Border color

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

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

This div border color is #C1AFDA.


Opacity

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

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

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

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

This text has shadow with #C1AFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AFDA on black background.


Color preview on white background

This text has color #C1AFDA on white background.



Black color preview on #C1AFDA background

This text has black color on #C1AFDA background.


White color preview on #C1AFDA background

This text has white color on #C1AFDA background.