COLOR #C6AABB

HEX: #C6AABB
RGB: (198,170,187)

Color info

#C6AABB contains red, green and blue colors in about the same proportion. Web safe color of #C6AABB is #CC99CC (or #C9C).

RGB color model

#C6AABB color RGB value is (198,170,187).

  • red value is 198;
  • green value is 170;
  • blue value is 187.
RGB:
(198,170,187)
(78%,67%,73%)

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 187 of 255 = 73%

198
170
187

R + G + B ~ 73%. #C6AABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 170 + 187 = 555 (100%)
R 198 of 555 ~ 35.68%
G 170 of 555 ~ 30.63%
B 187 of 555 ~ 33.69%

%35.68
%30.63
%33.69

CMYK color model

#C6AABB color CMYK value is (0,14,6,22).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 5.56%
  • key color value is 22.35%
CMYK:
(0,14,6,22)
C0M14Y6K22 
(0%,14%,6%,22%)
(0.00/0.14/0.06/0.22)	

CMYK percentages

%0
%14.14
%5.56
%22.35

Codes

Color #C6AABB in popluar color models

C6AABB
RGB198170187
HSL324°19.72%72.16%
HSB/HSV324°14.14%77.65%
CMYK0.00%14.14%5.56%
22.35%

Color #C6AABB in popluar number systems.

HEXC6AABB
Decimal198170187
Binary110001101010101010111011
Octal306252273

Shades and tints

Shades of #C6AABB

#C6AABB
(198,170,187)
#B49BAA
(180,155,170)
#A28C99
(162,140,153)
#907D88
(144,125,136)
#7E6E77
(126,110,119)
#6C5F66
(108,95,102)
#5A5055
(90,80,85)
#484144
(72,65,68)
#363233
(54,50,51)
#242322
(36,35,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #C6AABB

#C6AABB
(198,170,187)
#CBB1C1
(203,177,193)
#D0B8C7
(208,184,199)
#D5BFCD
(213,191,205)
#DAC6D3
(218,198,211)
#DFCDD9
(223,205,217)
#E4D4DF
(228,212,223)
#E9DBE5
(233,219,229)
#EEE2EB
(238,226,235)
#F3E9F1
(243,233,241)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AABB color. Also use rgb(198,170,187) instead hex code.

Text Font Color

.myTextColor { color: #C6AABB; }

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

This text font color is #C6AABB.


Background Color

.myBgColor { background-color: #C6AABB; }

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

This div background color is #C6AABB.


Border color

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

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

This div border color is #C6AABB.


Opacity

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

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

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

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

This text has shadow with #C6AABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AABB on black background.


Color preview on white background

This text has color #C6AABB on white background.



Black color preview on #C6AABB background

This text has black color on #C6AABB background.


White color preview on #C6AABB background

This text has white color on #C6AABB background.