COLOR #B3E2D2

HEX: #B3E2D2
RGB: (179,226,210)

Color info

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

RGB color model

#B3E2D2 color RGB value is (179,226,210).

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

RGB channels and saturation

R 179 of 255 = 70%
G 226 of 255 = 89%
B 210 of 255 = 82%

179
226
210

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

Portions of RGB colors in percentages

R + G + B =
179 + 226 + 210 = 615 (100%)
R 179 of 615 ~ 29.11%
G 226 of 615 ~ 36.75%
B 210 of 615 ~ 34.15%

%29.11
%36.75
%34.15

CMYK color model

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

  • cyan value is 20.80%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 11.37%
CMYK:
(21,0,7,11)
C21M0Y7K11 
(21%,0%,7%,11%)
(0.21/0.00/0.07/0.11)	

CMYK percentages

%20.8
%0
%7.08
%11.37

Codes

Color #B3E2D2 in popluar color models

B3E2D2
RGB179226210
HSL160°44.76%79.41%
HSB/HSV160°20.80%88.63%
CMYK20.80%0.00%7.08%
11.37%

Color #B3E2D2 in popluar number systems.

HEXB3E2D2
Decimal179226210
Binary101100111110001011010010
Octal263342322

Shades and tints

Shades of #B3E2D2

#B3E2D2
(179,226,210)
#A3CEBF
(163,206,191)
#93BAAC
(147,186,172)
#83A699
(131,166,153)
#739286
(115,146,134)
#637E73
(99,126,115)
#536A60
(83,106,96)
#43564D
(67,86,77)
#33423A
(51,66,58)
#232E27
(35,46,39)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #B3E2D2

#B3E2D2
(179,226,210)
#B9E4D6
(185,228,214)
#BFE6DA
(191,230,218)
#C5E8DE
(197,232,222)
#CBEAE2
(203,234,226)
#D1ECE6
(209,236,230)
#D7EEEA
(215,238,234)
#DDF0EE
(221,240,238)
#E3F2F2
(227,242,242)
#E9F4F6
(233,244,246)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E2D2; }

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

This text font color is #B3E2D2.


Background Color

.myBgColor { background-color: #B3E2D2; }

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

This div background color is #B3E2D2.


Border color

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

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

This div border color is #B3E2D2.


Opacity

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

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

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

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

This text has shadow with #B3E2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E2D2 on black background.


Color preview on white background

This text has color #B3E2D2 on white background.



Black color preview on #B3E2D2 background

This text has black color on #B3E2D2 background.


White color preview on #B3E2D2 background

This text has white color on #B3E2D2 background.