COLOR #C6ADD7

HEX: #C6ADD7 RGB: (198,173,215)

Color info

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

RGB color model

#C6ADD7 color RGB value is (198,173,215).

RGB: (198,173,215) (78%, 68%, 84%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 215 of 255 = 84%

198
173
215

R + G + B ~ 77%. #C6ADD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 173 + 215 = 586 (100%)
R 198 of 586 ~ 33.79%
G 173 of 586 ~ 29.52%
B 215 of 586 ~ 36.69'%

%33.79
%29.52
%36.69

CMYK color model

#C6ADD7 color CMYK value is (8,20,0,16).

  • cyan value is 7.91%
  • magenta value is 19.53%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (8,20,0,16) C8M20Y0K16 (8%,20%,0%,16%) (0.08/0.20/0.00/0.16) 

CMYK percentages

%7.91
%19.53
%0
%15.69

Codes

Color #C6ADD7 in popluar color models

C6 AD D7
RGB 198 173 215
HSL 276° 34.43% 76.08%
HSB/HSV 276° 19.53% 84.31%
CMYK 7.91% 19.53% 0.00%
15.69%

Color #C6ADD7 in popluar number systems.

HEX C6 AD D7
Decimal 198 173 215
Binary 11000110 10101101 11010111
Octal 306 255 327

Shades and tints

Shades of #C6ADD7

#C6ADD7
(198,173,215)
#B49EC4
(180,158,196)
#A28FB1
(162,143,177)
#90809E
(144,128,158)
#7E718B
(126,113,139)
#6C6278
(108,98,120)
#5A5365
(90,83,101)
#484452
(72,68,82)
#36353F
(54,53,63)
#24262C
(36,38,44)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6ADD7

#C6ADD7
(198,173,215)
#CBB4DA
(203,180,218)
#D0BBDD
(208,187,221)
#D5C2E0
(213,194,224)
#DAC9E3
(218,201,227)
#DFD0E6
(223,208,230)
#E4D7E9
(228,215,233)
#E9DEEC
(233,222,236)
#EEE5EF
(238,229,239)
#F3ECF2
(243,236,242)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADD7; }

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

This text font color is #C6ADD7.

Background Color

.myBgColor { background-color: #C6ADD7; }

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

This div background color is #C6ADD7.

Border color

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

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

This div border color is #C6ADD7.

Opacity

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

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

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

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

This text has shadow with #C6ADD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ADD7.

Preview

Color preview on black background

This text has color #C6ADD7 on black background.


Color preview on white background

This text has color #C6ADD7 on white background.


Black color preview on #C6ADD7 background

This text has black color on #C6ADD7 background.


White color preview on #C6ADD7 background

This text has white color on #C6ADD7 background.


Related colors

Complementary color

Complementary color for #hex is #395228.


I love getcolorcode.com

Triadic colors

1 #D7C6AD and #ADD7C6 with #C6ADD7 are triadic colors.

2 #D7ADC6 and #ADC6D7 with #C6ADD7 are triadic colors.