COLOR #B1EFB7

HEX: #B1EFB7 RGB: (177,239,183)

Color info

#B1EFB7 contains mainly green and blue colors. Web safe color of #B1EFB7 is #99FFCC (or #9FC).

RGB color model

#B1EFB7 color RGB value is (177,239,183).

RGB: (177,239,183) (69%, 94%, 72%)

RGB channels and saturation

R 177 of 255 = 69%
G 239 of 255 = 94%
B 183 of 255 = 72%

177
239
183

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

Portions of RGB colors in percentages

R + G + B = 177 + 239 + 183 = 599 (100%)
R 177 of 599 ~ 29.55%
G 239 of 599 ~ 39.9%
B 183 of 599 ~ 30.55'%

%29.55
%39.9
%30.55

CMYK color model

#B1EFB7 color CMYK value is (26,0,23,6).

  • cyan value is 25.94%
  • magenta value is 0.00%
  • yellow value is 23.43%
  • key color value is 6.27%

CMYK: (26,0,23,6)
C26M0Y23K6 (26%, 0%, 23%, 6%)
(0.26 / 0.00 / 0.23 / 0.06)

CMYK percentages

%25.94
%0
%23.43
%6.27

Codes

Color #B1EFB7 in popluar color models

B1 EF B7
RGB 177 239 183
HSL 126° 65.96% 81.57%
HSB/HSV 126° 25.94% 93.73%
CMYK 25.94% 0.00% 23.43%
6.27%

Color #B1EFB7 in popluar number systems.

HEX B1 EF B7
Decimal 177 239 183
Binary 10110001 11101111 10110111
Octal 261 357 267

Shades and tints

Shades of #B1EFB7

#B1EFB7
(177,239,183)
#A1DAA7
(161,218,167)
#91C597
(145,197,151)
#81B087
(129,176,135)
#719B77
(113,155,119)
#618667
(97,134,103)
#517157
(81,113,87)
#415C47
(65,92,71)
#314737
(49,71,55)
#213227
(33,50,39)
#111D17
(17,29,23)
#000000
(0,0,0)

Tints of #B1EFB7

#B1EFB7
(177,239,183)
#B8F0BD
(184,240,189)
#BFF1C3
(191,241,195)
#C6F2C9
(198,242,201)
#CDF3CF
(205,243,207)
#D4F4D5
(212,244,213)
#DBF5DB
(219,245,219)
#E2F6E1
(226,246,225)
#E9F7E7
(233,247,231)
#F0F8ED
(240,248,237)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1EFB7 color. Also use rgb(177,239,183) instead hex code.

Text Font Color

.myTextColor { color: #B1EFB7; }

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

This text font color is #B1EFB7.

Background Color

.myBgColor { background-color: #B1EFB7; }

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

This div background color is #B1EFB7.

Border color

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

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

This div border color is #B1EFB7.

Opacity

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

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

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

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

This text has shadow with #B1EFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1EFB7.

Preview

Color preview on black background

This text has color #B1EFB7 on black background.


Color preview on white background

This text has color #B1EFB7 on white background.


Black color preview on #B1EFB7 background

This text has black color on #B1EFB7 background.


White color preview on #B1EFB7 background

This text has white color on #B1EFB7 background.


Related colors

Complementary color

Complementary color for #hex is #4E1048.


I love getcolorcode.com

Triadic colors

1 #B7B1EF and #EFB7B1 with #B1EFB7 are triadic colors.

2 #B7EFB1 and #EFB1B7 with #B1EFB7 are triadic colors.