Color Hex Logo

#b7cfb9 Color Hex

#B7CFB9
(183,207,185)
1 Favorites   0 Comments

Color spaces of #b7cfb9

RGB 183207185
HSL0.350.200.76
HSV125°12°81°
CMYK 0.120.000.11   0.19
XYZ50.598258.195754.4650
Yxy58.19570.30990.3565
Hunter Lab76.2861-15.107211.0698
CIE-Lab80.8475-12.21548.2155

#b7cfb9 color RGB value is (183,207,185).

#b7cfb9 hex color red value is 183, green value is 207 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #b7cfb9 hue: 0.35 , saturation: 0.20 and the lightness value of b7cfb9 is 0.76.

The process color (four color CMYK) of #b7cfb9 color hex is 0.12, 0.00, 0.11, 0.19. Web safe color of #b7cfb9 is #cccccc. Color #b7cfb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001111 10111001
Octal 267 317 271
Decimal 183 207 185
Hex B7 CF B9

RGB Percentages of Color #b7cfb9

%31.83
%36.00
%32.17

CMYK Percentages of Color #b7cfb9

%12
%0
%11
%19

Triadic Colors of #b7cfb9

#b7cfb9 #b9b7cf #cfb9b7

Analogous Colors of #b7cfb9

#b7cfb9 #b7cfc5 #c1cfb7

Monochromatic Colors of #b7cfb9

#b7cfb9

Complementary Color

#b7cfb9 #cfb7cd

#b7cfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cfb9 Color CSS Codes

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

#b7cfb9 Text Font Color

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

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


#b7cfb9 Background Color

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

This div background color is #b7cfb9


#b7cfb9 Border Color

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

This div border color is #b7cfb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cfb9


Comments

No comments written yet.

Please login to write comment.