Color Hex Logo

#d9bebb Color Hex

#D9BEBB
(217,190,187)
0 Favorites   0 Comments

Color spaces of #d9bebb

RGB 217190187
HSL0.020.280.79
HSV14°85°
CMYK 0.000.120.14   0.15
XYZ55.998455.166554.7105
Yxy55.16650.33760.3326
Hunter Lab74.27424.59898.3188
CIE-Lab79.13719.08895.0283

#d9bebb color RGB value is (217,190,187).

#d9bebb hex color red value is 217, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d9bebb hue: 0.02 , saturation: 0.28 and the lightness value of d9bebb is 0.79.

The process color (four color CMYK) of #d9bebb color hex is 0.00, 0.12, 0.14, 0.15. Web safe color of #d9bebb is #cccccc. Color #d9bebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111110 10111011
Octal 331 276 273
Decimal 217 190 187
Hex D9 BE BB

RGB Percentages of Color #d9bebb

%36.53
%31.99
%31.48

CMYK Percentages of Color #d9bebb

%0
%12
%14
%15

Triadic Colors of #d9bebb

#d9bebb #bbd9be #bebbd9

Analogous Colors of #d9bebb

#d9bebb #d9cdbb #d9bbc7

Monochromatic Colors of #d9bebb

#d9bebb

Complementary Color

#d9bebb #bbd6d9

#d9bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bebb Color CSS Codes

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

#d9bebb Text Font Color

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

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


#d9bebb Background Color

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

This div background color is #d9bebb


#d9bebb Border Color

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

This div border color is #d9bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bebb


Comments

No comments written yet.

Please login to write comment.