COLOR #B3EBCC

HEX: #B3EBCC
RGB: (179,235,204)

Color info

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

RGB color model

#B3EBCC color RGB value is (179,235,204).

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

RGB channels and saturation

R 179 of 255 = 70%
G 235 of 255 = 92%
B 204 of 255 = 80%

179
235
204

R + G + B ~ 81%. #B3EBCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 235 + 204 = 618 (100%)
R 179 of 618 ~ 28.96%
G 235 of 618 ~ 38.03%
B 204 of 618 ~ 33.01%

%28.96
%38.03
%33.01

CMYK color model

#B3EBCC color CMYK value is (24,0,13,8).

  • cyan value is 23.83%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(24,0,13,8)
C24M0Y13K8 
(24%,0%,13%,8%)
(0.24/0.00/0.13/0.08)	

CMYK percentages

%23.83
%0
%13.19
%7.84

Codes

Color #B3EBCC in popluar color models

B3EBCC
RGB179235204
HSL147°58.33%81.18%
HSB/HSV147°23.83%92.16%
CMYK23.83%0.00%13.19%
7.84%

Color #B3EBCC in popluar number systems.

HEXB3EBCC
Decimal179235204
Binary101100111110101111001100
Octal263353314

Shades and tints

Shades of #B3EBCC

#B3EBCC
(179,235,204)
#A3D6BA
(163,214,186)
#93C1A8
(147,193,168)
#83AC96
(131,172,150)
#739784
(115,151,132)
#638272
(99,130,114)
#536D60
(83,109,96)
#43584E
(67,88,78)
#33433C
(51,67,60)
#232E2A
(35,46,42)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #B3EBCC

#B3EBCC
(179,235,204)
#B9ECD0
(185,236,208)
#BFEDD4
(191,237,212)
#C5EED8
(197,238,216)
#CBEFDC
(203,239,220)
#D1F0E0
(209,240,224)
#D7F1E4
(215,241,228)
#DDF2E8
(221,242,232)
#E3F3EC
(227,243,236)
#E9F4F0
(233,244,240)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3EBCC; }

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

This text font color is #B3EBCC.


Background Color

.myBgColor { background-color: #B3EBCC; }

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

This div background color is #B3EBCC.


Border color

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

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

This div border color is #B3EBCC.


Opacity

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

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

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

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

This text has shadow with #B3EBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3EBCC on black background.


Color preview on white background

This text has color #B3EBCC on white background.



Black color preview on #B3EBCC background

This text has black color on #B3EBCC background.


White color preview on #B3EBCC background

This text has white color on #B3EBCC background.