COLOR #C1AFDC

HEX: #C1AFDC
RGB: (193,175,220)

Color info

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

RGB color model

#C1AFDC color RGB value is (193,175,220).

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

RGB channels and saturation

R 193 of 255 = 76%
G 175 of 255 = 69%
B 220 of 255 = 86%

193
175
220

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

Portions of RGB colors in percentages

R + G + B =
193 + 175 + 220 = 588 (100%)
R 193 of 588 ~ 32.82%
G 175 of 588 ~ 29.76%
B 220 of 588 ~ 37.41%

%32.82
%29.76
%37.41

CMYK color model

#C1AFDC color CMYK value is (12,20,0,14).

  • cyan value is 12.27%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(12,20,0,14)
C12M20Y0K14 
(12%,20%,0%,14%)
(0.12/0.20/0.00/0.14)	

CMYK percentages

%12.27
%20.45
%0
%13.73

Codes

Color #C1AFDC in popluar color models

C1AFDC
RGB193175220
HSL264°39.13%77.45%
HSB/HSV264°20.45%86.27%
CMYK12.27%20.45%0.00%
13.73%

Color #C1AFDC in popluar number systems.

HEXC1AFDC
Decimal193175220
Binary110000011010111111011100
Octal301257334

Shades and tints

Shades of #C1AFDC

#C1AFDC
(193,175,220)
#B0A0C8
(176,160,200)
#9F91B4
(159,145,180)
#8E82A0
(142,130,160)
#7D738C
(125,115,140)
#6C6478
(108,100,120)
#5B5564
(91,85,100)
#4A4650
(74,70,80)
#39373C
(57,55,60)
#282828
(40,40,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #C1AFDC

#C1AFDC
(193,175,220)
#C6B6DF
(198,182,223)
#CBBDE2
(203,189,226)
#D0C4E5
(208,196,229)
#D5CBE8
(213,203,232)
#DAD2EB
(218,210,235)
#DFD9EE
(223,217,238)
#E4E0F1
(228,224,241)
#E9E7F4
(233,231,244)
#EEEEF7
(238,238,247)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AFDC; }

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

This text font color is #C1AFDC.


Background Color

.myBgColor { background-color: #C1AFDC; }

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

This div background color is #C1AFDC.


Border color

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

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

This div border color is #C1AFDC.


Opacity

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

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

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

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

This text has shadow with #C1AFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AFDC on black background.


Color preview on white background

This text has color #C1AFDC on white background.



Black color preview on #C1AFDC background

This text has black color on #C1AFDC background.


White color preview on #C1AFDC background

This text has white color on #C1AFDC background.