COLOR #C6A9D8

HEX: #C6A9D8 RGB: (198,169,216)

Color info

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

RGB color model

#C6A9D8 color RGB value is (198,169,216).

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

RGB channels and saturation

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

198
169
216

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

Portions of RGB colors in percentages

R + G + B = 198 + 169 + 216 = 583 (100%)
R 198 of 583 ~ 33.96%
G 169 of 583 ~ 28.99%
B 216 of 583 ~ 37.05'%

%33.96
%28.99
%37.05

CMYK color model

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

  • cyan value is 8.33%
  • magenta value is 21.76%
  • 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
%21.76
%0
%15.29

Codes

Color #C6A9D8 in popluar color models

C6 A9 D8
RGB 198 169 216
HSL 277° 37.60% 75.49%
HSB/HSV 277° 21.76% 84.71%
CMYK 8.33% 21.76% 0.00%
15.29%

Color #C6A9D8 in popluar number systems.

HEX C6 A9 D8
Decimal 198 169 216
Binary 11000110 10101001 11011000
Octal 306 251 330

Shades and tints

Shades of #C6A9D8

#C6A9D8
(198,169,216)
#B49AC5
(180,154,197)
#A28BB2
(162,139,178)
#907C9F
(144,124,159)
#7E6D8C
(126,109,140)
#6C5E79
(108,94,121)
#5A4F66
(90,79,102)
#484053
(72,64,83)
#363140
(54,49,64)
#24222D
(36,34,45)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #C6A9D8

#C6A9D8
(198,169,216)
#CBB0DB
(203,176,219)
#D0B7DE
(208,183,222)
#D5BEE1
(213,190,225)
#DAC5E4
(218,197,228)
#DFCCE7
(223,204,231)
#E4D3EA
(228,211,234)
#E9DAED
(233,218,237)
#EEE1F0
(238,225,240)
#F3E8F3
(243,232,243)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A9D8; }

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

This text font color is #C6A9D8.

Background Color

.myBgColor { background-color: #C6A9D8; }

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

This div background color is #C6A9D8.

Border color

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

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

This div border color is #C6A9D8.

Opacity

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

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

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

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

This text has shadow with #C6A9D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A9D8.

Preview

Color preview on black background

This text has color #C6A9D8 on black background.


Color preview on white background

This text has color #C6A9D8 on white background.


Black color preview on #C6A9D8 background

This text has black color on #C6A9D8 background.


White color preview on #C6A9D8 background

This text has white color on #C6A9D8 background.


Related colors

Complementary color

Complementary color for #hex is #395627.


I love getcolorcode.com

Triadic colors

1 #D8C6A9 and #A9D8C6 with #C6A9D8 are triadic colors.

2 #D8A9C6 and #A9C6D8 with #C6A9D8 are triadic colors.