COLOR #C7ACBF

HEX: #C7ACBF
RGB: (199,172,191)

Color info

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

RGB color model

#C7ACBF color RGB value is (199,172,191).

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

RGB channels and saturation

R 199 of 255 = 78%
G 172 of 255 = 67%
B 191 of 255 = 75%

199
172
191

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

Portions of RGB colors in percentages

R + G + B =
199 + 172 + 191 = 562 (100%)
R 199 of 562 ~ 35.41%
G 172 of 562 ~ 30.6%
B 191 of 562 ~ 33.99%

%35.41
%30.6
%33.99

CMYK color model

#C7ACBF color CMYK value is (0,14,4,22).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 4.02%
  • key color value is 21.96%
CMYK:
(0,14,4,22)
C0M14Y4K22 
(0%,14%,4%,22%)
(0.00/0.14/0.04/0.22)	

CMYK percentages

%0
%13.57
%4.02
%21.96

Codes

Color #C7ACBF in popluar color models

C7ACBF
RGB199172191
HSL318°19.42%72.75%
HSB/HSV318°13.57%78.04%
CMYK0.00%13.57%4.02%
21.96%

Color #C7ACBF in popluar number systems.

HEXC7ACBF
Decimal199172191
Binary110001111010110010111111
Octal307254277

Shades and tints

Shades of #C7ACBF

#C7ACBF
(199,172,191)
#B59DAE
(181,157,174)
#A38E9D
(163,142,157)
#917F8C
(145,127,140)
#7F707B
(127,112,123)
#6D616A
(109,97,106)
#5B5259
(91,82,89)
#494348
(73,67,72)
#373437
(55,52,55)
#252526
(37,37,38)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #C7ACBF

#C7ACBF
(199,172,191)
#CCB3C4
(204,179,196)
#D1BAC9
(209,186,201)
#D6C1CE
(214,193,206)
#DBC8D3
(219,200,211)
#E0CFD8
(224,207,216)
#E5D6DD
(229,214,221)
#EADDE2
(234,221,226)
#EFE4E7
(239,228,231)
#F4EBEC
(244,235,236)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ACBF; }

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

This text font color is #C7ACBF.


Background Color

.myBgColor { background-color: #C7ACBF; }

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

This div background color is #C7ACBF.


Border color

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

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

This div border color is #C7ACBF.


Opacity

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

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

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

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

This text has shadow with #C7ACBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ACBF on black background.


Color preview on white background

This text has color #C7ACBF on white background.



Black color preview on #C7ACBF background

This text has black color on #C7ACBF background.


White color preview on #C7ACBF background

This text has white color on #C7ACBF background.