COLOR #C6ADD6

HEX: #C6ADD6
RGB: (198,173,214)

Color info

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

RGB color model

#C6ADD6 color RGB value is (198,173,214).

  • red value is 198;
  • green value is 173;
  • blue value is 214.
RGB:
(198,173,214)
(78%,68%,84%)

RGB channels and saturation

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

198
173
214

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

Portions of RGB colors in percentages

R + G + B =
198 + 173 + 214 = 585 (100%)
R 198 of 585 ~ 33.85%
G 173 of 585 ~ 29.57%
B 214 of 585 ~ 36.58%

%33.85
%29.57
%36.58

CMYK color model

#C6ADD6 color CMYK value is (7,19,0,16).

  • cyan value is 7.48%
  • magenta value is 19.16%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,19,0,16)
C7M19Y0K16 
(7%,19%,0%,16%)
(0.07/0.19/0.00/0.16)	

CMYK percentages

%7.48
%19.16
%0
%16.08

Codes

Color #C6ADD6 in popluar color models

C6ADD6
RGB198173214
HSL277°33.33%75.88%
HSB/HSV277°19.16%83.92%
CMYK7.48%19.16%0.00%
16.08%

Color #C6ADD6 in popluar number systems.

HEXC6ADD6
Decimal198173214
Binary110001101010110111010110
Octal306255326

Shades and tints

Shades of #C6ADD6

#C6ADD6
(198,173,214)
#B49EC3
(180,158,195)
#A28FB0
(162,143,176)
#90809D
(144,128,157)
#7E718A
(126,113,138)
#6C6277
(108,98,119)
#5A5364
(90,83,100)
#484451
(72,68,81)
#36353E
(54,53,62)
#24262B
(36,38,43)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6ADD6

#C6ADD6
(198,173,214)
#CBB4D9
(203,180,217)
#D0BBDC
(208,187,220)
#D5C2DF
(213,194,223)
#DAC9E2
(218,201,226)
#DFD0E5
(223,208,229)
#E4D7E8
(228,215,232)
#E9DEEB
(233,222,235)
#EEE5EE
(238,229,238)
#F3ECF1
(243,236,241)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADD6; }

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

This text font color is #C6ADD6.


Background Color

.myBgColor { background-color: #C6ADD6; }

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

This div background color is #C6ADD6.


Border color

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

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

This div border color is #C6ADD6.


Opacity

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

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

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

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

This text has shadow with #C6ADD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ADD6 on black background.


Color preview on white background

This text has color #C6ADD6 on white background.



Black color preview on #C6ADD6 background

This text has black color on #C6ADD6 background.


White color preview on #C6ADD6 background

This text has white color on #C6ADD6 background.