COLOR #B4EBA3

HEX: #B4EBA3 RGB: (180,235,163)

Color info

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

RGB color model

#B4EBA3 color RGB value is (180,235,163).

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

RGB channels and saturation

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

180
235
163

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

Portions of RGB colors in percentages

R + G + B = 180 + 235 + 163 = 578 (100%)
R 180 of 578 ~ 31.14%
G 235 of 578 ~ 40.66%
B 163 of 578 ~ 28.2'%

%31.14
%40.66
%28.2

CMYK color model

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

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 30.64%
  • 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
%30.64
%7.84

Codes

Color #B4EBA3 in popluar color models

B4 EB A3
RGB 180 235 163
HSL 106° 64.29% 78.04%
HSB/HSV 106° 30.64% 92.16%
CMYK 23.40% 0.00% 30.64%
7.84%

Color #B4EBA3 in popluar number systems.

HEX B4 EB A3
Decimal 180 235 163
Binary 10110100 11101011 10100011
Octal 264 353 243

Shades and tints

Shades of #B4EBA3

#B4EBA3
(180,235,163)
#A4D695
(164,214,149)
#94C187
(148,193,135)
#84AC79
(132,172,121)
#74976B
(116,151,107)
#64825D
(100,130,93)
#546D4F
(84,109,79)
#445841
(68,88,65)
#344333
(52,67,51)
#242E25
(36,46,37)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #B4EBA3

#B4EBA3
(180,235,163)
#BAECAB
(186,236,171)
#C0EDB3
(192,237,179)
#C6EEBB
(198,238,187)
#CCEFC3
(204,239,195)
#D2F0CB
(210,240,203)
#D8F1D3
(216,241,211)
#DEF2DB
(222,242,219)
#E4F3E3
(228,243,227)
#EAF4EB
(234,244,235)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EBA3; }

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

This text font color is #B4EBA3.

Background Color

.myBgColor { background-color: #B4EBA3; }

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

This div background color is #B4EBA3.

Border color

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

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

This div border color is #B4EBA3.

Opacity

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

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

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

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

This text has shadow with #B4EBA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EBA3.

Preview

Color preview on black background

This text has color #B4EBA3 on black background.


Color preview on white background

This text has color #B4EBA3 on white background.


Black color preview on #B4EBA3 background

This text has black color on #B4EBA3 background.


White color preview on #B4EBA3 background

This text has white color on #B4EBA3 background.


Related colors

Complementary color

Complementary color for #hex is #4B145C.


I love getcolorcode.com

Triadic colors

1 #A3B4EB and #EBA3B4 with #B4EBA3 are triadic colors.

2 #A3EBB4 and #EBB4A3 with #B4EBA3 are triadic colors.