Color Hex Logo

#d9bfbe Color Hex

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

Color spaces of #d9bfbe

RGB 217191190
HSL0.010.260.80
HSV12°85°
CMYK 0.000.120.12   0.15
XYZ56.540355.731056.4924
Yxy55.73100.33500.3302
Hunter Lab74.65324.54797.3906
CIE-Lab79.46059.04273.8781

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

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

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

Base Numbers

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

RGB Percentages of Color #d9bfbe

%36.29
%31.94
%31.77

CMYK Percentages of Color #d9bfbe

%0
%12
%12
%15

Triadic Colors of #d9bfbe

#d9bfbe #bed9bf #bfbed9

Analogous Colors of #d9bfbe

#d9bfbe #d9cdbe #d9becb

Monochromatic Colors of #d9bfbe

#d9bfbe

Complementary Color

#d9bfbe #bed8d9

#d9bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bfbe Color CSS Codes

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

#d9bfbe Text Font Color

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

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


#d9bfbe Background Color

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

This div background color is #d9bfbe


#d9bfbe Border Color

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

This div border color is #d9bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bfbe


Comments

No comments written yet.

Please login to write comment.