COLOR #C6AFCF

HEX: #C6AFCF RGB: (198,175,207)

Color info

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

RGB color model

#C6AFCF color RGB value is (198,175,207).

RGB: (198,175,207) (78%, 69%, 81%)

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 207 of 255 = 81%

198
175
207

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

Portions of RGB colors in percentages

R + G + B = 198 + 175 + 207 = 580 (100%)
R 198 of 580 ~ 34.14%
G 175 of 580 ~ 30.17%
B 207 of 580 ~ 35.69'%

%34.14
%30.17
%35.69

CMYK color model

#C6AFCF color CMYK value is (4,15,0,19).

  • cyan value is 4.35%
  • magenta value is 15.46%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (4,15,0,19)
C4M15Y0K19 (4%, 15%, 0%, 19%)
(0.04 / 0.15 / 0.00 / 0.19)

CMYK percentages

%4.35
%15.46
%0
%18.82

Codes

Color #C6AFCF in popluar color models

C6 AF CF
RGB 198 175 207
HSL 283° 25.00% 74.90%
HSB/HSV 283° 15.46% 81.18%
CMYK 4.35% 15.46% 0.00%
18.82%

Color #C6AFCF in popluar number systems.

HEX C6 AF CF
Decimal 198 175 207
Binary 11000110 10101111 11001111
Octal 306 257 317

Shades and tints

Shades of #C6AFCF

#C6AFCF
(198,175,207)
#B4A0BD
(180,160,189)
#A291AB
(162,145,171)
#908299
(144,130,153)
#7E7387
(126,115,135)
#6C6475
(108,100,117)
#5A5563
(90,85,99)
#484651
(72,70,81)
#36373F
(54,55,63)
#24282D
(36,40,45)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #C6AFCF

#C6AFCF
(198,175,207)
#CBB6D3
(203,182,211)
#D0BDD7
(208,189,215)
#D5C4DB
(213,196,219)
#DACBDF
(218,203,223)
#DFD2E3
(223,210,227)
#E4D9E7
(228,217,231)
#E9E0EB
(233,224,235)
#EEE7EF
(238,231,239)
#F3EEF3
(243,238,243)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AFCF; }

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

This text font color is #C6AFCF.

Background Color

.myBgColor { background-color: #C6AFCF; }

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

This div background color is #C6AFCF.

Border color

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

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

This div border color is #C6AFCF.

Opacity

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

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

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

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

This text has shadow with #C6AFCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AFCF.

Preview

Color preview on black background

This text has color #C6AFCF on black background.


Color preview on white background

This text has color #C6AFCF on white background.


Black color preview on #C6AFCF background

This text has black color on #C6AFCF background.


White color preview on #C6AFCF background

This text has white color on #C6AFCF background.


Related colors

Complementary color

Complementary color for #hex is #395030.


I love getcolorcode.com

Triadic colors

1 #CFC6AF and #AFCFC6 with #C6AFCF are triadic colors.

2 #CFAFC6 and #AFC6CF with #C6AFCF are triadic colors.