COLOR #C6A0D8

HEX: #C6A0D8 RGB: (198,160,216)

Color info

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

RGB color model

#C6A0D8 color RGB value is (198,160,216).

RGB: (198,160,216) (78%, 63%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 160 of 255 = 63%
B 216 of 255 = 85%

198
160
216

R + G + B ~ 75%. #C6A0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 160 + 216 = 574 (100%)
R 198 of 574 ~ 34.49%
G 160 of 574 ~ 27.87%
B 216 of 574 ~ 37.63'%

%34.49
%27.87
%37.63

CMYK color model

#C6A0D8 color CMYK value is (8,26,0,15).

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

CMYK: (8,26,0,15)
C8M26Y0K15 (8%, 26%, 0%, 15%)
(0.08 / 0.26 / 0.00 / 0.15)

CMYK percentages

%8.33
%25.93
%0
%15.29

Codes

Color #C6A0D8 in popluar color models

C6 A0 D8
RGB 198 160 216
HSL 281° 41.79% 73.73%
HSB/HSV 281° 25.93% 84.71%
CMYK 8.33% 25.93% 0.00%
15.29%

Color #C6A0D8 in popluar number systems.

HEX C6 A0 D8
Decimal 198 160 216
Binary 11000110 10100000 11011000
Octal 306 240 330

Shades and tints

Shades of #C6A0D8

#C6A0D8
(198,160,216)
#B492C5
(180,146,197)
#A284B2
(162,132,178)
#90769F
(144,118,159)
#7E688C
(126,104,140)
#6C5A79
(108,90,121)
#5A4C66
(90,76,102)
#483E53
(72,62,83)
#363040
(54,48,64)
#24222D
(36,34,45)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #C6A0D8

#C6A0D8
(198,160,216)
#CBA8DB
(203,168,219)
#D0B0DE
(208,176,222)
#D5B8E1
(213,184,225)
#DAC0E4
(218,192,228)
#DFC8E7
(223,200,231)
#E4D0EA
(228,208,234)
#E9D8ED
(233,216,237)
#EEE0F0
(238,224,240)
#F3E8F3
(243,232,243)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A0D8; }

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

This text font color is #C6A0D8.

Background Color

.myBgColor { background-color: #C6A0D8; }

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

This div background color is #C6A0D8.

Border color

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

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

This div border color is #C6A0D8.

Opacity

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

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

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

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

This text has shadow with #C6A0D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A0D8.

Preview

Color preview on black background

This text has color #C6A0D8 on black background.


Color preview on white background

This text has color #C6A0D8 on white background.


Black color preview on #C6A0D8 background

This text has black color on #C6A0D8 background.


White color preview on #C6A0D8 background

This text has white color on #C6A0D8 background.


Related colors

Complementary color

Complementary color for #hex is #395F27.


I love getcolorcode.com

Triadic colors

1 #D8C6A0 and #A0D8C6 with #C6A0D8 are triadic colors.

2 #D8A0C6 and #A0C6D8 with #C6A0D8 are triadic colors.