Color Hex Logo

#d3bbbe Color Hex

#D3BBBE
(211,187,190)
0 Favorites   0 Comments

Color spaces of #d3bbbe

RGB 211187190
HSL0.980.210.78
HSV353°11°83°
CMYK 0.000.110.10   0.17
XYZ53.928653.107256.1236
Yxy53.10720.33050.3255
Hunter Lab72.87474.56265.3508
CIE-Lab77.93829.02691.6041

#d3bbbe color RGB value is (211,187,190).

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

The process color (four color CMYK) of #d3bbbe color hex is 0.00, 0.11, 0.10, 0.17. Web safe color of #d3bbbe is #cccccc. Color #d3bbbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111011 10111110
Octal 323 273 276
Decimal 211 187 190
Hex D3 BB BE

RGB Percentages of Color #d3bbbe

%35.88
%31.80
%32.31

CMYK Percentages of Color #d3bbbe

%0
%11
%10
%17

Triadic Colors of #d3bbbe

#d3bbbe #bed3bb #bbbed3

Analogous Colors of #d3bbbe

#d3bbbe #d3c4bb #d3bbca

Monochromatic Colors of #d3bbbe

#d3bbbe

Complementary Color

#d3bbbe #bbd3d0

#d3bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3bbbe Color CSS Codes

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

#d3bbbe Text Font Color

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

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


#d3bbbe Background Color

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

This div background color is #d3bbbe


#d3bbbe Border Color

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

This div border color is #d3bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3bbbe


Comments

No comments written yet.

Please login to write comment.