Color Hex Logo

#d9bbbe Color Hex

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

Color spaces of #d9bbbe

RGB 217187190
HSL0.980.280.79
HSV354°14°85°
CMYK 0.000.140.12   0.15
XYZ55.679954.010156.2055
Yxy54.01010.33560.3256
Hunter Lab73.49166.62796.0998
CIE-Lab78.467611.17832.4388

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

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

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

Base Numbers

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

RGB Percentages of Color #d9bbbe

%36.53
%31.48
%31.99

CMYK Percentages of Color #d9bbbe

%0
%14
%12
%15

Triadic Colors of #d9bbbe

#d9bbbe #bed9bb #bbbed9

Analogous Colors of #d9bbbe

#d9bbbe #d9c7bb #d9bbcd

Monochromatic Colors of #d9bbbe

#d9bbbe

Complementary Color

#d9bbbe #bbd9d6

#d9bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bbbe Color CSS Codes

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

#d9bbbe Text Font Color

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

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


#d9bbbe Background Color

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

This div background color is #d9bbbe


#d9bbbe Border Color

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

This div border color is #d9bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bbbe


Comments

No comments written yet.

Please login to write comment.