COLOR #B0D091

HEX: #B0D091
RGB: (176,208,145)

Color info

#B0D091 contains mainly red and green colors. Web safe color of #B0D091 is #99CC99 (or #9C9).

RGB color model

#B0D091 color RGB value is (176,208,145).

  • red value is 176;
  • green value is 208;
  • blue value is 145.
RGB:
(176,208,145)
(69%,82%,57%)

RGB channels and saturation

R 176 of 255 = 69%
G 208 of 255 = 82%
B 145 of 255 = 57%

176
208
145

R + G + B ~ 69%. #B0D091 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 208 + 145 = 529 (100%)
R 176 of 529 ~ 33.27%
G 208 of 529 ~ 39.32%
B 145 of 529 ~ 27.41%

%33.27
%39.32
%27.41

CMYK color model

#B0D091 color CMYK value is (15,0,30,18).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 30.29%
  • key color value is 18.43%
CMYK:
(15,0,30,18)
C15M0Y30K18 
(15%,0%,30%,18%)
(0.15/0.00/0.30/0.18)	

CMYK percentages

%15.38
%0
%30.29
%18.43

Codes

Color #B0D091 in popluar color models

B0D091
RGB176208145
HSL90°40.13%69.22%
HSB/HSV90°30.29%81.57%
CMYK15.38%0.00%30.29%
18.43%

Color #B0D091 in popluar number systems.

HEXB0D091
Decimal176208145
Binary101100001101000010010001
Octal260320221

Shades and tints

Shades of #B0D091

#B0D091
(176,208,145)
#A0BE84
(160,190,132)
#90AC77
(144,172,119)
#809A6A
(128,154,106)
#70885D
(112,136,93)
#607650
(96,118,80)
#506443
(80,100,67)
#405236
(64,82,54)
#304029
(48,64,41)
#202E1C
(32,46,28)
#101C0F
(16,28,15)
#000000
(0,0,0)

Tints of #B0D091

#B0D091
(176,208,145)
#B7D49B
(183,212,155)
#BED8A5
(190,216,165)
#C5DCAF
(197,220,175)
#CCE0B9
(204,224,185)
#D3E4C3
(211,228,195)
#DAE8CD
(218,232,205)
#E1ECD7
(225,236,215)
#E8F0E1
(232,240,225)
#EFF4EB
(239,244,235)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D091 color. Also use rgb(176,208,145) instead hex code.

Text Font Color

.myTextColor { color: #B0D091; }

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

This text font color is #B0D091.


Background Color

.myBgColor { background-color: #B0D091; }

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

This div background color is #B0D091.


Border color

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

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

This div border color is #B0D091.


Opacity

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

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

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

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

This text has shadow with #B0D091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D091 on black background.


Color preview on white background

This text has color #B0D091 on white background.



Black color preview on #B0D091 background

This text has black color on #B0D091 background.


White color preview on #B0D091 background

This text has white color on #B0D091 background.