COLOR #B1F7AE

HEX: #B1F7AE
RGB: (177,247,174)

Color info

#B1F7AE contains mainly green color. Web safe color of #B1F7AE is #99FF99 (or #9F9).

RGB color model

#B1F7AE color RGB value is (177,247,174).

  • red value is 177;
  • green value is 247;
  • blue value is 174.
RGB:
(177,247,174)
(69%,97%,68%)

RGB channels and saturation

R 177 of 255 = 69%
G 247 of 255 = 97%
B 174 of 255 = 68%

177
247
174

R + G + B ~ 78%. #B1F7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 247 + 174 = 598 (100%)
R 177 of 598 ~ 29.6%
G 247 of 598 ~ 41.3%
B 174 of 598 ~ 29.1%

%29.6
%41.3
%29.1

CMYK color model

#B1F7AE color CMYK value is (28,0,30,3).

  • cyan value is 28.34%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 3.14%
CMYK:
(28,0,30,3)
C28M0Y30K3 
(28%,0%,30%,3%)
(0.28/0.00/0.30/0.03)	

CMYK percentages

%28.34
%0
%29.55
%3.14

Codes

Color #B1F7AE in popluar color models

B1F7AE
RGB177247174
HSL118°82.02%82.55%
HSB/HSV118°29.55%96.86%
CMYK28.34%0.00%29.55%
3.14%

Color #B1F7AE in popluar number systems.

HEXB1F7AE
Decimal177247174
Binary101100011111011110101110
Octal261367256

Shades and tints

Shades of #B1F7AE

#B1F7AE
(177,247,174)
#A1E19F
(161,225,159)
#91CB90
(145,203,144)
#81B581
(129,181,129)
#719F72
(113,159,114)
#618963
(97,137,99)
#517354
(81,115,84)
#415D45
(65,93,69)
#314736
(49,71,54)
#213127
(33,49,39)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #B1F7AE

#B1F7AE
(177,247,174)
#B8F7B5
(184,247,181)
#BFF7BC
(191,247,188)
#C6F7C3
(198,247,195)
#CDF7CA
(205,247,202)
#D4F7D1
(212,247,209)
#DBF7D8
(219,247,216)
#E2F7DF
(226,247,223)
#E9F7E6
(233,247,230)
#F0F7ED
(240,247,237)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F7AE color. Also use rgb(177,247,174) instead hex code.

Text Font Color

.myTextColor { color: #B1F7AE; }

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

This text font color is #B1F7AE.


Background Color

.myBgColor { background-color: #B1F7AE; }

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

This div background color is #B1F7AE.


Border color

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

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

This div border color is #B1F7AE.


Opacity

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

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

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

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

This text has shadow with #B1F7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F7AE on black background.


Color preview on white background

This text has color #B1F7AE on white background.



Black color preview on #B1F7AE background

This text has black color on #B1F7AE background.


White color preview on #B1F7AE background

This text has white color on #B1F7AE background.