COLOR #B3EBDD

HEX: #B3EBDD
RGB: (179,235,221)

Color info

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

RGB color model

#B3EBDD color RGB value is (179,235,221).

  • red value is 179;
  • green value is 235;
  • blue value is 221.
RGB:
(179,235,221)
(70%,92%,87%)

RGB channels and saturation

R 179 of 255 = 70%
G 235 of 255 = 92%
B 221 of 255 = 87%

179
235
221

R + G + B ~ 83%. #B3EBDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 235 + 221 = 635 (100%)
R 179 of 635 ~ 28.19%
G 235 of 635 ~ 37.01%
B 221 of 635 ~ 34.8%

%28.19
%37.01
%34.8

CMYK color model

#B3EBDD color CMYK value is (24,0,6,8).

  • cyan value is 23.83%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(24,0,6,8)
C24M0Y6K8 
(24%,0%,6%,8%)
(0.24/0.00/0.06/0.08)	

CMYK percentages

%23.83
%0
%5.96
%7.84

Codes

Color #B3EBDD in popluar color models

B3EBDD
RGB179235221
HSL165°58.33%81.18%
HSB/HSV165°23.83%92.16%
CMYK23.83%0.00%5.96%
7.84%

Color #B3EBDD in popluar number systems.

HEXB3EBDD
Decimal179235221
Binary101100111110101111011101
Octal263353335

Shades and tints

Shades of #B3EBDD

#B3EBDD
(179,235,221)
#A3D6C9
(163,214,201)
#93C1B5
(147,193,181)
#83ACA1
(131,172,161)
#73978D
(115,151,141)
#638279
(99,130,121)
#536D65
(83,109,101)
#435851
(67,88,81)
#33433D
(51,67,61)
#232E29
(35,46,41)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #B3EBDD

#B3EBDD
(179,235,221)
#B9ECE0
(185,236,224)
#BFEDE3
(191,237,227)
#C5EEE6
(197,238,230)
#CBEFE9
(203,239,233)
#D1F0EC
(209,240,236)
#D7F1EF
(215,241,239)
#DDF2F2
(221,242,242)
#E3F3F5
(227,243,245)
#E9F4F8
(233,244,248)
#EFF5FB
(239,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EBDD color. Also use rgb(179,235,221) instead hex code.

Text Font Color

.myTextColor { color: #B3EBDD; }

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

This text font color is #B3EBDD.


Background Color

.myBgColor { background-color: #B3EBDD; }

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

This div background color is #B3EBDD.


Border color

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

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

This div border color is #B3EBDD.


Opacity

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

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

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

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

This text has shadow with #B3EBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3EBDD on black background.


Color preview on white background

This text has color #B3EBDD on white background.



Black color preview on #B3EBDD background

This text has black color on #B3EBDD background.


White color preview on #B3EBDD background

This text has white color on #B3EBDD background.