Color Hex Logo

#d6b7ba Color Hex

#D6B7BA
(214,183,186)
0 Favorites   0 Comments

Color spaces of #d6b7ba

RGB 214183186
HSL0.980.270.78
HSV354°14°84°
CMYK 0.000.140.13   0.16
XYZ53.528051.708353.6138
Yxy51.70830.33700.3255
Hunter Lab71.90857.03396.1303
CIE-Lab77.106111.58642.5962

#d6b7ba color RGB value is (214,183,186).

#d6b7ba hex color red value is 214, green value is 183 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d6b7ba hue: 0.98 , saturation: 0.27 and the lightness value of d6b7ba is 0.78.

The process color (four color CMYK) of #d6b7ba color hex is 0.00, 0.14, 0.13, 0.16. Web safe color of #d6b7ba is #cccccc. Color #d6b7ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10110111 10111010
Octal 326 267 272
Decimal 214 183 186
Hex D6 B7 BA

RGB Percentages of Color #d6b7ba

%36.71
%31.39
%31.90

CMYK Percentages of Color #d6b7ba

%0
%14
%13
%16

Triadic Colors of #d6b7ba

#d6b7ba #bad6b7 #b7bad6

Analogous Colors of #d6b7ba

#d6b7ba #d6c4b7 #d6b7ca

Monochromatic Colors of #d6b7ba

#d6b7ba

Complementary Color

#d6b7ba #b7d6d3

#d6b7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6b7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6b7ba Color CSS Codes

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

#d6b7ba Text Font Color

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

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


#d6b7ba Background Color

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

This div background color is #d6b7ba


#d6b7ba Border Color

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

This div border color is #d6b7ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,183,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6b7ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6b7ba;
  -webkit-box-shadow: 1px 1px 3px 2px #d6b7ba;
  box-shadow:         1px 1px 3px 2px #d6b7ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,183,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6b7ba


Comments

No comments written yet.

Please login to write comment.