COLOR #B0D307

HEX: #B0D307 RGB: (176,211,7)

Color info

#B0D307 contains mainly red and green colors. Web safe color of #B0D307 is #99CC00 (or #9C0).

RGB color model

#B0D307 color RGB value is (176,211,7).

RGB: (176,211,7) (69%, 83%, 3%)

RGB channels and saturation

R 176 of 255 = 69%
G 211 of 255 = 83%
B 7 of 255 = 3%

176
211
7

R + G + B ~ 52%. #B0D307 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 176 + 211 + 7 = 394 (100%)
R 176 of 394 ~ 44.67%
G 211 of 394 ~ 53.55%
B 7 of 394 ~ 1.78'%

%44.67
%53.55

CMYK color model

#B0D307 color CMYK value is (17,0,97,17).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 96.68%
  • key color value is 17.25%

CMYK: (17,0,97,17)
C17M0Y97K17 (17%, 0%, 97%, 17%)
(0.17 / 0.00 / 0.97 / 0.17)

CMYK percentages

%16.59
%0
%96.68
%17.25

Codes

Color #B0D307 in popluar color models

B0 D3 07
RGB 176 211 7
HSL 70° 93.58% 42.75%
HSB/HSV 70° 96.68% 82.75%
CMYK 16.59% 0.00% 96.68%
17.25%

Color #B0D307 in popluar number systems.

HEX B0 D3 07
Decimal 176 211 7
Binary 10110000 11010011 111
Octal 260 323 7

Shades and tints

Shades of #B0D307

#B0D307
(176,211,7)
#A0C007
(160,192,7)
#90AD07
(144,173,7)
#809A07
(128,154,7)
#708707
(112,135,7)
#607407
(96,116,7)
#506107
(80,97,7)
#404E07
(64,78,7)
#303B07
(48,59,7)
#202807
(32,40,7)
#101507
(16,21,7)
#000000
(0,0,0)

Tints of #B0D307

#B0D307
(176,211,7)
#B7D71D
(183,215,29)
#BEDB33
(190,219,51)
#C5DF49
(197,223,73)
#CCE35F
(204,227,95)
#D3E775
(211,231,117)
#DAEB8B
(218,235,139)
#E1EFA1
(225,239,161)
#E8F3B7
(232,243,183)
#EFF7CD
(239,247,205)
#F6FBE3
(246,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D307 color. Also use rgb(176,211,7) instead hex code.

Text Font Color

.myTextColor { color: #B0D307; }

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

This text font color is #B0D307.

Background Color

.myBgColor { background-color: #B0D307; }

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

This div background color is #B0D307.

Border color

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

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

This div border color is #B0D307.

Opacity

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

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

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

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

This text has shadow with #B0D307 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D307.

Preview

Color preview on black background

This text has color #B0D307 on black background.


Color preview on white background

This text has color #B0D307 on white background.


Black color preview on #B0D307 background

This text has black color on #B0D307 background.


White color preview on #B0D307 background

This text has white color on #B0D307 background.


Related colors

Complementary color

Complementary color for #hex is #4F2CF8.


I love getcolorcode.com

Triadic colors

1 #07B0D3 and #D307B0 with #B0D307 are triadic colors.

2 #07D3B0 and #D3B007 with #B0D307 are triadic colors.