COLOR #C6A8D8

HEX: #C6A8D8 RGB: (198,168,216)

Color info

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

RGB color model

#C6A8D8 color RGB value is (198,168,216).

RGB: (198,168,216) (78%, 66%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 168 of 255 = 66%
B 216 of 255 = 85%

198
168
216

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

Portions of RGB colors in percentages

R + G + B = 198 + 168 + 216 = 582 (100%)
R 198 of 582 ~ 34.02%
G 168 of 582 ~ 28.87%
B 216 of 582 ~ 37.11'%

%34.02
%28.87
%37.11

CMYK color model

#C6A8D8 color CMYK value is (8,22,0,15).

  • cyan value is 8.33%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (8,22,0,15)
C8M22Y0K15 (8%, 22%, 0%, 15%)
(0.08 / 0.22 / 0.00 / 0.15)

CMYK percentages

%8.33
%22.22
%0
%15.29

Codes

Color #C6A8D8 in popluar color models

C6 A8 D8
RGB 198 168 216
HSL 278° 38.10% 75.29%
HSB/HSV 278° 22.22% 84.71%
CMYK 8.33% 22.22% 0.00%
15.29%

Color #C6A8D8 in popluar number systems.

HEX C6 A8 D8
Decimal 198 168 216
Binary 11000110 10101000 11011000
Octal 306 250 330

Shades and tints

Shades of #C6A8D8

#C6A8D8
(198,168,216)
#B499C5
(180,153,197)
#A28AB2
(162,138,178)
#907B9F
(144,123,159)
#7E6C8C
(126,108,140)
#6C5D79
(108,93,121)
#5A4E66
(90,78,102)
#483F53
(72,63,83)
#363040
(54,48,64)
#24212D
(36,33,45)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #C6A8D8

#C6A8D8
(198,168,216)
#CBAFDB
(203,175,219)
#D0B6DE
(208,182,222)
#D5BDE1
(213,189,225)
#DAC4E4
(218,196,228)
#DFCBE7
(223,203,231)
#E4D2EA
(228,210,234)
#E9D9ED
(233,217,237)
#EEE0F0
(238,224,240)
#F3E7F3
(243,231,243)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A8D8 color. Also use rgb(198,168,216) instead hex code.

Text Font Color

.myTextColor { color: #C6A8D8; }

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

This text font color is #C6A8D8.

Background Color

.myBgColor { background-color: #C6A8D8; }

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

This div background color is #C6A8D8.

Border color

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

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

This div border color is #C6A8D8.

Opacity

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

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

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

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

This text has shadow with #C6A8D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A8D8.

Preview

Color preview on black background

This text has color #C6A8D8 on black background.


Color preview on white background

This text has color #C6A8D8 on white background.


Black color preview on #C6A8D8 background

This text has black color on #C6A8D8 background.


White color preview on #C6A8D8 background

This text has white color on #C6A8D8 background.


Related colors

Complementary color

Complementary color for #hex is #395727.


I love getcolorcode.com

Triadic colors

1 #D8C6A8 and #A8D8C6 with #C6A8D8 are triadic colors.

2 #D8A8C6 and #A8C6D8 with #C6A8D8 are triadic colors.