COLOR #B7FDB0

HEX: #B7FDB0
RGB: (183,253,176)

Color info

#B7FDB0 contains mainly green color. Web safe color of #B7FDB0 is #CCFF99 (or #CF9).

RGB color model

#B7FDB0 color RGB value is (183,253,176).

  • red value is 183;
  • green value is 253;
  • blue value is 176.
RGB:
(183,253,176)
(72%,99%,69%)

RGB channels and saturation

R 183 of 255 = 72%
G 253 of 255 = 99%
B 176 of 255 = 69%

183
253
176

R + G + B ~ 80%. #B7FDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 253 + 176 = 612 (100%)
R 183 of 612 ~ 29.9%
G 253 of 612 ~ 41.34%
B 176 of 612 ~ 28.76%

%29.9
%41.34
%28.76

CMYK color model

#B7FDB0 color CMYK value is (28,0,30,1).

  • cyan value is 27.67%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 0.78%
CMYK:
(28,0,30,1)
C28M0Y30K1 
(28%,0%,30%,1%)
(0.28/0.00/0.30/0.01)	

CMYK percentages

%27.67
%0
%30.43
%0.78

Codes

Color #B7FDB0 in popluar color models

B7FDB0
RGB183253176
HSL115°95.06%84.12%
HSB/HSV115°30.43%99.22%
CMYK27.67%0.00%30.43%
0.78%

Color #B7FDB0 in popluar number systems.

HEXB7FDB0
Decimal183253176
Binary101101111111110110110000
Octal267375260

Shades and tints

Shades of #B7FDB0

#B7FDB0
(183,253,176)
#A7E6A0
(167,230,160)
#97CF90
(151,207,144)
#87B880
(135,184,128)
#77A170
(119,161,112)
#678A60
(103,138,96)
#577350
(87,115,80)
#475C40
(71,92,64)
#374530
(55,69,48)
#272E20
(39,46,32)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #B7FDB0

#B7FDB0
(183,253,176)
#BDFDB7
(189,253,183)
#C3FDBE
(195,253,190)
#C9FDC5
(201,253,197)
#CFFDCC
(207,253,204)
#D5FDD3
(213,253,211)
#DBFDDA
(219,253,218)
#E1FDE1
(225,253,225)
#E7FDE8
(231,253,232)
#EDFDEF
(237,253,239)
#F3FDF6
(243,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7FDB0 color. Also use rgb(183,253,176) instead hex code.

Text Font Color

.myTextColor { color: #B7FDB0; }

<p style="color:#B7FDB0">This sample text font color is #B7FDB0.</p>

This text font color is #B7FDB0.


Background Color

.myBgColor { background-color: #B7FDB0; }

<div style="background-color:#B7FDB0">Inner text</div>

This div background color is #B7FDB0.


Border color

.myBorderColor { border: 1px solid #B7FDB0; }

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

This div border color is #B7FDB0.


Opacity

.myOpacity80 { color: #B7FDB0; opacity: 0.8; }

<p style="color:#B7FDB0;opacity:0.8;">80%</p>

Text with #B7FDB0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B7FDB0;}

<p style="text-shadow: 3px 3px 1px #B7FDB0">Text here.</p>

This text has shadow with #B7FDB0 color.

.textShadow {text-shadow: 3px 3px 1px #B7FDB0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B7FDB0, 5px 5px 20px red">Text here.</p>

This text has shadow with #B7FDB0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B7FDB0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B7FDB0, Direction=45, Strength=4)">Text</p>

This text has shadow with #B7FDB0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B7FDB0;
  -webkit-box-shadow:	1px 1px 3px 2px #B7FDB0;
  box-shadow:		1px 1px 3px 2px #B7FDB0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B7FDB0;
-webkit-box-shadow: 1px 1px 3px 2px #B7FDB0;
box-shadow:1px 1px 3px 2px #B7FDB0;">
Div content here</div>
This div box has shadow with color #B7FDB0.

Preview

Color preview on black background

This text has color #B7FDB0 on black background.


Color preview on white background

This text has color #B7FDB0 on white background.



Black color preview on #B7FDB0 background

This text has black color on #B7FDB0 background.


White color preview on #B7FDB0 background

This text has white color on #B7FDB0 background.