COLOR #B0D599

HEX: #B0D599
RGB: (176,213,153)

Color info

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

RGB color model

#B0D599 color RGB value is (176,213,153).

  • red value is 176;
  • green value is 213;
  • blue value is 153.
RGB:
(176,213,153)
(69%,84%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 213 of 255 = 84%
B 153 of 255 = 60%

176
213
153

R + G + B ~ 71%. #B0D599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 213 + 153 = 542 (100%)
R 176 of 542 ~ 32.47%
G 213 of 542 ~ 39.3%
B 153 of 542 ~ 28.23%

%32.47
%39.3
%28.23

CMYK color model

#B0D599 color CMYK value is (17,0,28,16).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(17,0,28,16)
C17M0Y28K16 
(17%,0%,28%,16%)
(0.17/0.00/0.28/0.16)	

CMYK percentages

%17.37
%0
%28.17
%16.47

Codes

Color #B0D599 in popluar color models

B0D599
RGB176213153
HSL97°41.67%71.76%
HSB/HSV97°28.17%83.53%
CMYK17.37%0.00%28.17%
16.47%

Color #B0D599 in popluar number systems.

HEXB0D599
Decimal176213153
Binary101100001101010110011001
Octal260325231

Shades and tints

Shades of #B0D599

#B0D599
(176,213,153)
#A0C28C
(160,194,140)
#90AF7F
(144,175,127)
#809C72
(128,156,114)
#708965
(112,137,101)
#607658
(96,118,88)
#50634B
(80,99,75)
#40503E
(64,80,62)
#303D31
(48,61,49)
#202A24
(32,42,36)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #B0D599

#B0D599
(176,213,153)
#B7D8A2
(183,216,162)
#BEDBAB
(190,219,171)
#C5DEB4
(197,222,180)
#CCE1BD
(204,225,189)
#D3E4C6
(211,228,198)
#DAE7CF
(218,231,207)
#E1EAD8
(225,234,216)
#E8EDE1
(232,237,225)
#EFF0EA
(239,240,234)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D599 color. Also use rgb(176,213,153) instead hex code.

Text Font Color

.myTextColor { color: #B0D599; }

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

This text font color is #B0D599.


Background Color

.myBgColor { background-color: #B0D599; }

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

This div background color is #B0D599.


Border color

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

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

This div border color is #B0D599.


Opacity

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

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

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

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

This text has shadow with #B0D599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D599 on black background.


Color preview on white background

This text has color #B0D599 on white background.



Black color preview on #B0D599 background

This text has black color on #B0D599 background.


White color preview on #B0D599 background

This text has white color on #B0D599 background.