COLOR #B3D4B4

HEX: #B3D4B4
RGB: (179,212,180)

Color info

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

RGB color model

#B3D4B4 color RGB value is (179,212,180).

  • red value is 179;
  • green value is 212;
  • blue value is 180.
RGB:
(179,212,180)
(70%,83%,71%)

RGB channels and saturation

R 179 of 255 = 70%
G 212 of 255 = 83%
B 180 of 255 = 71%

179
212
180

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

Portions of RGB colors in percentages

R + G + B =
179 + 212 + 180 = 571 (100%)
R 179 of 571 ~ 31.35%
G 212 of 571 ~ 37.13%
B 180 of 571 ~ 31.52%

%31.35
%37.13
%31.52

CMYK color model

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

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 16.86%
CMYK:
(16,0,15,17)
C16M0Y15K17 
(16%,0%,15%,17%)
(0.16/0.00/0.15/0.17)	

CMYK percentages

%15.57
%0
%15.09
%16.86

Codes

Color #B3D4B4 in popluar color models

B3D4B4
RGB179212180
HSL122°27.73%76.67%
HSB/HSV122°15.57%83.14%
CMYK15.57%0.00%15.09%
16.86%

Color #B3D4B4 in popluar number systems.

HEXB3D4B4
Decimal179212180
Binary101100111101010010110100
Octal263324264

Shades and tints

Shades of #B3D4B4

#B3D4B4
(179,212,180)
#A3C1A4
(163,193,164)
#93AE94
(147,174,148)
#839B84
(131,155,132)
#738874
(115,136,116)
#637564
(99,117,100)
#536254
(83,98,84)
#434F44
(67,79,68)
#333C34
(51,60,52)
#232924
(35,41,36)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #B3D4B4

#B3D4B4
(179,212,180)
#B9D7BA
(185,215,186)
#BFDAC0
(191,218,192)
#C5DDC6
(197,221,198)
#CBE0CC
(203,224,204)
#D1E3D2
(209,227,210)
#D7E6D8
(215,230,216)
#DDE9DE
(221,233,222)
#E3ECE4
(227,236,228)
#E9EFEA
(233,239,234)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D4B4 color. Also use rgb(179,212,180) instead hex code.

Text Font Color

.myTextColor { color: #B3D4B4; }

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

This text font color is #B3D4B4.


Background Color

.myBgColor { background-color: #B3D4B4; }

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

This div background color is #B3D4B4.


Border color

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

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

This div border color is #B3D4B4.


Opacity

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

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

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

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

This text has shadow with #B3D4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D4B4 on black background.


Color preview on white background

This text has color #B3D4B4 on white background.



Black color preview on #B3D4B4 background

This text has black color on #B3D4B4 background.


White color preview on #B3D4B4 background

This text has white color on #B3D4B4 background.