COLOR #C6ADC3

HEX: #C6ADC3 RGB: (198,173,195)

Color info

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

RGB color model

#C6ADC3 color RGB value is (198,173,195).

RGB: (198,173,195) (78%, 68%, 76%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 195 of 255 = 76%

198
173
195

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

Portions of RGB colors in percentages

R + G + B = 198 + 173 + 195 = 566 (100%)
R 198 of 566 ~ 34.98%
G 173 of 566 ~ 30.57%
B 195 of 566 ~ 34.45'%

%34.98
%30.57
%34.45

CMYK color model

#C6ADC3 color CMYK value is (0,13,2,22).

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

CMYK: (0,13,2,22)
C0M13Y2K22 (0%, 13%, 2%, 22%)
(0.00 / 0.13 / 0.02 / 0.22)

CMYK percentages

%0
%12.63
%1.52
%22.35

Codes

Color #C6ADC3 in popluar color models

C6 AD C3
RGB 198 173 195
HSL 307° 17.99% 72.75%
HSB/HSV 307° 12.63% 77.65%
CMYK 0.00% 12.63% 1.52%
22.35%

Color #C6ADC3 in popluar number systems.

HEX C6 AD C3
Decimal 198 173 195
Binary 11000110 10101101 11000011
Octal 306 255 303

Shades and tints

Shades of #C6ADC3

#C6ADC3
(198,173,195)
#B49EB2
(180,158,178)
#A28FA1
(162,143,161)
#908090
(144,128,144)
#7E717F
(126,113,127)
#6C626E
(108,98,110)
#5A535D
(90,83,93)
#48444C
(72,68,76)
#36353B
(54,53,59)
#24262A
(36,38,42)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6ADC3

#C6ADC3
(198,173,195)
#CBB4C8
(203,180,200)
#D0BBCD
(208,187,205)
#D5C2D2
(213,194,210)
#DAC9D7
(218,201,215)
#DFD0DC
(223,208,220)
#E4D7E1
(228,215,225)
#E9DEE6
(233,222,230)
#EEE5EB
(238,229,235)
#F3ECF0
(243,236,240)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADC3; }

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

This text font color is #C6ADC3.

Background Color

.myBgColor { background-color: #C6ADC3; }

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

This div background color is #C6ADC3.

Border color

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

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

This div border color is #C6ADC3.

Opacity

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

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

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

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

This text has shadow with #C6ADC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ADC3.

Preview

Color preview on black background

This text has color #C6ADC3 on black background.


Color preview on white background

This text has color #C6ADC3 on white background.


Black color preview on #C6ADC3 background

This text has black color on #C6ADC3 background.


White color preview on #C6ADC3 background

This text has white color on #C6ADC3 background.


Related colors

Complementary color

Complementary color for #hex is #39523C.


I love getcolorcode.com

Triadic colors

1 #C3C6AD and #ADC3C6 with #C6ADC3 are triadic colors.

2 #C3ADC6 and #ADC6C3 with #C6ADC3 are triadic colors.