COLOR #C6ADB1

HEX: #C6ADB1
RGB: (198,173,177)

Color info

#C6ADB1 contains red, green and blue colors in about the same proportion. Web safe color of #C6ADB1 is #CC9999 (or #C99).

RGB color model

#C6ADB1 color RGB value is (198,173,177).

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

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 177 of 255 = 69%

198
173
177

R + G + B ~ 72%. #C6ADB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 173 + 177 = 548 (100%)
R 198 of 548 ~ 36.13%
G 173 of 548 ~ 31.57%
B 177 of 548 ~ 32.3%

%36.13
%31.57
%32.3

CMYK color model

#C6ADB1 color CMYK value is (0,13,11,22).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 10.61%
  • key color value is 22.35%
CMYK:
(0,13,11,22)
C0M13Y11K22 
(0%,13%,11%,22%)
(0.00/0.13/0.11/0.22)	

CMYK percentages

%0
%12.63
%10.61
%22.35

Codes

Color #C6ADB1 in popluar color models

C6ADB1
RGB198173177
HSL350°17.99%72.75%
HSB/HSV350°12.63%77.65%
CMYK0.00%12.63%10.61%
22.35%

Color #C6ADB1 in popluar number systems.

HEXC6ADB1
Decimal198173177
Binary110001101010110110110001
Octal306255261

Shades and tints

Shades of #C6ADB1

#C6ADB1
(198,173,177)
#B49EA1
(180,158,161)
#A28F91
(162,143,145)
#908081
(144,128,129)
#7E7171
(126,113,113)
#6C6261
(108,98,97)
#5A5351
(90,83,81)
#484441
(72,68,65)
#363531
(54,53,49)
#242621
(36,38,33)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #C6ADB1

#C6ADB1
(198,173,177)
#CBB4B8
(203,180,184)
#D0BBBF
(208,187,191)
#D5C2C6
(213,194,198)
#DAC9CD
(218,201,205)
#DFD0D4
(223,208,212)
#E4D7DB
(228,215,219)
#E9DEE2
(233,222,226)
#EEE5E9
(238,229,233)
#F3ECF0
(243,236,240)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADB1; }

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

This text font color is #C6ADB1.


Background Color

.myBgColor { background-color: #C6ADB1; }

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

This div background color is #C6ADB1.


Border color

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

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

This div border color is #C6ADB1.


Opacity

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

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

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

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

This text has shadow with #C6ADB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ADB1 on black background.


Color preview on white background

This text has color #C6ADB1 on white background.



Black color preview on #C6ADB1 background

This text has black color on #C6ADB1 background.


White color preview on #C6ADB1 background

This text has white color on #C6ADB1 background.