COLOR #B7F99E

HEX: #B7F99E RGB: (183,249,158)

Color info

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

RGB color model

#B7F99E color RGB value is (183,249,158).

RGB: (183,249,158) (72%, 98%, 62%)

RGB channels and saturation

R 183 of 255 = 72%
G 249 of 255 = 98%
B 158 of 255 = 62%

183
249
158

R + G + B ~ 77%. #B7F99E is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 249 + 158 = 590 (100%)
R 183 of 590 ~ 31.02%
G 249 of 590 ~ 42.2%
B 158 of 590 ~ 26.78'%

%31.02
%42.2
%26.78

CMYK color model

#B7F99E color CMYK value is (27,0,37,2).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 2.35%
CMYK: (27,0,37,2) C27M0Y37K2 (27%,0%,37%,2%) (0.27/0.00/0.37/0.02) 

CMYK percentages

%26.51
%0
%36.55
%2.35

Codes

Color #B7F99E in popluar color models

B7 F9 9E
RGB 183 249 158
HSL 104° 88.35% 79.80%
HSB/HSV 104° 36.55% 97.65%
CMYK 26.51% 0.00% 36.55%
2.35%

Color #B7F99E in popluar number systems.

HEX B7 F9 9E
Decimal 183 249 158
Binary 10110111 11111001 10011110
Octal 267 371 236

Shades and tints

Shades of #B7F99E

#B7F99E
(183,249,158)
#A7E390
(167,227,144)
#97CD82
(151,205,130)
#87B774
(135,183,116)
#77A166
(119,161,102)
#678B58
(103,139,88)
#57754A
(87,117,74)
#475F3C
(71,95,60)
#37492E
(55,73,46)
#273320
(39,51,32)
#171D12
(23,29,18)
#000000
(0,0,0)

Tints of #B7F99E

#B7F99E
(183,249,158)
#BDF9A6
(189,249,166)
#C3F9AE
(195,249,174)
#C9F9B6
(201,249,182)
#CFF9BE
(207,249,190)
#D5F9C6
(213,249,198)
#DBF9CE
(219,249,206)
#E1F9D6
(225,249,214)
#E7F9DE
(231,249,222)
#EDF9E6
(237,249,230)
#F3F9EE
(243,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7F99E color. Also use rgb(183,249,158) instead hex code.

Text Font Color

.myTextColor { color: #B7F99E; }

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

This text font color is #B7F99E.

Background Color

.myBgColor { background-color: #B7F99E; }

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

This div background color is #B7F99E.

Border color

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

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

This div border color is #B7F99E.

Opacity

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

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

Text with #B7F99E 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 #B7F99E;}

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

This text has shadow with #B7F99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7F99E.

Preview

Color preview on black background

This text has color #B7F99E on black background.


Color preview on white background

This text has color #B7F99E on white background.


Black color preview on #B7F99E background

This text has black color on #B7F99E background.


White color preview on #B7F99E background

This text has white color on #B7F99E background.


Related colors

Complementary color

Complementary color for #hex is #480661.


I love getcolorcode.com

Triadic colors

1 #9EB7F9 and #F99EB7 with #B7F99E are triadic colors.

2 #9EF9B7 and #F9B79E with #B7F99E are triadic colors.