COLOR #B1E4D2

HEX: #B1E4D2
RGB: (177,228,210)

Color info

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

RGB color model

#B1E4D2 color RGB value is (177,228,210).

  • red value is 177;
  • green value is 228;
  • blue value is 210.
RGB:
(177,228,210)
(69%,89%,82%)

RGB channels and saturation

R 177 of 255 = 69%
G 228 of 255 = 89%
B 210 of 255 = 82%

177
228
210

R + G + B ~ 80%. #B1E4D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 228 + 210 = 615 (100%)
R 177 of 615 ~ 28.78%
G 228 of 615 ~ 37.07%
B 210 of 615 ~ 34.15%

%28.78
%37.07
%34.15

CMYK color model

#B1E4D2 color CMYK value is (22,0,8,11).

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 10.59%
CMYK:
(22,0,8,11)
C22M0Y8K11 
(22%,0%,8%,11%)
(0.22/0.00/0.08/0.11)	

CMYK percentages

%22.37
%0
%7.89
%10.59

Codes

Color #B1E4D2 in popluar color models

B1E4D2
RGB177228210
HSL159°48.57%79.41%
HSB/HSV159°22.37%89.41%
CMYK22.37%0.00%7.89%
10.59%

Color #B1E4D2 in popluar number systems.

HEXB1E4D2
Decimal177228210
Binary101100011110010011010010
Octal261344322

Shades and tints

Shades of #B1E4D2

#B1E4D2
(177,228,210)
#A1D0BF
(161,208,191)
#91BCAC
(145,188,172)
#81A899
(129,168,153)
#719486
(113,148,134)
#618073
(97,128,115)
#516C60
(81,108,96)
#41584D
(65,88,77)
#31443A
(49,68,58)
#213027
(33,48,39)
#111C14
(17,28,20)
#000000
(0,0,0)

Tints of #B1E4D2

#B1E4D2
(177,228,210)
#B8E6D6
(184,230,214)
#BFE8DA
(191,232,218)
#C6EADE
(198,234,222)
#CDECE2
(205,236,226)
#D4EEE6
(212,238,230)
#DBF0EA
(219,240,234)
#E2F2EE
(226,242,238)
#E9F4F2
(233,244,242)
#F0F6F6
(240,246,246)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E4D2 color. Also use rgb(177,228,210) instead hex code.

Text Font Color

.myTextColor { color: #B1E4D2; }

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

This text font color is #B1E4D2.


Background Color

.myBgColor { background-color: #B1E4D2; }

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

This div background color is #B1E4D2.


Border color

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

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

This div border color is #B1E4D2.


Opacity

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

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

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

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

This text has shadow with #B1E4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E4D2 on black background.


Color preview on white background

This text has color #B1E4D2 on white background.



Black color preview on #B1E4D2 background

This text has black color on #B1E4D2 background.


White color preview on #B1E4D2 background

This text has white color on #B1E4D2 background.