COLOR #C6A7D6

HEX: #C6A7D6 RGB: (198,167,214)

Color info

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

RGB color model

#C6A7D6 color RGB value is (198,167,214).

RGB: (198,167,214) (78%, 65%, 84%)

RGB channels and saturation

R 198 of 255 = 78%
G 167 of 255 = 65%
B 214 of 255 = 84%

198
167
214

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

Portions of RGB colors in percentages

R + G + B = 198 + 167 + 214 = 579 (100%)
R 198 of 579 ~ 34.2%
G 167 of 579 ~ 28.84%
B 214 of 579 ~ 36.96'%

%34.2
%28.84
%36.96

CMYK color model

#C6A7D6 color CMYK value is (7,22,0,16).

  • cyan value is 7.48%
  • magenta value is 21.96%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (7,22,0,16) C7M22Y0K16 (7%,22%,0%,16%) (0.07/0.22/0.00/0.16) 

CMYK percentages

%7.48
%21.96
%0
%16.08

Codes

Color #C6A7D6 in popluar color models

C6 A7 D6
RGB 198 167 214
HSL 280° 36.43% 74.71%
HSB/HSV 280° 21.96% 83.92%
CMYK 7.48% 21.96% 0.00%
16.08%

Color #C6A7D6 in popluar number systems.

HEX C6 A7 D6
Decimal 198 167 214
Binary 11000110 10100111 11010110
Octal 306 247 326

Shades and tints

Shades of #C6A7D6

#C6A7D6
(198,167,214)
#B498C3
(180,152,195)
#A289B0
(162,137,176)
#907A9D
(144,122,157)
#7E6B8A
(126,107,138)
#6C5C77
(108,92,119)
#5A4D64
(90,77,100)
#483E51
(72,62,81)
#362F3E
(54,47,62)
#24202B
(36,32,43)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #C6A7D6

#C6A7D6
(198,167,214)
#CBAFD9
(203,175,217)
#D0B7DC
(208,183,220)
#D5BFDF
(213,191,223)
#DAC7E2
(218,199,226)
#DFCFE5
(223,207,229)
#E4D7E8
(228,215,232)
#E9DFEB
(233,223,235)
#EEE7EE
(238,231,238)
#F3EFF1
(243,239,241)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A7D6 color. Also use rgb(198,167,214) instead hex code.

Text Font Color

.myTextColor { color: #C6A7D6; }

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

This text font color is #C6A7D6.

Background Color

.myBgColor { background-color: #C6A7D6; }

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

This div background color is #C6A7D6.

Border color

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

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

This div border color is #C6A7D6.

Opacity

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

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

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

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

This text has shadow with #C6A7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A7D6.

Preview

Color preview on black background

This text has color #C6A7D6 on black background.


Color preview on white background

This text has color #C6A7D6 on white background.


Black color preview on #C6A7D6 background

This text has black color on #C6A7D6 background.


White color preview on #C6A7D6 background

This text has white color on #C6A7D6 background.


Related colors

Complementary color

Complementary color for #hex is #395829.


I love getcolorcode.com

Triadic colors

1 #D6C6A7 and #A7D6C6 with #C6A7D6 are triadic colors.

2 #D6A7C6 and #A7C6D6 with #C6A7D6 are triadic colors.