COLOR #B3E0E3

HEX: #B3E0E3
RGB: (179,224,227)

Color info

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

RGB color model

#B3E0E3 color RGB value is (179,224,227).

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

RGB channels and saturation

R 179 of 255 = 70%
G 224 of 255 = 88%
B 227 of 255 = 89%

179
224
227

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

Portions of RGB colors in percentages

R + G + B =
179 + 224 + 227 = 630 (100%)
R 179 of 630 ~ 28.41%
G 224 of 630 ~ 35.56%
B 227 of 630 ~ 36.03%

%28.41
%35.56
%36.03

CMYK color model

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

  • cyan value is 21.15%
  • magenta value is 1.32%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(21,1,0,11)
C21M1Y0K11 
(21%,1%,0%,11%)
(0.21/0.01/0.00/0.11)	

CMYK percentages

%21.15
%1.32
%0
%10.98

Codes

Color #B3E0E3 in popluar color models

B3E0E3
RGB179224227
HSL184°46.15%79.61%
HSB/HSV184°21.15%89.02%
CMYK21.15%1.32%0.00%
10.98%

Color #B3E0E3 in popluar number systems.

HEXB3E0E3
Decimal179224227
Binary101100111110000011100011
Octal263340343

Shades and tints

Shades of #B3E0E3

#B3E0E3
(179,224,227)
#A3CCCF
(163,204,207)
#93B8BB
(147,184,187)
#83A4A7
(131,164,167)
#739093
(115,144,147)
#637C7F
(99,124,127)
#53686B
(83,104,107)
#435457
(67,84,87)
#334043
(51,64,67)
#232C2F
(35,44,47)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #B3E0E3

#B3E0E3
(179,224,227)
#B9E2E5
(185,226,229)
#BFE4E7
(191,228,231)
#C5E6E9
(197,230,233)
#CBE8EB
(203,232,235)
#D1EAED
(209,234,237)
#D7ECEF
(215,236,239)
#DDEEF1
(221,238,241)
#E3F0F3
(227,240,243)
#E9F2F5
(233,242,245)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E0E3 color. Also use rgb(179,224,227) instead hex code.

Text Font Color

.myTextColor { color: #B3E0E3; }

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

This text font color is #B3E0E3.


Background Color

.myBgColor { background-color: #B3E0E3; }

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

This div background color is #B3E0E3.


Border color

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

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

This div border color is #B3E0E3.


Opacity

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

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

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

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

This text has shadow with #B3E0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E0E3 on black background.


Color preview on white background

This text has color #B3E0E3 on white background.



Black color preview on #B3E0E3 background

This text has black color on #B3E0E3 background.


White color preview on #B3E0E3 background

This text has white color on #B3E0E3 background.