COLOR #C7AABB

HEX: #C7AABB
RGB: (199,170,187)

Color info

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

RGB color model

#C7AABB color RGB value is (199,170,187).

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

RGB channels and saturation

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

199
170
187

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

Portions of RGB colors in percentages

R + G + B =
199 + 170 + 187 = 556 (100%)
R 199 of 556 ~ 35.79%
G 170 of 556 ~ 30.58%
B 187 of 556 ~ 33.63%

%35.79
%30.58
%33.63

CMYK color model

#C7AABB color CMYK value is (0,15,6,22).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 6.03%
  • key color value is 21.96%
CMYK:
(0,15,6,22)
C0M15Y6K22 
(0%,15%,6%,22%)
(0.00/0.15/0.06/0.22)	

CMYK percentages

%0
%14.57
%6.03
%21.96

Codes

Color #C7AABB in popluar color models

C7AABB
RGB199170187
HSL325°20.57%72.35%
HSB/HSV325°14.57%78.04%
CMYK0.00%14.57%6.03%
21.96%

Color #C7AABB in popluar number systems.

HEXC7AABB
Decimal199170187
Binary110001111010101010111011
Octal307252273

Shades and tints

Shades of #C7AABB

#C7AABB
(199,170,187)
#B59BAA
(181,155,170)
#A38C99
(163,140,153)
#917D88
(145,125,136)
#7F6E77
(127,110,119)
#6D5F66
(109,95,102)
#5B5055
(91,80,85)
#494144
(73,65,68)
#373233
(55,50,51)
#252322
(37,35,34)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #C7AABB

#C7AABB
(199,170,187)
#CCB1C1
(204,177,193)
#D1B8C7
(209,184,199)
#D6BFCD
(214,191,205)
#DBC6D3
(219,198,211)
#E0CDD9
(224,205,217)
#E5D4DF
(229,212,223)
#EADBE5
(234,219,229)
#EFE2EB
(239,226,235)
#F4E9F1
(244,233,241)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AABB; }

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

This text font color is #C7AABB.


Background Color

.myBgColor { background-color: #C7AABB; }

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

This div background color is #C7AABB.


Border color

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

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

This div border color is #C7AABB.


Opacity

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

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

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

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

This text has shadow with #C7AABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AABB on black background.


Color preview on white background

This text has color #C7AABB on white background.



Black color preview on #C7AABB background

This text has black color on #C7AABB background.


White color preview on #C7AABB background

This text has white color on #C7AABB background.