COLOR #C6A7CD

HEX: #C6A7CD RGB: (198,167,205)

Color info

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

RGB color model

#C6A7CD color RGB value is (198,167,205).

RGB: (198,167,205) (78%, 65%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 167 of 255 = 65%
B 205 of 255 = 80%

198
167
205

R + G + B ~ 74%. #C6A7CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 167 + 205 = 570 (100%)
R 198 of 570 ~ 34.74%
G 167 of 570 ~ 29.3%
B 205 of 570 ~ 35.96'%

%34.74
%29.3
%35.96

CMYK color model

#C6A7CD color CMYK value is (3,19,0,20).

  • cyan value is 3.41%
  • magenta value is 18.54%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (3,19,0,20)
C3M19Y0K20 (3%, 19%, 0%, 20%)
(0.03 / 0.19 / 0.00 / 0.20)

CMYK percentages

%3.41
%18.54
%0
%19.61

Codes

Color #C6A7CD in popluar color models

C6 A7 CD
RGB 198 167 205
HSL 289° 27.54% 72.94%
HSB/HSV 289° 18.54% 80.39%
CMYK 3.41% 18.54% 0.00%
19.61%

Color #C6A7CD in popluar number systems.

HEX C6 A7 CD
Decimal 198 167 205
Binary 11000110 10100111 11001101
Octal 306 247 315

Shades and tints

Shades of #C6A7CD

#C6A7CD
(198,167,205)
#B498BB
(180,152,187)
#A289A9
(162,137,169)
#907A97
(144,122,151)
#7E6B85
(126,107,133)
#6C5C73
(108,92,115)
#5A4D61
(90,77,97)
#483E4F
(72,62,79)
#362F3D
(54,47,61)
#24202B
(36,32,43)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C6A7CD

#C6A7CD
(198,167,205)
#CBAFD1
(203,175,209)
#D0B7D5
(208,183,213)
#D5BFD9
(213,191,217)
#DAC7DD
(218,199,221)
#DFCFE1
(223,207,225)
#E4D7E5
(228,215,229)
#E9DFE9
(233,223,233)
#EEE7ED
(238,231,237)
#F3EFF1
(243,239,241)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A7CD; }

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

This text font color is #C6A7CD.

Background Color

.myBgColor { background-color: #C6A7CD; }

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

This div background color is #C6A7CD.

Border color

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

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

This div border color is #C6A7CD.

Opacity

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

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

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

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

This text has shadow with #C6A7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A7CD.

Preview

Color preview on black background

This text has color #C6A7CD on black background.


Color preview on white background

This text has color #C6A7CD on white background.


Black color preview on #C6A7CD background

This text has black color on #C6A7CD background.


White color preview on #C6A7CD background

This text has white color on #C6A7CD background.


Related colors

Complementary color

Complementary color for #hex is #395832.


I love getcolorcode.com

Triadic colors

1 #CDC6A7 and #A7CDC6 with #C6A7CD are triadic colors.

2 #CDA7C6 and #A7C6CD with #C6A7CD are triadic colors.