COLOR #B3D5B6

HEX: #B3D5B6
RGB: (179,213,182)

Color info

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

RGB color model

#B3D5B6 color RGB value is (179,213,182).

  • red value is 179;
  • green value is 213;
  • blue value is 182.
RGB:
(179,213,182)
(70%,84%,71%)

RGB channels and saturation

R 179 of 255 = 70%
G 213 of 255 = 84%
B 182 of 255 = 71%

179
213
182

R + G + B ~ 75%. #B3D5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 213 + 182 = 574 (100%)
R 179 of 574 ~ 31.18%
G 213 of 574 ~ 37.11%
B 182 of 574 ~ 31.71%

%31.18
%37.11
%31.71

CMYK color model

#B3D5B6 color CMYK value is (16,0,15,16).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 16.47%
CMYK:
(16,0,15,16)
C16M0Y15K16 
(16%,0%,15%,16%)
(0.16/0.00/0.15/0.16)	

CMYK percentages

%15.96
%0
%14.55
%16.47

Codes

Color #B3D5B6 in popluar color models

B3D5B6
RGB179213182
HSL125°28.81%76.86%
HSB/HSV125°15.96%83.53%
CMYK15.96%0.00%14.55%
16.47%

Color #B3D5B6 in popluar number systems.

HEXB3D5B6
Decimal179213182
Binary101100111101010110110110
Octal263325266

Shades and tints

Shades of #B3D5B6

#B3D5B6
(179,213,182)
#A3C2A6
(163,194,166)
#93AF96
(147,175,150)
#839C86
(131,156,134)
#738976
(115,137,118)
#637666
(99,118,102)
#536356
(83,99,86)
#435046
(67,80,70)
#333D36
(51,61,54)
#232A26
(35,42,38)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #B3D5B6

#B3D5B6
(179,213,182)
#B9D8BC
(185,216,188)
#BFDBC2
(191,219,194)
#C5DEC8
(197,222,200)
#CBE1CE
(203,225,206)
#D1E4D4
(209,228,212)
#D7E7DA
(215,231,218)
#DDEAE0
(221,234,224)
#E3EDE6
(227,237,230)
#E9F0EC
(233,240,236)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D5B6 color. Also use rgb(179,213,182) instead hex code.

Text Font Color

.myTextColor { color: #B3D5B6; }

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

This text font color is #B3D5B6.


Background Color

.myBgColor { background-color: #B3D5B6; }

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

This div background color is #B3D5B6.


Border color

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

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

This div border color is #B3D5B6.


Opacity

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

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

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

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

This text has shadow with #B3D5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D5B6 on black background.


Color preview on white background

This text has color #B3D5B6 on white background.



Black color preview on #B3D5B6 background

This text has black color on #B3D5B6 background.


White color preview on #B3D5B6 background

This text has white color on #B3D5B6 background.