COLOR #C6ADC7

HEX: #C6ADC7 RGB: (198,173,199)

Color info

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

RGB color model

#C6ADC7 color RGB value is (198,173,199).

RGB: (198,173,199) (78%, 68%, 78%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 199 of 255 = 78%

198
173
199

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

Portions of RGB colors in percentages

R + G + B = 198 + 173 + 199 = 570 (100%)
R 198 of 570 ~ 34.74%
G 173 of 570 ~ 30.35%
B 199 of 570 ~ 34.91'%

%34.74
%30.35
%34.91

CMYK color model

#C6ADC7 color CMYK value is (1,13,0,22).

  • cyan value is 0.50%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (1,13,0,22)
C1M13Y0K22 (1%, 13%, 0%, 22%)
(0.01 / 0.13 / 0.00 / 0.22)

CMYK percentages

%0.5
%13.07
%0
%21.96

Codes

Color #C6ADC7 in popluar color models

C6 AD C7
RGB 198 173 199
HSL 298° 18.84% 72.94%
HSB/HSV 298° 13.07% 78.04%
CMYK 0.50% 13.07% 0.00%
21.96%

Color #C6ADC7 in popluar number systems.

HEX C6 AD C7
Decimal 198 173 199
Binary 11000110 10101101 11000111
Octal 306 255 307

Shades and tints

Shades of #C6ADC7

#C6ADC7
(198,173,199)
#B49EB5
(180,158,181)
#A28FA3
(162,143,163)
#908091
(144,128,145)
#7E717F
(126,113,127)
#6C626D
(108,98,109)
#5A535B
(90,83,91)
#484449
(72,68,73)
#363537
(54,53,55)
#242625
(36,38,37)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6ADC7

#C6ADC7
(198,173,199)
#CBB4CC
(203,180,204)
#D0BBD1
(208,187,209)
#D5C2D6
(213,194,214)
#DAC9DB
(218,201,219)
#DFD0E0
(223,208,224)
#E4D7E5
(228,215,229)
#E9DEEA
(233,222,234)
#EEE5EF
(238,229,239)
#F3ECF4
(243,236,244)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADC7; }

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

This text font color is #C6ADC7.

Background Color

.myBgColor { background-color: #C6ADC7; }

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

This div background color is #C6ADC7.

Border color

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

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

This div border color is #C6ADC7.

Opacity

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

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

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

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

This text has shadow with #C6ADC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ADC7.

Preview

Color preview on black background

This text has color #C6ADC7 on black background.


Color preview on white background

This text has color #C6ADC7 on white background.


Black color preview on #C6ADC7 background

This text has black color on #C6ADC7 background.


White color preview on #C6ADC7 background

This text has white color on #C6ADC7 background.


Related colors

Complementary color

Complementary color for #hex is #395238.


I love getcolorcode.com

Triadic colors

1 #C7C6AD and #ADC7C6 with #C6ADC7 are triadic colors.

2 #C7ADC6 and #ADC6C7 with #C6ADC7 are triadic colors.