Color Hex Logo

#d9bebc Color Hex

#D9BEBC
(217,190,188)
0 Favorites   0 Comments

Color spaces of #d9bebc

RGB 217190188
HSL0.010.280.79
HSV13°85°
CMYK 0.000.120.13   0.15
XYZ56.105855.209555.2763
Yxy55.20950.33680.3314
Hunter Lab74.30314.75387.9046
CIE-Lab79.16189.25024.5247

#d9bebc color RGB value is (217,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111110 10111100
Octal 331 276 274
Decimal 217 190 188
Hex D9 BE BC

RGB Percentages of Color #d9bebc

%36.47
%31.93
%31.60

CMYK Percentages of Color #d9bebc

%0
%12
%13
%15

Triadic Colors of #d9bebc

#d9bebc #bcd9be #bebcd9

Analogous Colors of #d9bebc

#d9bebc #d9cdbc #d9bcc9

Monochromatic Colors of #d9bebc

#d9bebc

Complementary Color

#d9bebc #bcd7d9

#d9bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bebc Color CSS Codes

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

#d9bebc Text Font Color

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

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


#d9bebc Background Color

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

This div background color is #d9bebc


#d9bebc Border Color

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

This div border color is #d9bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bebc


Comments

No comments written yet.

Please login to write comment.