COLOR #B4EBAD

HEX: #B4EBAD
RGB: (180,235,173)

Color info

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

RGB color model

#B4EBAD color RGB value is (180,235,173).

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

RGB channels and saturation

R 180 of 255 = 71%
G 235 of 255 = 92%
B 173 of 255 = 68%

180
235
173

R + G + B ~ 77%. #B4EBAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 235 + 173 = 588 (100%)
R 180 of 588 ~ 30.61%
G 235 of 588 ~ 39.97%
B 173 of 588 ~ 29.42%

%30.61
%39.97
%29.42

CMYK color model

#B4EBAD color CMYK value is (23,0,26,8).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 7.84%
CMYK:
(23,0,26,8)
C23M0Y26K8 
(23%,0%,26%,8%)
(0.23/0.00/0.26/0.08)	

CMYK percentages

%23.4
%0
%26.38
%7.84

Codes

Color #B4EBAD in popluar color models

B4EBAD
RGB180235173
HSL113°60.78%80.00%
HSB/HSV113°26.38%92.16%
CMYK23.40%0.00%26.38%
7.84%

Color #B4EBAD in popluar number systems.

HEXB4EBAD
Decimal180235173
Binary101101001110101110101101
Octal264353255

Shades and tints

Shades of #B4EBAD

#B4EBAD
(180,235,173)
#A4D69E
(164,214,158)
#94C18F
(148,193,143)
#84AC80
(132,172,128)
#749771
(116,151,113)
#648262
(100,130,98)
#546D53
(84,109,83)
#445844
(68,88,68)
#344335
(52,67,53)
#242E26
(36,46,38)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #B4EBAD

#B4EBAD
(180,235,173)
#BAECB4
(186,236,180)
#C0EDBB
(192,237,187)
#C6EEC2
(198,238,194)
#CCEFC9
(204,239,201)
#D2F0D0
(210,240,208)
#D8F1D7
(216,241,215)
#DEF2DE
(222,242,222)
#E4F3E5
(228,243,229)
#EAF4EC
(234,244,236)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EBAD; }

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

This text font color is #B4EBAD.


Background Color

.myBgColor { background-color: #B4EBAD; }

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

This div background color is #B4EBAD.


Border color

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

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

This div border color is #B4EBAD.


Opacity

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

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

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

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

This text has shadow with #B4EBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EBAD on black background.


Color preview on white background

This text has color #B4EBAD on white background.



Black color preview on #B4EBAD background

This text has black color on #B4EBAD background.


White color preview on #B4EBAD background

This text has white color on #B4EBAD background.