COLOR #B1DB75

HEX: #B1DB75
RGB: (177,219,117)

Color info

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

RGB color model

#B1DB75 color RGB value is (177,219,117).

  • red value is 177;
  • green value is 219;
  • blue value is 117.
RGB:
(177,219,117)
(69%,86%,46%)

RGB channels and saturation

R 177 of 255 = 69%
G 219 of 255 = 86%
B 117 of 255 = 46%

177
219
117

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

Portions of RGB colors in percentages

R + G + B =
177 + 219 + 117 = 513 (100%)
R 177 of 513 ~ 34.5%
G 219 of 513 ~ 42.69%
B 117 of 513 ~ 22.81%

%34.5
%42.69
%22.81

CMYK color model

#B1DB75 color CMYK value is (19,0,47,14).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 46.58%
  • key color value is 14.12%
CMYK:
(19,0,47,14)
C19M0Y47K14 
(19%,0%,47%,14%)
(0.19/0.00/0.47/0.14)	

CMYK percentages

%19.18
%0
%46.58
%14.12

Codes

Color #B1DB75 in popluar color models

B1DB75
RGB177219117
HSL85°58.62%65.88%
HSB/HSV85°46.58%85.88%
CMYK19.18%0.00%46.58%
14.12%

Color #B1DB75 in popluar number systems.

HEXB1DB75
Decimal177219117
Binary10110001110110111110101
Octal261333165

Shades and tints

Shades of #B1DB75

#B1DB75
(177,219,117)
#A1C86B
(161,200,107)
#91B561
(145,181,97)
#81A257
(129,162,87)
#718F4D
(113,143,77)
#617C43
(97,124,67)
#516939
(81,105,57)
#41562F
(65,86,47)
#314325
(49,67,37)
#21301B
(33,48,27)
#111D11
(17,29,17)
#000000
(0,0,0)

Tints of #B1DB75

#B1DB75
(177,219,117)
#B8DE81
(184,222,129)
#BFE18D
(191,225,141)
#C6E499
(198,228,153)
#CDE7A5
(205,231,165)
#D4EAB1
(212,234,177)
#DBEDBD
(219,237,189)
#E2F0C9
(226,240,201)
#E9F3D5
(233,243,213)
#F0F6E1
(240,246,225)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DB75 color. Also use rgb(177,219,117) instead hex code.

Text Font Color

.myTextColor { color: #B1DB75; }

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

This text font color is #B1DB75.


Background Color

.myBgColor { background-color: #B1DB75; }

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

This div background color is #B1DB75.


Border color

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

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

This div border color is #B1DB75.


Opacity

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

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

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

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

This text has shadow with #B1DB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DB75 on black background.


Color preview on white background

This text has color #B1DB75 on white background.



Black color preview on #B1DB75 background

This text has black color on #B1DB75 background.


White color preview on #B1DB75 background

This text has white color on #B1DB75 background.