Color Hex Logo

#b7cbd6 Color Hex

#B7CBD6
(183,203,214)
0 Favorites   0 Comments

Color spaces of #b7cbd6

RGB 183203214
HSL0.560.270.78
HSV201°14°84°
CMYK 0.140.050.00   0.16
XYZ53.022057.634271.9483
Yxy57.63420.29040.3156
Hunter Lab75.9172-8.1873-3.0483
CIE-Lab80.5350-4.4986-7.7612

#b7cbd6 color RGB value is (183,203,214).

#b7cbd6 hex color red value is 183, green value is 203 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #b7cbd6 hue: 0.56 , saturation: 0.27 and the lightness value of b7cbd6 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001011 11010110
Octal 267 313 326
Decimal 183 203 214
Hex B7 CB D6

RGB Percentages of Color #b7cbd6

%30.50
%33.83
%35.67

CMYK Percentages of Color #b7cbd6

%14
%5
%0
%16

Triadic Colors of #b7cbd6

#b7cbd6 #d6b7cb #cbd6b7

Analogous Colors of #b7cbd6

#b7cbd6 #b7bcd6 #b7d6d2

Monochromatic Colors of #b7cbd6

#b7cbd6

Complementary Color

#b7cbd6 #d6c2b7

#b7cbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cbd6 Color CSS Codes

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

#b7cbd6 Text Font Color

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

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


#b7cbd6 Background Color

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

This div background color is #b7cbd6


#b7cbd6 Border Color

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

This div border color is #b7cbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cbd6


Comments

No comments written yet.

Please login to write comment.