COLOR #B0D083

HEX: #B0D083
RGB: (176,208,131)

Color info

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

RGB color model

#B0D083 color RGB value is (176,208,131).

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

RGB channels and saturation

R 176 of 255 = 69%
G 208 of 255 = 82%
B 131 of 255 = 51%

176
208
131

R + G + B ~ 67%. #B0D083 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 208 + 131 = 515 (100%)
R 176 of 515 ~ 34.17%
G 208 of 515 ~ 40.39%
B 131 of 515 ~ 25.44%

%34.17
%40.39
%25.44

CMYK color model

#B0D083 color CMYK value is (15,0,37,18).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 37.02%
  • key color value is 18.43%
CMYK: (15,0,37,18) C15M0Y37K18 (15%,0%,37%,18%) (0.15/0.00/0.37/0.18)

CMYK percentages

%15.38
%0
%37.02
%18.43

Codes

Color #B0D083 in popluar color models

B0D083
RGB176208131
HSL85°45.03%66.47%
HSB/HSV85°37.02%81.57%
CMYK15.38%0.00%37.02%
18.43%

Color #B0D083 in popluar number systems.

HEXB0D083
Decimal176208131
Binary101100001101000010000011
Octal260320203

Shades and tints

Shades of #B0D083

#B0D083
(176,208,131)
#A0BE78
(160,190,120)
#90AC6D
(144,172,109)
#809A62
(128,154,98)
#708857
(112,136,87)
#60764C
(96,118,76)
#506441
(80,100,65)
#405236
(64,82,54)
#30402B
(48,64,43)
#202E20
(32,46,32)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #B0D083

#B0D083
(176,208,131)
#B7D48E
(183,212,142)
#BED899
(190,216,153)
#C5DCA4
(197,220,164)
#CCE0AF
(204,224,175)
#D3E4BA
(211,228,186)
#DAE8C5
(218,232,197)
#E1ECD0
(225,236,208)
#E8F0DB
(232,240,219)
#EFF4E6
(239,244,230)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D083; }

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

This text font color is #B0D083.


Background Color

.myBgColor { background-color: #B0D083; }

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

This div background color is #B0D083.


Border color

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

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

This div border color is #B0D083.


Opacity

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

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

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

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

This text has shadow with #B0D083 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B0D083 on black background.


Color preview on white background

This text has color #B0D083 on white background.



Black color preview on #B0D083 background

This text has black color on #B0D083 background.


White color preview on #B0D083 background

This text has white color on #B0D083 background.