COLOR #B4EB98

HEX: #B4EB98
RGB: (180,235,152)

Color info

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

RGB color model

#B4EB98 color RGB value is (180,235,152).

  • red value is 180;
  • green value is 235;
  • blue value is 152.
RGB:
(180,235,152)
(71%,92%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 235 of 255 = 92%
B 152 of 255 = 60%

180
235
152

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

Portions of RGB colors in percentages

R + G + B =
180 + 235 + 152 = 567 (100%)
R 180 of 567 ~ 31.75%
G 235 of 567 ~ 41.45%
B 152 of 567 ~ 26.81%

%31.75
%41.45
%26.81

CMYK color model

#B4EB98 color CMYK value is (23,0,35,8).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 35.32%
  • key color value is 7.84%
CMYK:
(23,0,35,8)
C23M0Y35K8 
(23%,0%,35%,8%)
(0.23/0.00/0.35/0.08)	

CMYK percentages

%23.4
%0
%35.32
%7.84

Codes

Color #B4EB98 in popluar color models

B4EB98
RGB180235152
HSL100°67.48%75.88%
HSB/HSV100°35.32%92.16%
CMYK23.40%0.00%35.32%
7.84%

Color #B4EB98 in popluar number systems.

HEXB4EB98
Decimal180235152
Binary101101001110101110011000
Octal264353230

Shades and tints

Shades of #B4EB98

#B4EB98
(180,235,152)
#A4D68B
(164,214,139)
#94C17E
(148,193,126)
#84AC71
(132,172,113)
#749764
(116,151,100)
#648257
(100,130,87)
#546D4A
(84,109,74)
#44583D
(68,88,61)
#344330
(52,67,48)
#242E23
(36,46,35)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #B4EB98

#B4EB98
(180,235,152)
#BAECA1
(186,236,161)
#C0EDAA
(192,237,170)
#C6EEB3
(198,238,179)
#CCEFBC
(204,239,188)
#D2F0C5
(210,240,197)
#D8F1CE
(216,241,206)
#DEF2D7
(222,242,215)
#E4F3E0
(228,243,224)
#EAF4E9
(234,244,233)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EB98; }

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

This text font color is #B4EB98.


Background Color

.myBgColor { background-color: #B4EB98; }

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

This div background color is #B4EB98.


Border color

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

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

This div border color is #B4EB98.


Opacity

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

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

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

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

This text has shadow with #B4EB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EB98 on black background.


Color preview on white background

This text has color #B4EB98 on white background.



Black color preview on #B4EB98 background

This text has black color on #B4EB98 background.


White color preview on #B4EB98 background

This text has white color on #B4EB98 background.