COLOR #C6ADCB

HEX: #C6ADCB
RGB: (198,173,203)

Color info

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

RGB color model

#C6ADCB color RGB value is (198,173,203).

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

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 203 of 255 = 80%

198
173
203

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

Portions of RGB colors in percentages

R + G + B =
198 + 173 + 203 = 574 (100%)
R 198 of 574 ~ 34.49%
G 173 of 574 ~ 30.14%
B 203 of 574 ~ 35.37%

%34.49
%30.14
%35.37

CMYK color model

#C6ADCB color CMYK value is (2,15,0,20).

  • cyan value is 2.46%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(2,15,0,20)
C2M15Y0K20 
(2%,15%,0%,20%)
(0.02/0.15/0.00/0.20)	

CMYK percentages

%2.46
%14.78
%0
%20.39

Codes

Color #C6ADCB in popluar color models

C6ADCB
RGB198173203
HSL290°22.39%73.73%
HSB/HSV290°14.78%79.61%
CMYK2.46%14.78%0.00%
20.39%

Color #C6ADCB in popluar number systems.

HEXC6ADCB
Decimal198173203
Binary110001101010110111001011
Octal306255313

Shades and tints

Shades of #C6ADCB

#C6ADCB
(198,173,203)
#B49EB9
(180,158,185)
#A28FA7
(162,143,167)
#908095
(144,128,149)
#7E7183
(126,113,131)
#6C6271
(108,98,113)
#5A535F
(90,83,95)
#48444D
(72,68,77)
#36353B
(54,53,59)
#242629
(36,38,41)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #C6ADCB

#C6ADCB
(198,173,203)
#CBB4CF
(203,180,207)
#D0BBD3
(208,187,211)
#D5C2D7
(213,194,215)
#DAC9DB
(218,201,219)
#DFD0DF
(223,208,223)
#E4D7E3
(228,215,227)
#E9DEE7
(233,222,231)
#EEE5EB
(238,229,235)
#F3ECEF
(243,236,239)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADCB; }

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

This text font color is #C6ADCB.


Background Color

.myBgColor { background-color: #C6ADCB; }

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

This div background color is #C6ADCB.


Border color

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

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

This div border color is #C6ADCB.


Opacity

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

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

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

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

This text has shadow with #C6ADCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ADCB on black background.


Color preview on white background

This text has color #C6ADCB on white background.



Black color preview on #C6ADCB background

This text has black color on #C6ADCB background.


White color preview on #C6ADCB background

This text has white color on #C6ADCB background.