COLOR #C7A9BF

HEX: #C7A9BF
RGB: (199,169,191)

Color info

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

RGB color model

#C7A9BF color RGB value is (199,169,191).

  • red value is 199;
  • green value is 169;
  • blue value is 191.
RGB:
(199,169,191)
(78%,66%,75%)

RGB channels and saturation

R 199 of 255 = 78%
G 169 of 255 = 66%
B 191 of 255 = 75%

199
169
191

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

Portions of RGB colors in percentages

R + G + B =
199 + 169 + 191 = 559 (100%)
R 199 of 559 ~ 35.6%
G 169 of 559 ~ 30.23%
B 191 of 559 ~ 34.17%

%35.6
%30.23
%34.17

CMYK color model

#C7A9BF color CMYK value is (0,15,4,22).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 4.02%
  • key color value is 21.96%
CMYK:
(0,15,4,22)
C0M15Y4K22 
(0%,15%,4%,22%)
(0.00/0.15/0.04/0.22)	

CMYK percentages

%0
%15.08
%4.02
%21.96

Codes

Color #C7A9BF in popluar color models

C7A9BF
RGB199169191
HSL316°21.13%72.16%
HSB/HSV316°15.08%78.04%
CMYK0.00%15.08%4.02%
21.96%

Color #C7A9BF in popluar number systems.

HEXC7A9BF
Decimal199169191
Binary110001111010100110111111
Octal307251277

Shades and tints

Shades of #C7A9BF

#C7A9BF
(199,169,191)
#B59AAE
(181,154,174)
#A38B9D
(163,139,157)
#917C8C
(145,124,140)
#7F6D7B
(127,109,123)
#6D5E6A
(109,94,106)
#5B4F59
(91,79,89)
#494048
(73,64,72)
#373137
(55,49,55)
#252226
(37,34,38)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #C7A9BF

#C7A9BF
(199,169,191)
#CCB0C4
(204,176,196)
#D1B7C9
(209,183,201)
#D6BECE
(214,190,206)
#DBC5D3
(219,197,211)
#E0CCD8
(224,204,216)
#E5D3DD
(229,211,221)
#EADAE2
(234,218,226)
#EFE1E7
(239,225,231)
#F4E8EC
(244,232,236)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A9BF color. Also use rgb(199,169,191) instead hex code.

Text Font Color

.myTextColor { color: #C7A9BF; }

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

This text font color is #C7A9BF.


Background Color

.myBgColor { background-color: #C7A9BF; }

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

This div background color is #C7A9BF.


Border color

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

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

This div border color is #C7A9BF.


Opacity

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

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

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

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

This text has shadow with #C7A9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A9BF on black background.


Color preview on white background

This text has color #C7A9BF on white background.



Black color preview on #C7A9BF background

This text has black color on #C7A9BF background.


White color preview on #C7A9BF background

This text has white color on #C7A9BF background.