COLOR #B4E798

HEX: #B4E798 RGB: (180,231,152)

Color info

#B4E798 contains mainly red and green colors. Web safe color of #B4E798 is #CCFF99 (or #CF9).

RGB color model

#B4E798 color RGB value is (180,231,152).

RGB: (180,231,152) (71%, 91%, 60%)

RGB channels and saturation

R 180 of 255 = 71%
G 231 of 255 = 91%
B 152 of 255 = 60%

180
231
152

R + G + B ~ 74%. #B4E798 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 231 + 152 = 563 (100%)
R 180 of 563 ~ 31.97%
G 231 of 563 ~ 41.03%
B 152 of 563 ~ 27'%

%31.97
%41.03
%27

CMYK color model

#B4E798 color CMYK value is (22,0,34,9).

  • cyan value is 22.08%
  • magenta value is 0.00%
  • yellow value is 34.20%
  • key color value is 9.41%

CMYK: (22,0,34,9)
C22M0Y34K9 (22%, 0%, 34%, 9%)
(0.22 / 0.00 / 0.34 / 0.09)

CMYK percentages

%22.08
%0
%34.2
%9.41

Codes

Color #B4E798 in popluar color models

B4 E7 98
RGB 180 231 152
HSL 99° 62.20% 75.10%
HSB/HSV 99° 34.20% 90.59%
CMYK 22.08% 0.00% 34.20%
9.41%

Color #B4E798 in popluar number systems.

HEX B4 E7 98
Decimal 180 231 152
Binary 10110100 11100111 10011000
Octal 264 347 230

Shades and tints

Shades of #B4E798

#B4E798
(180,231,152)
#A4D28B
(164,210,139)
#94BD7E
(148,189,126)
#84A871
(132,168,113)
#749364
(116,147,100)
#647E57
(100,126,87)
#54694A
(84,105,74)
#44543D
(68,84,61)
#343F30
(52,63,48)
#242A23
(36,42,35)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #B4E798

#B4E798
(180,231,152)
#BAE9A1
(186,233,161)
#C0EBAA
(192,235,170)
#C6EDB3
(198,237,179)
#CCEFBC
(204,239,188)
#D2F1C5
(210,241,197)
#D8F3CE
(216,243,206)
#DEF5D7
(222,245,215)
#E4F7E0
(228,247,224)
#EAF9E9
(234,249,233)
#F0FBF2
(240,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E798 color. Also use rgb(180,231,152) instead hex code.

Text Font Color

.myTextColor { color: #B4E798; }

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

This text font color is #B4E798.

Background Color

.myBgColor { background-color: #B4E798; }

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

This div background color is #B4E798.

Border color

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

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

This div border color is #B4E798.

Opacity

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

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

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

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

This text has shadow with #B4E798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E798.

Preview

Color preview on black background

This text has color #B4E798 on black background.


Color preview on white background

This text has color #B4E798 on white background.


Black color preview on #B4E798 background

This text has black color on #B4E798 background.


White color preview on #B4E798 background

This text has white color on #B4E798 background.


Related colors

Complementary color

Complementary color for #hex is #4B1867.


I love getcolorcode.com

Triadic colors

1 #98B4E7 and #E798B4 with #B4E798 are triadic colors.

2 #98E7B4 and #E7B498 with #B4E798 are triadic colors.