COLOR #B1E9EB

HEX: #B1E9EB RGB: (177,233,235)

Color info

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

RGB color model

#B1E9EB color RGB value is (177,233,235).

RGB: (177,233,235) (69%, 91%, 92%)

RGB channels and saturation

R 177 of 255 = 69%
G 233 of 255 = 91%
B 235 of 255 = 92%

177
233
235

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

Portions of RGB colors in percentages

R + G + B = 177 + 233 + 235 = 645 (100%)
R 177 of 645 ~ 27.44%
G 233 of 645 ~ 36.12%
B 235 of 645 ~ 36.43'%

%27.44
%36.12
%36.43

CMYK color model

#B1E9EB color CMYK value is (25,1,0,8).

  • cyan value is 24.68%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (25,1,0,8) C25M1Y0K8 (25%,1%,0%,8%) (0.25/0.01/0.00/0.08) 

CMYK percentages

%24.68
%0.85
%0
%7.84

Codes

Color #B1E9EB in popluar color models

B1 E9 EB
RGB 177 233 235
HSL 182° 59.18% 80.78%
HSB/HSV 182° 24.68% 92.16%
CMYK 24.68% 0.85% 0.00%
7.84%

Color #B1E9EB in popluar number systems.

HEX B1 E9 EB
Decimal 177 233 235
Binary 10110001 11101001 11101011
Octal 261 351 353

Shades and tints

Shades of #B1E9EB

#B1E9EB
(177,233,235)
#A1D4D6
(161,212,214)
#91BFC1
(145,191,193)
#81AAAC
(129,170,172)
#719597
(113,149,151)
#618082
(97,128,130)
#516B6D
(81,107,109)
#415658
(65,86,88)
#314143
(49,65,67)
#212C2E
(33,44,46)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #B1E9EB

#B1E9EB
(177,233,235)
#B8EBEC
(184,235,236)
#BFEDED
(191,237,237)
#C6EFEE
(198,239,238)
#CDF1EF
(205,241,239)
#D4F3F0
(212,243,240)
#DBF5F1
(219,245,241)
#E2F7F2
(226,247,242)
#E9F9F3
(233,249,243)
#F0FBF4
(240,251,244)
#F7FDF5
(247,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E9EB color. Also use rgb(177,233,235) instead hex code.

Text Font Color

.myTextColor { color: #B1E9EB; }

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

This text font color is #B1E9EB.

Background Color

.myBgColor { background-color: #B1E9EB; }

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

This div background color is #B1E9EB.

Border color

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

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

This div border color is #B1E9EB.

Opacity

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

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

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

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

This text has shadow with #B1E9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E9EB.

Preview

Color preview on black background

This text has color #B1E9EB on black background.


Color preview on white background

This text has color #B1E9EB on white background.


Black color preview on #B1E9EB background

This text has black color on #B1E9EB background.


White color preview on #B1E9EB background

This text has white color on #B1E9EB background.


Related colors

Complementary color

Complementary color for #hex is #4E1614.


I love getcolorcode.com

Triadic colors

1 #EBB1E9 and #E9EBB1 with #B1E9EB are triadic colors.

2 #EBE9B1 and #E9B1EB with #B1E9EB are triadic colors.