COLOR #C6ABAD

HEX: #C6ABAD
RGB: (198,171,173)

Color info

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

RGB color model

#C6ABAD color RGB value is (198,171,173).

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

RGB channels and saturation

R 198 of 255 = 78%
G 171 of 255 = 67%
B 173 of 255 = 68%

198
171
173

R + G + B ~ 71%. #C6ABAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 171 + 173 = 542 (100%)
R 198 of 542 ~ 36.53%
G 171 of 542 ~ 31.55%
B 173 of 542 ~ 31.92%

%36.53
%31.55
%31.92

CMYK color model

#C6ABAD color CMYK value is (0,14,13,22).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(0,14,13,22)
C0M14Y13K22 
(0%,14%,13%,22%)
(0.00/0.14/0.13/0.22)	

CMYK percentages

%0
%13.64
%12.63
%22.35

Codes

Color #C6ABAD in popluar color models

C6ABAD
RGB198171173
HSL356°19.15%72.35%
HSB/HSV356°13.64%77.65%
CMYK0.00%13.64%12.63%
22.35%

Color #C6ABAD in popluar number systems.

HEXC6ABAD
Decimal198171173
Binary110001101010101110101101
Octal306253255

Shades and tints

Shades of #C6ABAD

#C6ABAD
(198,171,173)
#B49C9E
(180,156,158)
#A28D8F
(162,141,143)
#907E80
(144,126,128)
#7E6F71
(126,111,113)
#6C6062
(108,96,98)
#5A5153
(90,81,83)
#484244
(72,66,68)
#363335
(54,51,53)
#242426
(36,36,38)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #C6ABAD

#C6ABAD
(198,171,173)
#CBB2B4
(203,178,180)
#D0B9BB
(208,185,187)
#D5C0C2
(213,192,194)
#DAC7C9
(218,199,201)
#DFCED0
(223,206,208)
#E4D5D7
(228,213,215)
#E9DCDE
(233,220,222)
#EEE3E5
(238,227,229)
#F3EAEC
(243,234,236)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ABAD; }

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

This text font color is #C6ABAD.


Background Color

.myBgColor { background-color: #C6ABAD; }

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

This div background color is #C6ABAD.


Border color

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

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

This div border color is #C6ABAD.


Opacity

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

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

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

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

This text has shadow with #C6ABAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ABAD on black background.


Color preview on white background

This text has color #C6ABAD on white background.



Black color preview on #C6ABAD background

This text has black color on #C6ABAD background.


White color preview on #C6ABAD background

This text has white color on #C6ABAD background.