Color Hex Logo

#b7d6dd Color Hex

#B7D6DD
(183,214,221)
3 Favorites   0 Comments

Color spaces of #b7d6dd

RGB 183214221
HSL0.530.360.79
HSV191°17°87°
CMYK 0.170.030.00   0.13
XYZ56.626263.380977.6558
Yxy63.38090.28650.3207
Hunter Lab79.6121-12.3584-2.1046
CIE-Lab83.6424-8.7700-6.8932

#b7d6dd color RGB value is (183,214,221).

#b7d6dd hex color red value is 183, green value is 214 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b7d6dd hue: 0.53 , saturation: 0.36 and the lightness value of b7d6dd is 0.79.

The process color (four color CMYK) of #b7d6dd color hex is 0.17, 0.03, 0.00, 0.13. Web safe color of #b7d6dd is #cccccc. Color #b7d6dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11010110 11011101
Octal 267 326 335
Decimal 183 214 221
Hex B7 D6 DD

RGB Percentages of Color #b7d6dd

%29.61
%34.63
%35.76

CMYK Percentages of Color #b7d6dd

%17
%3
%0
%13

Triadic Colors of #b7d6dd

#b7d6dd #ddb7d6 #d6ddb7

Analogous Colors of #b7d6dd

#b7d6dd #b7c3dd #b7ddd1

Monochromatic Colors of #b7d6dd

#b7d6dd

Complementary Color

#b7d6dd #ddbeb7

#b7d6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7d6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7d6dd Color CSS Codes

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

#b7d6dd Text Font Color

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

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


#b7d6dd Background Color

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

This div background color is #b7d6dd


#b7d6dd Border Color

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

This div border color is #b7d6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7d6dd


Comments

No comments written yet.

Please login to write comment.