COLOR #B1E7E0

HEX: #B1E7E0 RGB: (177,231,224)

Color info

#B1E7E0 contains red, green and blue colors in about the same proportion. Web safe color of #B1E7E0 is #99FFCC (or #9FC).

RGB color model

#B1E7E0 color RGB value is (177,231,224).

RGB: (177,231,224) (69%, 91%, 88%)

RGB channels and saturation

R 177 of 255 = 69%
G 231 of 255 = 91%
B 224 of 255 = 88%

177
231
224

R + G + B ~ 83%. #B1E7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 231 + 224 = 632 (100%)
R 177 of 632 ~ 28.01%
G 231 of 632 ~ 36.55%
B 224 of 632 ~ 35.44'%

%28.01
%36.55
%35.44

CMYK color model

#B1E7E0 color CMYK value is (23,0,3,9).

  • cyan value is 23.38%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 9.41%

CMYK: (23,0,3,9)
C23M0Y3K9 (23%, 0%, 3%, 9%)
(0.23 / 0.00 / 0.03 / 0.09)

CMYK percentages

%23.38
%0
%3.03
%9.41

Codes

Color #B1E7E0 in popluar color models

B1 E7 E0
RGB 177 231 224
HSL 172° 52.94% 80.00%
HSB/HSV 172° 23.38% 90.59%
CMYK 23.38% 0.00% 3.03%
9.41%

Color #B1E7E0 in popluar number systems.

HEX B1 E7 E0
Decimal 177 231 224
Binary 10110001 11100111 11100000
Octal 261 347 340

Shades and tints

Shades of #B1E7E0

#B1E7E0
(177,231,224)
#A1D2CC
(161,210,204)
#91BDB8
(145,189,184)
#81A8A4
(129,168,164)
#719390
(113,147,144)
#617E7C
(97,126,124)
#516968
(81,105,104)
#415454
(65,84,84)
#313F40
(49,63,64)
#212A2C
(33,42,44)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #B1E7E0

#B1E7E0
(177,231,224)
#B8E9E2
(184,233,226)
#BFEBE4
(191,235,228)
#C6EDE6
(198,237,230)
#CDEFE8
(205,239,232)
#D4F1EA
(212,241,234)
#DBF3EC
(219,243,236)
#E2F5EE
(226,245,238)
#E9F7F0
(233,247,240)
#F0F9F2
(240,249,242)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E7E0 color. Also use rgb(177,231,224) instead hex code.

Text Font Color

.myTextColor { color: #B1E7E0; }

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

This text font color is #B1E7E0.

Background Color

.myBgColor { background-color: #B1E7E0; }

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

This div background color is #B1E7E0.

Border color

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

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

This div border color is #B1E7E0.

Opacity

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

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

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

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

This text has shadow with #B1E7E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E7E0.

Preview

Color preview on black background

This text has color #B1E7E0 on black background.


Color preview on white background

This text has color #B1E7E0 on white background.


Black color preview on #B1E7E0 background

This text has black color on #B1E7E0 background.


White color preview on #B1E7E0 background

This text has white color on #B1E7E0 background.


Related colors

Complementary color

Complementary color for #hex is #4E181F.


I love getcolorcode.com

Triadic colors

1 #E0B1E7 and #E7E0B1 with #B1E7E0 are triadic colors.

2 #E0E7B1 and #E7B1E0 with #B1E7E0 are triadic colors.