COLOR #B3EDEC

HEX: #B3EDEC
RGB: (179,237,236)

Color info

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

RGB color model

#B3EDEC color RGB value is (179,237,236).

  • red value is 179;
  • green value is 237;
  • blue value is 236.
RGB:
(179,237,236)
(70%,93%,93%)

RGB channels and saturation

R 179 of 255 = 70%
G 237 of 255 = 93%
B 236 of 255 = 93%

179
237
236

R + G + B ~ 85%. #B3EDEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 237 + 236 = 652 (100%)
R 179 of 652 ~ 27.45%
G 237 of 652 ~ 36.35%
B 236 of 652 ~ 36.2%

%27.45
%36.35
%36.2

CMYK color model

#B3EDEC color CMYK value is (24,0,0,7).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.06%
CMYK:
(24,0,0,7)
C24M0Y0K7 
(24%,0%,0%,7%)
(0.24/0.00/0.00/0.07)	

CMYK percentages

%24.47
%0
%0.42
%7.06

Codes

Color #B3EDEC in popluar color models

B3EDEC
RGB179237236
HSL179°61.70%81.57%
HSB/HSV179°24.47%92.94%
CMYK24.47%0.00%0.42%
7.06%

Color #B3EDEC in popluar number systems.

HEXB3EDEC
Decimal179237236
Binary101100111110110111101100
Octal263355354

Shades and tints

Shades of #B3EDEC

#B3EDEC
(179,237,236)
#A3D8D7
(163,216,215)
#93C3C2
(147,195,194)
#83AEAD
(131,174,173)
#739998
(115,153,152)
#638483
(99,132,131)
#536F6E
(83,111,110)
#435A59
(67,90,89)
#334544
(51,69,68)
#23302F
(35,48,47)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #B3EDEC

#B3EDEC
(179,237,236)
#B9EEED
(185,238,237)
#BFEFEE
(191,239,238)
#C5F0EF
(197,240,239)
#CBF1F0
(203,241,240)
#D1F2F1
(209,242,241)
#D7F3F2
(215,243,242)
#DDF4F3
(221,244,243)
#E3F5F4
(227,245,244)
#E9F6F5
(233,246,245)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EDEC color. Also use rgb(179,237,236) instead hex code.

Text Font Color

.myTextColor { color: #B3EDEC; }

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

This text font color is #B3EDEC.


Background Color

.myBgColor { background-color: #B3EDEC; }

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

This div background color is #B3EDEC.


Border color

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

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

This div border color is #B3EDEC.


Opacity

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

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

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

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

This text has shadow with #B3EDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3EDEC on black background.


Color preview on white background

This text has color #B3EDEC on white background.



Black color preview on #B3EDEC background

This text has black color on #B3EDEC background.


White color preview on #B3EDEC background

This text has white color on #B3EDEC background.