COLOR #C6AFD0

HEX: #C6AFD0
RGB: (198,175,208)

Color info

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

RGB color model

#C6AFD0 color RGB value is (198,175,208).

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

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 208 of 255 = 82%

198
175
208

R + G + B ~ 76%. #C6AFD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 175 + 208 = 581 (100%)
R 198 of 581 ~ 34.08%
G 175 of 581 ~ 30.12%
B 208 of 581 ~ 35.8%

%34.08
%30.12
%35.8

CMYK color model

#C6AFD0 color CMYK value is (5,16,0,18).

  • cyan value is 4.81%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(5,16,0,18)
C5M16Y0K18 
(5%,16%,0%,18%)
(0.05/0.16/0.00/0.18)	

CMYK percentages

%4.81
%15.87
%0
%18.43

Codes

Color #C6AFD0 in popluar color models

C6AFD0
RGB198175208
HSL282°25.98%75.10%
HSB/HSV282°15.87%81.57%
CMYK4.81%15.87%0.00%
18.43%

Color #C6AFD0 in popluar number systems.

HEXC6AFD0
Decimal198175208
Binary110001101010111111010000
Octal306257320

Shades and tints

Shades of #C6AFD0

#C6AFD0
(198,175,208)
#B4A0BE
(180,160,190)
#A291AC
(162,145,172)
#90829A
(144,130,154)
#7E7388
(126,115,136)
#6C6476
(108,100,118)
#5A5564
(90,85,100)
#484652
(72,70,82)
#363740
(54,55,64)
#24282E
(36,40,46)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #C6AFD0

#C6AFD0
(198,175,208)
#CBB6D4
(203,182,212)
#D0BDD8
(208,189,216)
#D5C4DC
(213,196,220)
#DACBE0
(218,203,224)
#DFD2E4
(223,210,228)
#E4D9E8
(228,217,232)
#E9E0EC
(233,224,236)
#EEE7F0
(238,231,240)
#F3EEF4
(243,238,244)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AFD0; }

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

This text font color is #C6AFD0.


Background Color

.myBgColor { background-color: #C6AFD0; }

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

This div background color is #C6AFD0.


Border color

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

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

This div border color is #C6AFD0.


Opacity

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

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

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

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

This text has shadow with #C6AFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AFD0 on black background.


Color preview on white background

This text has color #C6AFD0 on white background.



Black color preview on #C6AFD0 background

This text has black color on #C6AFD0 background.


White color preview on #C6AFD0 background

This text has white color on #C6AFD0 background.