COLOR #B3E2DE

HEX: #B3E2DE
RGB: (179,226,222)

Color info

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

RGB color model

#B3E2DE color RGB value is (179,226,222).

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

RGB channels and saturation

R 179 of 255 = 70%
G 226 of 255 = 89%
B 222 of 255 = 87%

179
226
222

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

Portions of RGB colors in percentages

R + G + B =
179 + 226 + 222 = 627 (100%)
R 179 of 627 ~ 28.55%
G 226 of 627 ~ 36.04%
B 222 of 627 ~ 35.41%

%28.55
%36.04
%35.41

CMYK color model

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

  • cyan value is 20.80%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 11.37%
CMYK:
(21,0,2,11)
C21M0Y2K11 
(21%,0%,2%,11%)
(0.21/0.00/0.02/0.11)	

CMYK percentages

%20.8
%0
%1.77
%11.37

Codes

Color #B3E2DE in popluar color models

B3E2DE
RGB179226222
HSL175°44.76%79.41%
HSB/HSV175°20.80%88.63%
CMYK20.80%0.00%1.77%
11.37%

Color #B3E2DE in popluar number systems.

HEXB3E2DE
Decimal179226222
Binary101100111110001011011110
Octal263342336

Shades and tints

Shades of #B3E2DE

#B3E2DE
(179,226,222)
#A3CECA
(163,206,202)
#93BAB6
(147,186,182)
#83A6A2
(131,166,162)
#73928E
(115,146,142)
#637E7A
(99,126,122)
#536A66
(83,106,102)
#435652
(67,86,82)
#33423E
(51,66,62)
#232E2A
(35,46,42)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #B3E2DE

#B3E2DE
(179,226,222)
#B9E4E1
(185,228,225)
#BFE6E4
(191,230,228)
#C5E8E7
(197,232,231)
#CBEAEA
(203,234,234)
#D1ECED
(209,236,237)
#D7EEF0
(215,238,240)
#DDF0F3
(221,240,243)
#E3F2F6
(227,242,246)
#E9F4F9
(233,244,249)
#EFF6FC
(239,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E2DE; }

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

This text font color is #B3E2DE.


Background Color

.myBgColor { background-color: #B3E2DE; }

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

This div background color is #B3E2DE.


Border color

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

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

This div border color is #B3E2DE.


Opacity

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

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

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

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

This text has shadow with #B3E2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E2DE on black background.


Color preview on white background

This text has color #B3E2DE on white background.



Black color preview on #B3E2DE background

This text has black color on #B3E2DE background.


White color preview on #B3E2DE background

This text has white color on #B3E2DE background.