Color Hex Logo

#d9bebf Color Hex

#D9BEBF
(217,190,191)
0 Favorites   0 Comments

Color spaces of #d9bebf

RGB 217190191
HSL0.990.260.80
HSV358°12°85°
CMYK 0.000.120.12   0.15
XYZ56.432755.340256.9976
Yxy55.34020.33440.3279
Hunter Lab74.39105.22516.6463
CIE-Lab79.23689.73983.0149

#d9bebf color RGB value is (217,190,191).

#d9bebf hex color red value is 217, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d9bebf hue: 0.99 , saturation: 0.26 and the lightness value of d9bebf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111110 10111111
Octal 331 276 277
Decimal 217 190 191
Hex D9 BE BF

RGB Percentages of Color #d9bebf

%36.29
%31.77
%31.94

CMYK Percentages of Color #d9bebf

%0
%12
%12
%15

Triadic Colors of #d9bebf

#d9bebf #bfd9be #bebfd9

Analogous Colors of #d9bebf

#d9bebf #d9cbbe #d9becd

Monochromatic Colors of #d9bebf

#d9bebf

Complementary Color

#d9bebf #bed9d8

#d9bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bebf Color CSS Codes

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

#d9bebf Text Font Color

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

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


#d9bebf Background Color

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

This div background color is #d9bebf


#d9bebf Border Color

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

This div border color is #d9bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bebf


Comments

No comments written yet.

Please login to write comment.