COLOR #C6AFFC

HEX: #C6AFFC RGB: (198,175,252)

Color info

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

RGB color model

#C6AFFC color RGB value is (198,175,252).

RGB: (198,175,252) (78%, 69%, 99%)

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 252 of 255 = 99%

198
175
252

R + G + B ~ 82%. #C6AFFC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 175 + 252 = 625 (100%)
R 198 of 625 ~ 31.68%
G 175 of 625 ~ 28%
B 252 of 625 ~ 40.32'%

%31.68
%28
%40.32

CMYK color model

#C6AFFC color CMYK value is (21,31,0,1).

  • cyan value is 21.43%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (21,31,0,1)
C21M31Y0K1 (21%, 31%, 0%, 1%)
(0.21 / 0.31 / 0.00 / 0.01)

CMYK percentages

%21.43
%30.56
%0
%1.18

Codes

Color #C6AFFC in popluar color models

C6 AF FC
RGB 198 175 252
HSL 258° 92.77% 83.73%
HSB/HSV 258° 30.56% 98.82%
CMYK 21.43% 30.56% 0.00%
1.18%

Color #C6AFFC in popluar number systems.

HEX C6 AF FC
Decimal 198 175 252
Binary 11000110 10101111 11111100
Octal 306 257 374

Shades and tints

Shades of #C6AFFC

#C6AFFC
(198,175,252)
#B4A0E6
(180,160,230)
#A291D0
(162,145,208)
#9082BA
(144,130,186)
#7E73A4
(126,115,164)
#6C648E
(108,100,142)
#5A5578
(90,85,120)
#484662
(72,70,98)
#36374C
(54,55,76)
#242836
(36,40,54)
#121920
(18,25,32)
#000000
(0,0,0)

Tints of #C6AFFC

#C6AFFC
(198,175,252)
#CBB6FC
(203,182,252)
#D0BDFC
(208,189,252)
#D5C4FC
(213,196,252)
#DACBFC
(218,203,252)
#DFD2FC
(223,210,252)
#E4D9FC
(228,217,252)
#E9E0FC
(233,224,252)
#EEE7FC
(238,231,252)
#F3EEFC
(243,238,252)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AFFC color. Also use rgb(198,175,252) instead hex code.

Text Font Color

.myTextColor { color: #C6AFFC; }

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

This text font color is #C6AFFC.

Background Color

.myBgColor { background-color: #C6AFFC; }

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

This div background color is #C6AFFC.

Border color

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

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

This div border color is #C6AFFC.

Opacity

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

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

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

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

This text has shadow with #C6AFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AFFC.

Preview

Color preview on black background

This text has color #C6AFFC on black background.


Color preview on white background

This text has color #C6AFFC on white background.


Black color preview on #C6AFFC background

This text has black color on #C6AFFC background.


White color preview on #C6AFFC background

This text has white color on #C6AFFC background.


Related colors

Complementary color

Complementary color for #hex is #395003.


I love getcolorcode.com

Triadic colors

1 #FCC6AF and #AFFCC6 with #C6AFFC are triadic colors.

2 #FCAFC6 and #AFC6FC with #C6AFFC are triadic colors.