COLOR #C6AFD9

HEX: #C6AFD9
RGB: (198,175,217)

Color info

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

RGB color model

#C6AFD9 color RGB value is (198,175,217).

  • red value is 198;
  • green value is 175;
  • blue value is 217.
RGB: (198,175,217) (78%,69%,85%)

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 217 of 255 = 85%

198
175
217

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

Portions of RGB colors in percentages

R + G + B =
198 + 175 + 217 = 590 (100%)
R 198 of 590 ~ 33.56%
G 175 of 590 ~ 29.66%
B 217 of 590 ~ 36.78%

%33.56
%29.66
%36.78

CMYK color model

#C6AFD9 color CMYK value is (9,19,0,15).

  • cyan value is 8.76%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (9,19,0,15) C9M19Y0K15 (9%,19%,0%,15%) (0.09/0.19/0.00/0.15)

CMYK percentages

%8.76
%19.35
%0
%14.9

Codes

Color #C6AFD9 in popluar color models

C6AFD9
RGB198175217
HSL273°35.59%76.86%
HSB/HSV273°19.35%85.10%
CMYK8.76%19.35%0.00%
14.90%

Color #C6AFD9 in popluar number systems.

HEXC6AFD9
Decimal198175217
Binary110001101010111111011001
Octal306257331

Shades and tints

Shades of #C6AFD9

#C6AFD9
(198,175,217)
#B4A0C6
(180,160,198)
#A291B3
(162,145,179)
#9082A0
(144,130,160)
#7E738D
(126,115,141)
#6C647A
(108,100,122)
#5A5567
(90,85,103)
#484654
(72,70,84)
#363741
(54,55,65)
#24282E
(36,40,46)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #C6AFD9

#C6AFD9
(198,175,217)
#CBB6DC
(203,182,220)
#D0BDDF
(208,189,223)
#D5C4E2
(213,196,226)
#DACBE5
(218,203,229)
#DFD2E8
(223,210,232)
#E4D9EB
(228,217,235)
#E9E0EE
(233,224,238)
#EEE7F1
(238,231,241)
#F3EEF4
(243,238,244)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AFD9; }

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

This text font color is #C6AFD9.


Background Color

.myBgColor { background-color: #C6AFD9; }

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

This div background color is #C6AFD9.


Border color

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

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

This div border color is #C6AFD9.


Opacity

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

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

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

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

This text has shadow with #C6AFD9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6AFD9 on black background.


Color preview on white background

This text has color #C6AFD9 on white background.



Black color preview on #C6AFD9 background

This text has black color on #C6AFD9 background.


White color preview on #C6AFD9 background

This text has white color on #C6AFD9 background.