Color Hex Logo

#c7bebe Color Hex

#C7BEBE
(199,190,190)
1 Favorites   0 Comments

Color spaces of #c7bebe

RGB 199190190
HSL0.000.070.76
HSV78°
CMYK 0.000.050.05   0.22
XYZ51.260952.686756.1830
Yxy52.68670.32010.3290
Hunter Lab72.5856-0.96584.9180
CIE-Lab77.68973.15731.1189

#c7bebe color RGB value is (199,190,190).

#c7bebe hex color red value is 199, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c7bebe hue: 0.00 , saturation: 0.07 and the lightness value of c7bebe is 0.76.

The process color (four color CMYK) of #c7bebe color hex is 0.00, 0.05, 0.05, 0.22. Web safe color of #c7bebe is #cccccc. Color #c7bebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111110 10111110
Octal 307 276 276
Decimal 199 190 190
Hex C7 BE BE

RGB Percentages of Color #c7bebe

%34.37
%32.82
%32.82

CMYK Percentages of Color #c7bebe

%0
%5
%5
%22

Triadic Colors of #c7bebe

#c7bebe #bec7be #bebec7

Analogous Colors of #c7bebe

#c7bebe #c7c3be #c7bec3

Monochromatic Colors of #c7bebe

#c7bebe

Complementary Color

#c7bebe #bec7c7

#c7bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bebe Color CSS Codes

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

#c7bebe Text Font Color

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

This sample text font color is #c7bebe
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.


#c7bebe Background Color

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

This div background color is #c7bebe


#c7bebe Border Color

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

This div border color is #c7bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c7bebe;
  -webkit-box-shadow: 1px 1px 3px 2px #c7bebe;
  box-shadow:         1px 1px 3px 2px #c7bebe;">
Div content here</div>

This div box has shadow with color #c7bebe


Comments

No comments written yet.

Please login to write comment.