COLOR #B4EBA2

HEX: #B4EBA2 RGB: (180,235,162)

Color info

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

RGB color model

#B4EBA2 color RGB value is (180,235,162).

RGB: (180,235,162) (71%, 92%, 64%)

RGB channels and saturation

R 180 of 255 = 71%
G 235 of 255 = 92%
B 162 of 255 = 64%

180
235
162

R + G + B ~ 76%. #B4EBA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 235 + 162 = 577 (100%)
R 180 of 577 ~ 31.2%
G 235 of 577 ~ 40.73%
B 162 of 577 ~ 28.08'%

%31.2
%40.73
%28.08

CMYK color model

#B4EBA2 color CMYK value is (23,0,31,8).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 31.06%
  • key color value is 7.84%

CMYK: (23,0,31,8)
C23M0Y31K8 (23%, 0%, 31%, 8%)
(0.23 / 0.00 / 0.31 / 0.08)

CMYK percentages

%23.4
%0
%31.06
%7.84

Codes

Color #B4EBA2 in popluar color models

B4 EB A2
RGB 180 235 162
HSL 105° 64.60% 77.84%
HSB/HSV 105° 31.06% 92.16%
CMYK 23.40% 0.00% 31.06%
7.84%

Color #B4EBA2 in popluar number systems.

HEX B4 EB A2
Decimal 180 235 162
Binary 10110100 11101011 10100010
Octal 264 353 242

Shades and tints

Shades of #B4EBA2

#B4EBA2
(180,235,162)
#A4D694
(164,214,148)
#94C186
(148,193,134)
#84AC78
(132,172,120)
#74976A
(116,151,106)
#64825C
(100,130,92)
#546D4E
(84,109,78)
#445840
(68,88,64)
#344332
(52,67,50)
#242E24
(36,46,36)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #B4EBA2

#B4EBA2
(180,235,162)
#BAECAA
(186,236,170)
#C0EDB2
(192,237,178)
#C6EEBA
(198,238,186)
#CCEFC2
(204,239,194)
#D2F0CA
(210,240,202)
#D8F1D2
(216,241,210)
#DEF2DA
(222,242,218)
#E4F3E2
(228,243,226)
#EAF4EA
(234,244,234)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EBA2; }

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

This text font color is #B4EBA2.

Background Color

.myBgColor { background-color: #B4EBA2; }

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

This div background color is #B4EBA2.

Border color

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

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

This div border color is #B4EBA2.

Opacity

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

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

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

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

This text has shadow with #B4EBA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EBA2.

Preview

Color preview on black background

This text has color #B4EBA2 on black background.


Color preview on white background

This text has color #B4EBA2 on white background.


Black color preview on #B4EBA2 background

This text has black color on #B4EBA2 background.


White color preview on #B4EBA2 background

This text has white color on #B4EBA2 background.


Related colors

Complementary color

Complementary color for #hex is #4B145D.


I love getcolorcode.com

Triadic colors

1 #A2B4EB and #EBA2B4 with #B4EBA2 are triadic colors.

2 #A2EBB4 and #EBB4A2 with #B4EBA2 are triadic colors.