Color Hex Logo

#dbe7cb Color Hex

#DBE7CB
(219,231,203)
0 Favorites   0 Comments

Color spaces of #dbe7cb

RGB 219231203
HSL0.240.370.85
HSV86°12°91°
CMYK 0.050.000.12   0.09
XYZ68.568876.523767.6565
Yxy76.52370.32230.3597
Hunter Lab87.4778-13.170415.3788
CIE-Lab90.1019-8.901112.2686

#dbe7cb color RGB value is (219,231,203).

#dbe7cb hex color red value is 219, green value is 231 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbe7cb hue: 0.24 , saturation: 0.37 and the lightness value of dbe7cb is 0.85.

The process color (four color CMYK) of #dbe7cb color hex is 0.05, 0.00, 0.12, 0.09. Web safe color of #dbe7cb is #ccffcc. Color #dbe7cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 11001011
Octal 333 347 313
Decimal 219 231 203
Hex DB E7 CB

RGB Percentages of Color #dbe7cb

%33.54
%35.38
%31.09

CMYK Percentages of Color #dbe7cb

%5
%0
%12
%9

Triadic Colors of #dbe7cb

#dbe7cb #cbdbe7 #e7cbdb

Analogous Colors of #dbe7cb

#dbe7cb #cde7cb #e7e5cb

Monochromatic Colors of #dbe7cb

#dbe7cb

Complementary Color

#dbe7cb #d7cbe7

#dbe7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe7cb Color CSS Codes

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

#dbe7cb Text Font Color

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

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


#dbe7cb Background Color

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

This div background color is #dbe7cb


#dbe7cb Border Color

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

This div border color is #dbe7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe7cb


Comments

No comments written yet.

Please login to write comment.