COLOR #C7ABB6

HEX: #C7ABB6
RGB: (199,171,182)

Color info

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

RGB color model

#C7ABB6 color RGB value is (199,171,182).

  • red value is 199;
  • green value is 171;
  • blue value is 182.
RGB:
(199,171,182)
(78%,67%,71%)

RGB channels and saturation

R 199 of 255 = 78%
G 171 of 255 = 67%
B 182 of 255 = 71%

199
171
182

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

Portions of RGB colors in percentages

R + G + B =
199 + 171 + 182 = 552 (100%)
R 199 of 552 ~ 36.05%
G 171 of 552 ~ 30.98%
B 182 of 552 ~ 32.97%

%36.05
%30.98
%32.97

CMYK color model

#C7ABB6 color CMYK value is (0,14,9,22).

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 8.54%
  • key color value is 21.96%
CMYK:
(0,14,9,22)
C0M14Y9K22 
(0%,14%,9%,22%)
(0.00/0.14/0.09/0.22)	

CMYK percentages

%0
%14.07
%8.54
%21.96

Codes

Color #C7ABB6 in popluar color models

C7ABB6
RGB199171182
HSL336°20.00%72.55%
HSB/HSV336°14.07%78.04%
CMYK0.00%14.07%8.54%
21.96%

Color #C7ABB6 in popluar number systems.

HEXC7ABB6
Decimal199171182
Binary110001111010101110110110
Octal307253266

Shades and tints

Shades of #C7ABB6

#C7ABB6
(199,171,182)
#B59CA6
(181,156,166)
#A38D96
(163,141,150)
#917E86
(145,126,134)
#7F6F76
(127,111,118)
#6D6066
(109,96,102)
#5B5156
(91,81,86)
#494246
(73,66,70)
#373336
(55,51,54)
#252426
(37,36,38)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #C7ABB6

#C7ABB6
(199,171,182)
#CCB2BC
(204,178,188)
#D1B9C2
(209,185,194)
#D6C0C8
(214,192,200)
#DBC7CE
(219,199,206)
#E0CED4
(224,206,212)
#E5D5DA
(229,213,218)
#EADCE0
(234,220,224)
#EFE3E6
(239,227,230)
#F4EAEC
(244,234,236)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ABB6 color. Also use rgb(199,171,182) instead hex code.

Text Font Color

.myTextColor { color: #C7ABB6; }

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

This text font color is #C7ABB6.


Background Color

.myBgColor { background-color: #C7ABB6; }

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

This div background color is #C7ABB6.


Border color

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

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

This div border color is #C7ABB6.


Opacity

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

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

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

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

This text has shadow with #C7ABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ABB6 on black background.


Color preview on white background

This text has color #C7ABB6 on white background.



Black color preview on #C7ABB6 background

This text has black color on #C7ABB6 background.


White color preview on #C7ABB6 background

This text has white color on #C7ABB6 background.