Color Hex Logo

#d7e6ce Color Hex

#D7E6CE
(215,230,206)
0 Favorites   0 Comments

Color spaces of #d7e6ce

RGB 215230206
HSL0.270.320.85
HSV98°10°90°
CMYK 0.070.000.10   0.10
XYZ67.461775.496969.4093
Yxy75.49690.31770.3555
Hunter Lab86.8890-13.466013.4598
CIE-Lab89.6252-9.27299.9854

#d7e6ce color RGB value is (215,230,206).

#d7e6ce hex color red value is 215, green value is 230 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d7e6ce hue: 0.27 , saturation: 0.32 and the lightness value of d7e6ce is 0.85.

The process color (four color CMYK) of #d7e6ce color hex is 0.07, 0.00, 0.10, 0.10. Web safe color of #d7e6ce is #ccffcc. Color #d7e6ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11100110 11001110
Octal 327 346 316
Decimal 215 230 206
Hex D7 E6 CE

RGB Percentages of Color #d7e6ce

%33.03
%35.33
%31.64

CMYK Percentages of Color #d7e6ce

%7
%0
%10
%10

Triadic Colors of #d7e6ce

#d7e6ce #ced7e6 #e6ced7

Analogous Colors of #d7e6ce

#d7e6ce #cee6d1 #e3e6ce

Monochromatic Colors of #d7e6ce

#d7e6ce

Complementary Color

#d7e6ce #ddcee6

#d7e6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7e6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7e6ce Color CSS Codes

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

#d7e6ce Text Font Color

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

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


#d7e6ce Background Color

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

This div background color is #d7e6ce


#d7e6ce Border Color

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

This div border color is #d7e6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7e6ce


Comments

No comments written yet.

Please login to write comment.