COLOR #B0DC63

HEX: #B0DC63
RGB: (176,220,99)

Color info

#B0DC63 contains mainly red and green colors. Web safe color of #B0DC63 is #99CC66 (or #9C6).

RGB color model

#B0DC63 color RGB value is (176,220,99).

  • red value is 176;
  • green value is 220;
  • blue value is 99.
RGB:
(176,220,99)
(69%,86%,39%)

RGB channels and saturation

R 176 of 255 = 69%
G 220 of 255 = 86%
B 99 of 255 = 39%

176
220
99

R + G + B ~ 65%. #B0DC63 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 220 + 99 = 495 (100%)
R 176 of 495 ~ 35.56%
G 220 of 495 ~ 44.44%
B 99 of 495 ~ 20%

%35.56
%44.44
%20

CMYK color model

#B0DC63 color CMYK value is (20,0,55,14).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 13.73%
CMYK:
(20,0,55,14)
C20M0Y55K14 
(20%,0%,55%,14%)
(0.20/0.00/0.55/0.14)	

CMYK percentages

%20
%0
%55
%13.73

Codes

Color #B0DC63 in popluar color models

B0DC63
RGB17622099
HSL82°63.35%62.55%
HSB/HSV82°55.00%86.27%
CMYK20.00%0.00%55.00%
13.73%

Color #B0DC63 in popluar number systems.

HEXB0DC63
Decimal17622099
Binary10110000110111001100011
Octal260334143

Shades and tints

Shades of #B0DC63

#B0DC63
(176,220,99)
#A0C85A
(160,200,90)
#90B451
(144,180,81)
#80A048
(128,160,72)
#708C3F
(112,140,63)
#607836
(96,120,54)
#50642D
(80,100,45)
#405024
(64,80,36)
#303C1B
(48,60,27)
#202812
(32,40,18)
#101409
(16,20,9)
#000000
(0,0,0)

Tints of #B0DC63

#B0DC63
(176,220,99)
#B7DF71
(183,223,113)
#BEE27F
(190,226,127)
#C5E58D
(197,229,141)
#CCE89B
(204,232,155)
#D3EBA9
(211,235,169)
#DAEEB7
(218,238,183)
#E1F1C5
(225,241,197)
#E8F4D3
(232,244,211)
#EFF7E1
(239,247,225)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DC63 color. Also use rgb(176,220,99) instead hex code.

Text Font Color

.myTextColor { color: #B0DC63; }

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

This text font color is #B0DC63.


Background Color

.myBgColor { background-color: #B0DC63; }

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

This div background color is #B0DC63.


Border color

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

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

This div border color is #B0DC63.


Opacity

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

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

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

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

This text has shadow with #B0DC63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DC63 on black background.


Color preview on white background

This text has color #B0DC63 on white background.



Black color preview on #B0DC63 background

This text has black color on #B0DC63 background.


White color preview on #B0DC63 background

This text has white color on #B0DC63 background.