COLOR #C6ADC0

HEX: #C6ADC0 RGB: (198,173,192)

Color info

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

RGB color model

#C6ADC0 color RGB value is (198,173,192).

RGB: (198,173,192) (78%, 68%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 192 of 255 = 75%

198
173
192

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

Portions of RGB colors in percentages

R + G + B = 198 + 173 + 192 = 563 (100%)
R 198 of 563 ~ 35.17%
G 173 of 563 ~ 30.73%
B 192 of 563 ~ 34.1'%

%35.17
%30.73
%34.1

CMYK color model

#C6ADC0 color CMYK value is (0,13,3,22).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 3.03%
  • key color value is 22.35%

CMYK: (0,13,3,22)
C0M13Y3K22 (0%, 13%, 3%, 22%)
(0.00 / 0.13 / 0.03 / 0.22)

CMYK percentages

%0
%12.63
%3.03
%22.35

Codes

Color #C6ADC0 in popluar color models

C6 AD C0
RGB 198 173 192
HSL 314° 17.99% 72.75%
HSB/HSV 314° 12.63% 77.65%
CMYK 0.00% 12.63% 3.03%
22.35%

Color #C6ADC0 in popluar number systems.

HEX C6 AD C0
Decimal 198 173 192
Binary 11000110 10101101 11000000
Octal 306 255 300

Shades and tints

Shades of #C6ADC0

#C6ADC0
(198,173,192)
#B49EAF
(180,158,175)
#A28F9E
(162,143,158)
#90808D
(144,128,141)
#7E717C
(126,113,124)
#6C626B
(108,98,107)
#5A535A
(90,83,90)
#484449
(72,68,73)
#363538
(54,53,56)
#242627
(36,38,39)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #C6ADC0

#C6ADC0
(198,173,192)
#CBB4C5
(203,180,197)
#D0BBCA
(208,187,202)
#D5C2CF
(213,194,207)
#DAC9D4
(218,201,212)
#DFD0D9
(223,208,217)
#E4D7DE
(228,215,222)
#E9DEE3
(233,222,227)
#EEE5E8
(238,229,232)
#F3ECED
(243,236,237)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6ADC0 color. Also use rgb(198,173,192) instead hex code.

Text Font Color

.myTextColor { color: #C6ADC0; }

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

This text font color is #C6ADC0.

Background Color

.myBgColor { background-color: #C6ADC0; }

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

This div background color is #C6ADC0.

Border color

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

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

This div border color is #C6ADC0.

Opacity

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

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

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

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

This text has shadow with #C6ADC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ADC0.

Preview

Color preview on black background

This text has color #C6ADC0 on black background.


Color preview on white background

This text has color #C6ADC0 on white background.


Black color preview on #C6ADC0 background

This text has black color on #C6ADC0 background.


White color preview on #C6ADC0 background

This text has white color on #C6ADC0 background.


Related colors

Complementary color

Complementary color for #hex is #39523F.


I love getcolorcode.com

Triadic colors

1 #C0C6AD and #ADC0C6 with #C6ADC0 are triadic colors.

2 #C0ADC6 and #ADC6C0 with #C6ADC0 are triadic colors.