Color Hex Logo

#b6d3cf Color Hex

#B6D3CF
(182,211,207)
0 Favorites   0 Comments

Color spaces of #b6d3cf

RGB 182211207
HSL0.480.250.77
HSV172°14°83°
CMYK 0.140.000.02   0.17
XYZ53.848261.038667.9750
Yxy61.03860.29450.3338
Hunter Lab78.1272-13.69373.1035
CIE-Lab82.3995-10.4083-1.2789

#b6d3cf color RGB value is (182,211,207).

#b6d3cf hex color red value is 182, green value is 211 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b6d3cf hue: 0.48 , saturation: 0.25 and the lightness value of b6d3cf is 0.77.

The process color (four color CMYK) of #b6d3cf color hex is 0.14, 0.00, 0.02, 0.17. Web safe color of #b6d3cf is #cccccc. Color #b6d3cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11010011 11001111
Octal 266 323 317
Decimal 182 211 207
Hex B6 D3 CF

RGB Percentages of Color #b6d3cf

%30.33
%35.17
%34.50

CMYK Percentages of Color #b6d3cf

%14
%0
%2
%17

Triadic Colors of #b6d3cf

#b6d3cf #cfb6d3 #d3cfb6

Analogous Colors of #b6d3cf

#b6d3cf #b6c9d3 #b6d3c1

Monochromatic Colors of #b6d3cf

#b6d3cf

Complementary Color

#b6d3cf #d3b6ba

#b6d3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d3cf Color CSS Codes

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

#b6d3cf Text Font Color

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

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


#b6d3cf Background Color

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

This div background color is #b6d3cf


#b6d3cf Border Color

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

This div border color is #b6d3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d3cf


Comments

No comments written yet.

Please login to write comment.