COLOR #C6AFD5

HEX: #C6AFD5 RGB: (198,175,213)

Color info

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

RGB color model

#C6AFD5 color RGB value is (198,175,213).

RGB: (198,175,213) (78%, 69%, 84%)

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 213 of 255 = 84%

198
175
213

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

Portions of RGB colors in percentages

R + G + B = 198 + 175 + 213 = 586 (100%)
R 198 of 586 ~ 33.79%
G 175 of 586 ~ 29.86%
B 213 of 586 ~ 36.35'%

%33.79
%29.86
%36.35

CMYK color model

#C6AFD5 color CMYK value is (7,18,0,16).

  • cyan value is 7.04%
  • magenta value is 17.84%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (7,18,0,16)
C7M18Y0K16 (7%, 18%, 0%, 16%)
(0.07 / 0.18 / 0.00 / 0.16)

CMYK percentages

%7.04
%17.84
%0
%16.47

Codes

Color #C6AFD5 in popluar color models

C6 AF D5
RGB 198 175 213
HSL 276° 31.15% 76.08%
HSB/HSV 276° 17.84% 83.53%
CMYK 7.04% 17.84% 0.00%
16.47%

Color #C6AFD5 in popluar number systems.

HEX C6 AF D5
Decimal 198 175 213
Binary 11000110 10101111 11010101
Octal 306 257 325

Shades and tints

Shades of #C6AFD5

#C6AFD5
(198,175,213)
#B4A0C2
(180,160,194)
#A291AF
(162,145,175)
#90829C
(144,130,156)
#7E7389
(126,115,137)
#6C6476
(108,100,118)
#5A5563
(90,85,99)
#484650
(72,70,80)
#36373D
(54,55,61)
#24282A
(36,40,42)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #C6AFD5

#C6AFD5
(198,175,213)
#CBB6D8
(203,182,216)
#D0BDDB
(208,189,219)
#D5C4DE
(213,196,222)
#DACBE1
(218,203,225)
#DFD2E4
(223,210,228)
#E4D9E7
(228,217,231)
#E9E0EA
(233,224,234)
#EEE7ED
(238,231,237)
#F3EEF0
(243,238,240)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AFD5; }

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

This text font color is #C6AFD5.

Background Color

.myBgColor { background-color: #C6AFD5; }

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

This div background color is #C6AFD5.

Border color

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

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

This div border color is #C6AFD5.

Opacity

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

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

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

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

This text has shadow with #C6AFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AFD5.

Preview

Color preview on black background

This text has color #C6AFD5 on black background.


Color preview on white background

This text has color #C6AFD5 on white background.


Black color preview on #C6AFD5 background

This text has black color on #C6AFD5 background.


White color preview on #C6AFD5 background

This text has white color on #C6AFD5 background.


Related colors

Complementary color

Complementary color for #hex is #39502A.


I love getcolorcode.com

Triadic colors

1 #D5C6AF and #AFD5C6 with #C6AFD5 are triadic colors.

2 #D5AFC6 and #AFC6D5 with #C6AFD5 are triadic colors.