COLOR #B2D775

HEX: #B2D775
RGB: (178,215,117)

Color info

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

RGB color model

#B2D775 color RGB value is (178,215,117).

  • red value is 178;
  • green value is 215;
  • blue value is 117.
RGB:
(178,215,117)
(70%,84%,46%)

RGB channels and saturation

R 178 of 255 = 70%
G 215 of 255 = 84%
B 117 of 255 = 46%

178
215
117

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

Portions of RGB colors in percentages

R + G + B =
178 + 215 + 117 = 510 (100%)
R 178 of 510 ~ 34.9%
G 215 of 510 ~ 42.16%
B 117 of 510 ~ 22.94%

%34.9
%42.16
%22.94

CMYK color model

#B2D775 color CMYK value is (17,0,46,16).

  • cyan value is 17.21%
  • magenta value is 0.00%
  • yellow value is 45.58%
  • key color value is 15.69%
CMYK:
(17,0,46,16)
C17M0Y46K16 
(17%,0%,46%,16%)
(0.17/0.00/0.46/0.16)	

CMYK percentages

%17.21
%0
%45.58
%15.69

Codes

Color #B2D775 in popluar color models

B2D775
RGB178215117
HSL83°55.06%65.10%
HSB/HSV83°45.58%84.31%
CMYK17.21%0.00%45.58%
15.69%

Color #B2D775 in popluar number systems.

HEXB2D775
Decimal178215117
Binary10110010110101111110101
Octal262327165

Shades and tints

Shades of #B2D775

#B2D775
(178,215,117)
#A2C46B
(162,196,107)
#92B161
(146,177,97)
#829E57
(130,158,87)
#728B4D
(114,139,77)
#627843
(98,120,67)
#526539
(82,101,57)
#42522F
(66,82,47)
#323F25
(50,63,37)
#222C1B
(34,44,27)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #B2D775

#B2D775
(178,215,117)
#B9DA81
(185,218,129)
#C0DD8D
(192,221,141)
#C7E099
(199,224,153)
#CEE3A5
(206,227,165)
#D5E6B1
(213,230,177)
#DCE9BD
(220,233,189)
#E3ECC9
(227,236,201)
#EAEFD5
(234,239,213)
#F1F2E1
(241,242,225)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D775 color. Also use rgb(178,215,117) instead hex code.

Text Font Color

.myTextColor { color: #B2D775; }

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

This text font color is #B2D775.


Background Color

.myBgColor { background-color: #B2D775; }

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

This div background color is #B2D775.


Border color

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

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

This div border color is #B2D775.


Opacity

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

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

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

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

This text has shadow with #B2D775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D775 on black background.


Color preview on white background

This text has color #B2D775 on white background.



Black color preview on #B2D775 background

This text has black color on #B2D775 background.


White color preview on #B2D775 background

This text has white color on #B2D775 background.