Color Hex Logo

#b6dbd7 Color Hex

#B6DBD7
(182,219,215)
0 Favorites   0 Comments

Color spaces of #b6dbd7

RGB 182219215
HSL0.480.340.79
HSV174°17°86°
CMYK 0.170.000.02   0.14
XYZ56.888765.514473.9372
Yxy65.51440.28970.3337
Hunter Lab80.9410-16.18942.4990
CIE-Lab84.7481-12.8869-2.0878

#b6dbd7 color RGB value is (182,219,215).

#b6dbd7 hex color red value is 182, green value is 219 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #b6dbd7 hue: 0.48 , saturation: 0.34 and the lightness value of b6dbd7 is 0.79.

The process color (four color CMYK) of #b6dbd7 color hex is 0.17, 0.00, 0.02, 0.14. Web safe color of #b6dbd7 is #cccccc. Color #b6dbd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011011 11010111
Octal 266 333 327
Decimal 182 219 215
Hex B6 DB D7

RGB Percentages of Color #b6dbd7

%29.55
%35.55
%34.90

CMYK Percentages of Color #b6dbd7

%17
%0
%2
%14

Triadic Colors of #b6dbd7

#b6dbd7 #d7b6db #dbd7b6

Analogous Colors of #b6dbd7

#b6dbd7 #b6cddb #b6dbc5

Monochromatic Colors of #b6dbd7

#b6dbd7

Complementary Color

#b6dbd7 #dbb6ba

#b6dbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dbd7 Color CSS Codes

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

#b6dbd7 Text Font Color

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

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


#b6dbd7 Background Color

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

This div background color is #b6dbd7


#b6dbd7 Border Color

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

This div border color is #b6dbd7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,219,215, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6dbd7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6dbd7;
  -webkit-box-shadow: 1px 1px 3px 2px #b6dbd7;
  box-shadow:         1px 1px 3px 2px #b6dbd7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,219,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dbd7


Comments

No comments written yet.

Please login to write comment.