COLOR #B1EDE2

HEX: #B1EDE2
RGB: (177,237,226)

Color info

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

RGB color model

#B1EDE2 color RGB value is (177,237,226).

  • red value is 177;
  • green value is 237;
  • blue value is 226.
RGB:
(177,237,226)
(69%,93%,89%)

RGB channels and saturation

R 177 of 255 = 69%
G 237 of 255 = 93%
B 226 of 255 = 89%

177
237
226

R + G + B ~ 84%. #B1EDE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 237 + 226 = 640 (100%)
R 177 of 640 ~ 27.66%
G 237 of 640 ~ 37.03%
B 226 of 640 ~ 35.31%

%27.66
%37.03
%35.31

CMYK color model

#B1EDE2 color CMYK value is (25,0,5,7).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 7.06%
CMYK:
(25,0,5,7)
C25M0Y5K7 
(25%,0%,5%,7%)
(0.25/0.00/0.05/0.07)	

CMYK percentages

%25.32
%0
%4.64
%7.06

Codes

Color #B1EDE2 in popluar color models

B1EDE2
RGB177237226
HSL169°62.50%81.18%
HSB/HSV169°25.32%92.94%
CMYK25.32%0.00%4.64%
7.06%

Color #B1EDE2 in popluar number systems.

HEXB1EDE2
Decimal177237226
Binary101100011110110111100010
Octal261355342

Shades and tints

Shades of #B1EDE2

#B1EDE2
(177,237,226)
#A1D8CE
(161,216,206)
#91C3BA
(145,195,186)
#81AEA6
(129,174,166)
#719992
(113,153,146)
#61847E
(97,132,126)
#516F6A
(81,111,106)
#415A56
(65,90,86)
#314542
(49,69,66)
#21302E
(33,48,46)
#111B1A
(17,27,26)
#000000
(0,0,0)

Tints of #B1EDE2

#B1EDE2
(177,237,226)
#B8EEE4
(184,238,228)
#BFEFE6
(191,239,230)
#C6F0E8
(198,240,232)
#CDF1EA
(205,241,234)
#D4F2EC
(212,242,236)
#DBF3EE
(219,243,238)
#E2F4F0
(226,244,240)
#E9F5F2
(233,245,242)
#F0F6F4
(240,246,244)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1EDE2 color. Also use rgb(177,237,226) instead hex code.

Text Font Color

.myTextColor { color: #B1EDE2; }

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

This text font color is #B1EDE2.


Background Color

.myBgColor { background-color: #B1EDE2; }

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

This div background color is #B1EDE2.


Border color

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

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

This div border color is #B1EDE2.


Opacity

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

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

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

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

This text has shadow with #B1EDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EDE2 on black background.


Color preview on white background

This text has color #B1EDE2 on white background.



Black color preview on #B1EDE2 background

This text has black color on #B1EDE2 background.


White color preview on #B1EDE2 background

This text has white color on #B1EDE2 background.