Color Hex Logo

#c7acbf Color Hex

#C7ACBF
(199,172,191)
0 Favorites   0 Comments

Color spaces of #c7acbf

RGB 199172191
HSL0.880.190.73
HSV318°14°78°
CMYK 0.000.140.04   0.22
XYZ47.709745.408755.5404
Yxy45.40870.32090.3055
Hunter Lab67.38608.4537-1.6974
CIE-Lab73.160213.0567-6.0766

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

#c7acbf hex color red value is 199, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c7acbf hue: 0.88 , saturation: 0.19 and the lightness value of c7acbf is 0.73.

The process color (four color CMYK) of #c7acbf color hex is 0.00, 0.14, 0.04, 0.22. Web safe color of #c7acbf is #cc99cc. Color #c7acbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101100 10111111
Octal 307 254 277
Decimal 199 172 191
Hex C7 AC BF

RGB Percentages of Color #c7acbf

%35.41
%30.60
%33.99

CMYK Percentages of Color #c7acbf

%0
%14
%4
%22

Triadic Colors of #c7acbf

#c7acbf #bfc7ac #acbfc7

Analogous Colors of #c7acbf

#c7acbf #c7acb2 #c2acc7

Monochromatic Colors of #c7acbf

#c7acbf

Complementary Color

#c7acbf #acc7b4

#c7acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7acbf Color CSS Codes

.mybgcolor {background-color:#c7acbf; } 
.myforecolor {color:#c7acbf; }
.mybordercolor {border:3px solid #c7acbf; }

#c7acbf Text Font Color

<p style="color:#c7acbf">Text here</p>

This sample text font color is #c7acbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c7acbf Background Color

<div style="background-color:#c7acbf">
Div content here</div>

This div background color is #c7acbf


#c7acbf Border Color

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

This div border color is #c7acbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,172,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7acbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7acbf;
  -webkit-box-shadow: 1px 1px 3px 2px #c7acbf;
  box-shadow:         1px 1px 3px 2px #c7acbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,172,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c7acbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.