Color Hex Logo

#d3bebf Color Hex

#D3BEBF
(211,190,191)
0 Favorites   0 Comments

Color spaces of #d3bebf

RGB 211190191
HSL0.990.190.79
HSV357°10°83°
CMYK 0.000.100.09   0.17
XYZ54.681454.437456.9157
Yxy54.43740.32930.3279
Hunter Lab73.78173.17275.9105
CIE-Lab78.71617.59132.1943

#d3bebf color RGB value is (211,190,191).

#d3bebf hex color red value is 211, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d3bebf hue: 0.99 , saturation: 0.19 and the lightness value of d3bebf is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111110 10111111
Octal 323 276 277
Decimal 211 190 191
Hex D3 BE BF

RGB Percentages of Color #d3bebf

%35.64
%32.09
%32.26

CMYK Percentages of Color #d3bebf

%0
%10
%9
%17

Triadic Colors of #d3bebf

#d3bebf #bfd3be #bebfd3

Analogous Colors of #d3bebf

#d3bebf #d3c8be #d3beca

Monochromatic Colors of #d3bebf

#d3bebf

Complementary Color

#d3bebf #bed3d2

#d3bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3bebf Color CSS Codes

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

#d3bebf Text Font Color

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

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


#d3bebf Background Color

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

This div background color is #d3bebf


#d3bebf Border Color

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

This div border color is #d3bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3bebf


Comments

No comments written yet.

Please login to write comment.