COLOR #B3E2E1

HEX: #B3E2E1
RGB: (179,226,225)

Color info

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

RGB color model

#B3E2E1 color RGB value is (179,226,225).

  • red value is 179;
  • green value is 226;
  • blue value is 225.
RGB:
(179,226,225)
(70%,89%,88%)

RGB channels and saturation

R 179 of 255 = 70%
G 226 of 255 = 89%
B 225 of 255 = 88%

179
226
225

R + G + B ~ 82%. #B3E2E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 226 + 225 = 630 (100%)
R 179 of 630 ~ 28.41%
G 226 of 630 ~ 35.87%
B 225 of 630 ~ 35.71%

%28.41
%35.87
%35.71

CMYK color model

#B3E2E1 color CMYK value is (21,0,0,11).

  • cyan value is 20.80%
  • magenta value is 0.00%
  • yellow value is 0.44%
  • key color value is 11.37%
CMYK:
(21,0,0,11)
C21M0Y0K11 
(21%,0%,0%,11%)
(0.21/0.00/0.00/0.11)	

CMYK percentages

%20.8
%0
%0.44
%11.37

Codes

Color #B3E2E1 in popluar color models

B3E2E1
RGB179226225
HSL179°44.76%79.41%
HSB/HSV179°20.80%88.63%
CMYK20.80%0.00%0.44%
11.37%

Color #B3E2E1 in popluar number systems.

HEXB3E2E1
Decimal179226225
Binary101100111110001011100001
Octal263342341

Shades and tints

Shades of #B3E2E1

#B3E2E1
(179,226,225)
#A3CECD
(163,206,205)
#93BAB9
(147,186,185)
#83A6A5
(131,166,165)
#739291
(115,146,145)
#637E7D
(99,126,125)
#536A69
(83,106,105)
#435655
(67,86,85)
#334241
(51,66,65)
#232E2D
(35,46,45)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #B3E2E1

#B3E2E1
(179,226,225)
#B9E4E3
(185,228,227)
#BFE6E5
(191,230,229)
#C5E8E7
(197,232,231)
#CBEAE9
(203,234,233)
#D1ECEB
(209,236,235)
#D7EEED
(215,238,237)
#DDF0EF
(221,240,239)
#E3F2F1
(227,242,241)
#E9F4F3
(233,244,243)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E2E1 color. Also use rgb(179,226,225) instead hex code.

Text Font Color

.myTextColor { color: #B3E2E1; }

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

This text font color is #B3E2E1.


Background Color

.myBgColor { background-color: #B3E2E1; }

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

This div background color is #B3E2E1.


Border color

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

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

This div border color is #B3E2E1.


Opacity

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

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

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

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

This text has shadow with #B3E2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E2E1 on black background.


Color preview on white background

This text has color #B3E2E1 on white background.



Black color preview on #B3E2E1 background

This text has black color on #B3E2E1 background.


White color preview on #B3E2E1 background

This text has white color on #B3E2E1 background.