Color Hex Logo

#e6d7bf Color Hex

#E6D7BF
(230,215,191)
0 Favorites   0 Comments

Color spaces of #e6d7bf

RGB 230215191
HSL0.100.440.83
HSV37°17°90°
CMYK 0.000.070.17   0.10
XYZ66.337569.185559.1480
Yxy69.18550.34080.3554
Hunter Lab83.1778-3.200616.0632
CIE-Lab86.59581.293613.7007

#e6d7bf color RGB value is (230,215,191).

#e6d7bf hex color red value is 230, green value is 215 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e6d7bf hue: 0.10 , saturation: 0.44 and the lightness value of e6d7bf is 0.83.

The process color (four color CMYK) of #e6d7bf color hex is 0.00, 0.07, 0.17, 0.10. Web safe color of #e6d7bf is #ffcccc. Color #e6d7bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11010111 10111111
Octal 346 327 277
Decimal 230 215 191
Hex E6 D7 BF

RGB Percentages of Color #e6d7bf

%36.16
%33.81
%30.03

CMYK Percentages of Color #e6d7bf

%0
%7
%17
%10

Triadic Colors of #e6d7bf

#e6d7bf #bfe6d7 #d7bfe6

Analogous Colors of #e6d7bf

#e6d7bf #e2e6bf #e6c4bf

Monochromatic Colors of #e6d7bf

#e6d7bf

Complementary Color

#e6d7bf #bfcee6

#e6d7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6d7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6d7bf Color CSS Codes

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

#e6d7bf Text Font Color

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

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


#e6d7bf Background Color

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

This div background color is #e6d7bf


#e6d7bf Border Color

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

This div border color is #e6d7bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,215,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 #e6d7bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6d7bf


Comments

No comments written yet.

Please login to write comment.