Color Hex Logo

#b6cbd5 Color Hex

#B6CBD5
(182,203,213)
0 Favorites   0 Comments

Color spaces of #b6cbd5

RGB 182203213
HSL0.550.270.77
HSV199°15°84°
CMYK 0.150.050.00   0.16
XYZ52.657657.461171.2665
Yxy57.46110.29030.3168
Hunter Lab75.8031-8.6581-2.6795
CIE-Lab80.4382-5.0267-7.3760

#b6cbd5 color RGB value is (182,203,213).

#b6cbd5 hex color red value is 182, green value is 203 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #b6cbd5 hue: 0.55 , saturation: 0.27 and the lightness value of b6cbd5 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001011 11010101
Octal 266 313 325
Decimal 182 203 213
Hex B6 CB D5

RGB Percentages of Color #b6cbd5

%30.43
%33.95
%35.62

CMYK Percentages of Color #b6cbd5

%15
%5
%0
%16

Triadic Colors of #b6cbd5

#b6cbd5 #d5b6cb #cbd5b6

Analogous Colors of #b6cbd5

#b6cbd5 #b6bcd5 #b6d5d0

Monochromatic Colors of #b6cbd5

#b6cbd5

Complementary Color

#b6cbd5 #d5c0b6

#b6cbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cbd5 Color CSS Codes

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

#b6cbd5 Text Font Color

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

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


#b6cbd5 Background Color

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

This div background color is #b6cbd5


#b6cbd5 Border Color

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

This div border color is #b6cbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cbd5


Comments

No comments written yet.

Please login to write comment.