Color Hex Logo

#b7dbcd Color Hex

#B7DBCD
(183,219,205)
0 Favorites   0 Comments

Color spaces of #b7dbcd

RGB 183219205
HSL0.440.330.79
HSV157°16°86°
CMYK 0.160.000.06   0.14
XYZ55.879465.138167.3854
Yxy65.13810.29660.3457
Hunter Lab80.7082-17.65246.9929
CIE-Lab84.5548-14.56072.9329

#b7dbcd color RGB value is (183,219,205).

#b7dbcd hex color red value is 183, green value is 219 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b7dbcd hue: 0.44 , saturation: 0.33 and the lightness value of b7dbcd is 0.79.

The process color (four color CMYK) of #b7dbcd color hex is 0.16, 0.00, 0.06, 0.14. Web safe color of #b7dbcd is #cccccc. Color #b7dbcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011011 11001101
Octal 267 333 315
Decimal 183 219 205
Hex B7 DB CD

RGB Percentages of Color #b7dbcd

%30.15
%36.08
%33.77

CMYK Percentages of Color #b7dbcd

%16
%0
%6
%14

Triadic Colors of #b7dbcd

#b7dbcd #cdb7db #dbcdb7

Analogous Colors of #b7dbcd

#b7dbcd #b7d7db #b7dbbb

Monochromatic Colors of #b7dbcd

#b7dbcd

Complementary Color

#b7dbcd #dbb7c5

#b7dbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dbcd Color CSS Codes

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

#b7dbcd Text Font Color

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

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


#b7dbcd Background Color

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

This div background color is #b7dbcd


#b7dbcd Border Color

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

This div border color is #b7dbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dbcd


Comments

No comments written yet.

Please login to write comment.