Color Hex Logo

#c7dbaf Color Hex

#C7DBAF
(199,219,175)
0 Favorites   0 Comments

Color spaces of #c7dbaf

RGB 199219175
HSL0.240.380.77
HSV87°20°86°
CMYK 0.090.000.20   0.14
XYZ56.622665.900350.2931
Yxy65.90030.32760.3813
Hunter Lab81.1790-17.559020.0932
CIE-Lab84.9455-14.395919.4429

#c7dbaf color RGB value is (199,219,175).

#c7dbaf hex color red value is 199, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c7dbaf hue: 0.24 , saturation: 0.38 and the lightness value of c7dbaf is 0.77.

The process color (four color CMYK) of #c7dbaf color hex is 0.09, 0.00, 0.20, 0.14. Web safe color of #c7dbaf is #cccc99. Color #c7dbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011011 10101111
Octal 307 333 257
Decimal 199 219 175
Hex C7 DB AF

RGB Percentages of Color #c7dbaf

%33.56
%36.93
%29.51

CMYK Percentages of Color #c7dbaf

%9
%0
%20
%14

Triadic Colors of #c7dbaf

#c7dbaf #afc7db #dbafc7

Analogous Colors of #c7dbaf

#c7dbaf #b1dbaf #dbd9af

Monochromatic Colors of #c7dbaf

#c7dbaf

Complementary Color

#c7dbaf #c3afdb

#c7dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dbaf Color CSS Codes

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

#c7dbaf Text Font Color

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

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


#c7dbaf Background Color

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

This div background color is #c7dbaf


#c7dbaf Border Color

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

This div border color is #c7dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dbaf


Comments

No comments written yet.

Please login to write comment.