Color Hex Logo

#b9d7db Color Hex

#B9D7DB
(185,215,219)
0 Favorites   0 Comments

Color spaces of #b9d7db

RGB 185215219
HSL0.520.320.79
HSV187°16°86°
CMYK 0.160.020.00   0.14
XYZ57.094264.029676.3676
Yxy64.02960.28910.3242
Hunter Lab80.0185-12.6704-0.5719
CIE-Lab83.9812-9.0744-5.3155

#b9d7db color RGB value is (185,215,219).

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

The process color (four color CMYK) of #b9d7db color hex is 0.16, 0.02, 0.00, 0.14. Web safe color of #b9d7db is #cccccc. Color #b9d7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11010111 11011011
Octal 271 327 333
Decimal 185 215 219
Hex B9 D7 DB

RGB Percentages of Color #b9d7db

%29.89
%34.73
%35.38

CMYK Percentages of Color #b9d7db

%16
%2
%0
%14

Triadic Colors of #b9d7db

#b9d7db #dbb9d7 #d7dbb9

Analogous Colors of #b9d7db

#b9d7db #b9c6db #b9dbce

Monochromatic Colors of #b9d7db

#b9d7db

Complementary Color

#b9d7db #dbbdb9

#b9d7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9d7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9d7db Color CSS Codes

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

#b9d7db Text Font Color

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

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


#b9d7db Background Color

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

This div background color is #b9d7db


#b9d7db Border Color

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

This div border color is #b9d7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9d7db


Comments

No comments written yet.

Please login to write comment.