COLOR #C6AEB1

HEX: #C6AEB1
RGB: (198,174,177)

Color info

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

RGB color model

#C6AEB1 color RGB value is (198,174,177).

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

RGB channels and saturation

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

198
174
177

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

Portions of RGB colors in percentages

R + G + B =
198 + 174 + 177 = 549 (100%)
R 198 of 549 ~ 36.07%
G 174 of 549 ~ 31.69%
B 177 of 549 ~ 32.24%

%36.07
%31.69
%32.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 10.61%
  • key color value is 22.35%
CMYK:
(0,12,11,22)
C0M12Y11K22 
(0%,12%,11%,22%)
(0.00/0.12/0.11/0.22)	

CMYK percentages

%0
%12.12
%10.61
%22.35

Codes

Color #C6AEB1 in popluar color models

C6AEB1
RGB198174177
HSL353°17.39%72.94%
HSB/HSV353°12.12%77.65%
CMYK0.00%12.12%10.61%
22.35%

Color #C6AEB1 in popluar number systems.

HEXC6AEB1
Decimal198174177
Binary110001101010111010110001
Octal306256261

Shades and tints

Shades of #C6AEB1

#C6AEB1
(198,174,177)
#B49FA1
(180,159,161)
#A29091
(162,144,145)
#908181
(144,129,129)
#7E7271
(126,114,113)
#6C6361
(108,99,97)
#5A5451
(90,84,81)
#484541
(72,69,65)
#363631
(54,54,49)
#242721
(36,39,33)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #C6AEB1

#C6AEB1
(198,174,177)
#CBB5B8
(203,181,184)
#D0BCBF
(208,188,191)
#D5C3C6
(213,195,198)
#DACACD
(218,202,205)
#DFD1D4
(223,209,212)
#E4D8DB
(228,216,219)
#E9DFE2
(233,223,226)
#EEE6E9
(238,230,233)
#F3EDF0
(243,237,240)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AEB1; }

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

This text font color is #C6AEB1.


Background Color

.myBgColor { background-color: #C6AEB1; }

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

This div background color is #C6AEB1.


Border color

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

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

This div border color is #C6AEB1.


Opacity

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

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

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

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

This text has shadow with #C6AEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AEB1 on black background.


Color preview on white background

This text has color #C6AEB1 on white background.



Black color preview on #C6AEB1 background

This text has black color on #C6AEB1 background.


White color preview on #C6AEB1 background

This text has white color on #C6AEB1 background.