COLOR #C6ADBA

HEX: #C6ADBA
RGB: (198,173,186)

Color info

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

RGB color model

#C6ADBA color RGB value is (198,173,186).

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

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 186 of 255 = 73%

198
173
186

R + G + B ~ 73%. #C6ADBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 173 + 186 = 557 (100%)
R 198 of 557 ~ 35.55%
G 173 of 557 ~ 31.06%
B 186 of 557 ~ 33.39%

%35.55
%31.06
%33.39

CMYK color model

#C6ADBA color CMYK value is (0,13,6,22).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(0,13,6,22)
C0M13Y6K22 
(0%,13%,6%,22%)
(0.00/0.13/0.06/0.22)	

CMYK percentages

%0
%12.63
%6.06
%22.35

Codes

Color #C6ADBA in popluar color models

C6ADBA
RGB198173186
HSL329°17.99%72.75%
HSB/HSV329°12.63%77.65%
CMYK0.00%12.63%6.06%
22.35%

Color #C6ADBA in popluar number systems.

HEXC6ADBA
Decimal198173186
Binary110001101010110110111010
Octal306255272

Shades and tints

Shades of #C6ADBA

#C6ADBA
(198,173,186)
#B49EAA
(180,158,170)
#A28F9A
(162,143,154)
#90808A
(144,128,138)
#7E717A
(126,113,122)
#6C626A
(108,98,106)
#5A535A
(90,83,90)
#48444A
(72,68,74)
#36353A
(54,53,58)
#24262A
(36,38,42)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #C6ADBA

#C6ADBA
(198,173,186)
#CBB4C0
(203,180,192)
#D0BBC6
(208,187,198)
#D5C2CC
(213,194,204)
#DAC9D2
(218,201,210)
#DFD0D8
(223,208,216)
#E4D7DE
(228,215,222)
#E9DEE4
(233,222,228)
#EEE5EA
(238,229,234)
#F3ECF0
(243,236,240)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADBA; }

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

This text font color is #C6ADBA.


Background Color

.myBgColor { background-color: #C6ADBA; }

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

This div background color is #C6ADBA.


Border color

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

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

This div border color is #C6ADBA.


Opacity

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

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

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

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

This text has shadow with #C6ADBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ADBA on black background.


Color preview on white background

This text has color #C6ADBA on white background.



Black color preview on #C6ADBA background

This text has black color on #C6ADBA background.


White color preview on #C6ADBA background

This text has white color on #C6ADBA background.