COLOR #C6AEAF

HEX: #C6AEAF
RGB: (198,174,175)

Color info

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

RGB color model

#C6AEAF color RGB value is (198,174,175).

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

RGB channels and saturation

R 198 of 255 = 78%
G 174 of 255 = 68%
B 175 of 255 = 69%

198
174
175

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

Portions of RGB colors in percentages

R + G + B =
198 + 174 + 175 = 547 (100%)
R 198 of 547 ~ 36.2%
G 174 of 547 ~ 31.81%
B 175 of 547 ~ 31.99%

%36.2
%31.81
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK:
(0,12,12,22)
C0M12Y12K22 
(0%,12%,12%,22%)
(0.00/0.12/0.12/0.22)	

CMYK percentages

%0
%12.12
%11.62
%22.35

Codes

Color #C6AEAF in popluar color models

C6AEAF
RGB198174175
HSL358°17.39%72.94%
HSB/HSV358°12.12%77.65%
CMYK0.00%12.12%11.62%
22.35%

Color #C6AEAF in popluar number systems.

HEXC6AEAF
Decimal198174175
Binary110001101010111010101111
Octal306256257

Shades and tints

Shades of #C6AEAF

#C6AEAF
(198,174,175)
#B49FA0
(180,159,160)
#A29091
(162,144,145)
#908182
(144,129,130)
#7E7273
(126,114,115)
#6C6364
(108,99,100)
#5A5455
(90,84,85)
#484546
(72,69,70)
#363637
(54,54,55)
#242728
(36,39,40)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6AEAF

#C6AEAF
(198,174,175)
#CBB5B6
(203,181,182)
#D0BCBD
(208,188,189)
#D5C3C4
(213,195,196)
#DACACB
(218,202,203)
#DFD1D2
(223,209,210)
#E4D8D9
(228,216,217)
#E9DFE0
(233,223,224)
#EEE6E7
(238,230,231)
#F3EDEE
(243,237,238)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AEAF; }

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

This text font color is #C6AEAF.


Background Color

.myBgColor { background-color: #C6AEAF; }

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

This div background color is #C6AEAF.


Border color

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

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

This div border color is #C6AEAF.


Opacity

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

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

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

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

This text has shadow with #C6AEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AEAF on black background.


Color preview on white background

This text has color #C6AEAF on white background.



Black color preview on #C6AEAF background

This text has black color on #C6AEAF background.


White color preview on #C6AEAF background

This text has white color on #C6AEAF background.