COLOR #B3D7BE

HEX: #B3D7BE
RGB: (179,215,190)

Color info

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

RGB color model

#B3D7BE color RGB value is (179,215,190).

  • red value is 179;
  • green value is 215;
  • blue value is 190.
RGB:
(179,215,190)
(70%,84%,75%)

RGB channels and saturation

R 179 of 255 = 70%
G 215 of 255 = 84%
B 190 of 255 = 75%

179
215
190

R + G + B ~ 76%. #B3D7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 215 + 190 = 584 (100%)
R 179 of 584 ~ 30.65%
G 215 of 584 ~ 36.82%
B 190 of 584 ~ 32.53%

%30.65
%36.82
%32.53

CMYK color model

#B3D7BE color CMYK value is (17,0,12,16).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK:
(17,0,12,16)
C17M0Y12K16 
(17%,0%,12%,16%)
(0.17/0.00/0.12/0.16)	

CMYK percentages

%16.74
%0
%11.63
%15.69

Codes

Color #B3D7BE in popluar color models

B3D7BE
RGB179215190
HSL138°31.03%77.25%
HSB/HSV138°16.74%84.31%
CMYK16.74%0.00%11.63%
15.69%

Color #B3D7BE in popluar number systems.

HEXB3D7BE
Decimal179215190
Binary101100111101011110111110
Octal263327276

Shades and tints

Shades of #B3D7BE

#B3D7BE
(179,215,190)
#A3C4AD
(163,196,173)
#93B19C
(147,177,156)
#839E8B
(131,158,139)
#738B7A
(115,139,122)
#637869
(99,120,105)
#536558
(83,101,88)
#435247
(67,82,71)
#333F36
(51,63,54)
#232C25
(35,44,37)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #B3D7BE

#B3D7BE
(179,215,190)
#B9DAC3
(185,218,195)
#BFDDC8
(191,221,200)
#C5E0CD
(197,224,205)
#CBE3D2
(203,227,210)
#D1E6D7
(209,230,215)
#D7E9DC
(215,233,220)
#DDECE1
(221,236,225)
#E3EFE6
(227,239,230)
#E9F2EB
(233,242,235)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D7BE color. Also use rgb(179,215,190) instead hex code.

Text Font Color

.myTextColor { color: #B3D7BE; }

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

This text font color is #B3D7BE.


Background Color

.myBgColor { background-color: #B3D7BE; }

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

This div background color is #B3D7BE.


Border color

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

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

This div border color is #B3D7BE.


Opacity

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

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

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

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

This text has shadow with #B3D7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D7BE on black background.


Color preview on white background

This text has color #B3D7BE on white background.



Black color preview on #B3D7BE background

This text has black color on #B3D7BE background.


White color preview on #B3D7BE background

This text has white color on #B3D7BE background.