COLOR #B1DE75

HEX: #B1DE75
RGB: (177,222,117)

Color info

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

RGB color model

#B1DE75 color RGB value is (177,222,117).

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

RGB channels and saturation

R 177 of 255 = 69%
G 222 of 255 = 87%
B 117 of 255 = 46%

177
222
117

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

Portions of RGB colors in percentages

R + G + B =
177 + 222 + 117 = 516 (100%)
R 177 of 516 ~ 34.3%
G 222 of 516 ~ 43.02%
B 117 of 516 ~ 22.67%

%34.3
%43.02
%22.67

CMYK color model

#B1DE75 color CMYK value is (20,0,47,13).

  • cyan value is 20.27%
  • magenta value is 0.00%
  • yellow value is 47.30%
  • key color value is 12.94%
CMYK:
(20,0,47,13)
C20M0Y47K13 
(20%,0%,47%,13%)
(0.20/0.00/0.47/0.13)	

CMYK percentages

%20.27
%0
%47.3
%12.94

Codes

Color #B1DE75 in popluar color models

B1DE75
RGB177222117
HSL86°61.40%66.47%
HSB/HSV86°47.30%87.06%
CMYK20.27%0.00%47.30%
12.94%

Color #B1DE75 in popluar number systems.

HEXB1DE75
Decimal177222117
Binary10110001110111101110101
Octal261336165

Shades and tints

Shades of #B1DE75

#B1DE75
(177,222,117)
#A1CA6B
(161,202,107)
#91B661
(145,182,97)
#81A257
(129,162,87)
#718E4D
(113,142,77)
#617A43
(97,122,67)
#516639
(81,102,57)
#41522F
(65,82,47)
#313E25
(49,62,37)
#212A1B
(33,42,27)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #B1DE75

#B1DE75
(177,222,117)
#B8E181
(184,225,129)
#BFE48D
(191,228,141)
#C6E799
(198,231,153)
#CDEAA5
(205,234,165)
#D4EDB1
(212,237,177)
#DBF0BD
(219,240,189)
#E2F3C9
(226,243,201)
#E9F6D5
(233,246,213)
#F0F9E1
(240,249,225)
#F7FCED
(247,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DE75; }

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

This text font color is #B1DE75.


Background Color

.myBgColor { background-color: #B1DE75; }

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

This div background color is #B1DE75.


Border color

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

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

This div border color is #B1DE75.


Opacity

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

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

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

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

This text has shadow with #B1DE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DE75 on black background.


Color preview on white background

This text has color #B1DE75 on white background.



Black color preview on #B1DE75 background

This text has black color on #B1DE75 background.


White color preview on #B1DE75 background

This text has white color on #B1DE75 background.