Color Hex Logo

#b7cbdb Color Hex

#B7CBDB
(183,203,219)
0 Favorites   0 Comments

Color spaces of #b7cbdb

RGB 183203219
HSL0.570.330.79
HSV207°16°86°
CMYK 0.160.070.00   0.14
XYZ53.670657.893675.3637
Yxy57.89360.28710.3097
Hunter Lab76.0878-7.2440-5.4642
CIE-Lab80.6796-3.4504-10.2258

#b7cbdb color RGB value is (183,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001011 11011011
Octal 267 313 333
Decimal 183 203 219
Hex B7 CB DB

RGB Percentages of Color #b7cbdb

%30.25
%33.55
%36.20

CMYK Percentages of Color #b7cbdb

%16
%7
%0
%14

Triadic Colors of #b7cbdb

#b7cbdb #dbb7cb #cbdbb7

Analogous Colors of #b7cbdb

#b7cbdb #b7b9db #b7dbd9

Monochromatic Colors of #b7cbdb

#b7cbdb

Complementary Color

#b7cbdb #dbc7b7

#b7cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cbdb Color CSS Codes

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

#b7cbdb Text Font Color

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

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


#b7cbdb Background Color

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

This div background color is #b7cbdb


#b7cbdb Border Color

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

This div border color is #b7cbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,203,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 #b7cbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cbdb


Comments

No comments written yet.

Please login to write comment.