COLOR #C6ABAF

HEX: #C6ABAF
RGB: (198,171,175)

Color info

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

RGB color model

#C6ABAF color RGB value is (198,171,175).

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

RGB channels and saturation

R 198 of 255 = 78%
G 171 of 255 = 67%
B 175 of 255 = 69%

198
171
175

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

Portions of RGB colors in percentages

R + G + B =
198 + 171 + 175 = 544 (100%)
R 198 of 544 ~ 36.4%
G 171 of 544 ~ 31.43%
B 175 of 544 ~ 32.17%

%36.4
%31.43
%32.17

CMYK color model

#C6ABAF color CMYK value is (0,14,12,22).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK:
(0,14,12,22)
C0M14Y12K22 
(0%,14%,12%,22%)
(0.00/0.14/0.12/0.22)	

CMYK percentages

%0
%13.64
%11.62
%22.35

Codes

Color #C6ABAF in popluar color models

C6ABAF
RGB198171175
HSL351°19.15%72.35%
HSB/HSV351°13.64%77.65%
CMYK0.00%13.64%11.62%
22.35%

Color #C6ABAF in popluar number systems.

HEXC6ABAF
Decimal198171175
Binary110001101010101110101111
Octal306253257

Shades and tints

Shades of #C6ABAF

#C6ABAF
(198,171,175)
#B49CA0
(180,156,160)
#A28D91
(162,141,145)
#907E82
(144,126,130)
#7E6F73
(126,111,115)
#6C6064
(108,96,100)
#5A5155
(90,81,85)
#484246
(72,66,70)
#363337
(54,51,55)
#242428
(36,36,40)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #C6ABAF

#C6ABAF
(198,171,175)
#CBB2B6
(203,178,182)
#D0B9BD
(208,185,189)
#D5C0C4
(213,192,196)
#DAC7CB
(218,199,203)
#DFCED2
(223,206,210)
#E4D5D9
(228,213,217)
#E9DCE0
(233,220,224)
#EEE3E7
(238,227,231)
#F3EAEE
(243,234,238)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ABAF; }

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

This text font color is #C6ABAF.


Background Color

.myBgColor { background-color: #C6ABAF; }

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

This div background color is #C6ABAF.


Border color

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

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

This div border color is #C6ABAF.


Opacity

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

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

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

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

This text has shadow with #C6ABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ABAF on black background.


Color preview on white background

This text has color #C6ABAF on white background.



Black color preview on #C6ABAF background

This text has black color on #C6ABAF background.


White color preview on #C6ABAF background

This text has white color on #C6ABAF background.