Color Hex Logo

#b7ccba Color Hex

#B7CCBA
(183,204,186)
0 Favorites   0 Comments

Color spaces of #b7ccba

RGB 183204186
HSL0.360.170.76
HSV129°10°80°
CMYK 0.100.000.09   0.20
XYZ49.984256.798254.7831
Yxy56.79820.30940.3515
Hunter Lab75.3646-13.50119.6568
CIE-Lab80.0660-10.49266.5595

#b7ccba color RGB value is (183,204,186).

#b7ccba hex color red value is 183, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b7ccba hue: 0.36 , saturation: 0.17 and the lightness value of b7ccba is 0.76.

The process color (four color CMYK) of #b7ccba color hex is 0.10, 0.00, 0.09, 0.20. Web safe color of #b7ccba is #cccccc. Color #b7ccba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001100 10111010
Octal 267 314 272
Decimal 183 204 186
Hex B7 CC BA

RGB Percentages of Color #b7ccba

%31.94
%35.60
%32.46

CMYK Percentages of Color #b7ccba

%10
%0
%9
%20

Triadic Colors of #b7ccba

#b7ccba #bab7cc #ccbab7

Analogous Colors of #b7ccba

#b7ccba #b7ccc5 #bfccb7

Monochromatic Colors of #b7ccba

#b7ccba

Complementary Color

#b7ccba #ccb7c9

#b7ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ccba Color CSS Codes

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

#b7ccba Text Font Color

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

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


#b7ccba Background Color

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

This div background color is #b7ccba


#b7ccba Border Color

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

This div border color is #b7ccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ccba


Comments

No comments written yet.

Please login to write comment.