COLOR #B4E3A3

HEX: #B4E3A3
RGB: (180,227,163)

Color info

#B4E3A3 contains mainly red and green colors. Web safe color of #B4E3A3 is #CCCC99 (or #CC9).

RGB color model

#B4E3A3 color RGB value is (180,227,163).

  • red value is 180;
  • green value is 227;
  • blue value is 163.
RGB:
(180,227,163)
(71%,89%,64%)

RGB channels and saturation

R 180 of 255 = 71%
G 227 of 255 = 89%
B 163 of 255 = 64%

180
227
163

R + G + B ~ 75%. #B4E3A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 227 + 163 = 570 (100%)
R 180 of 570 ~ 31.58%
G 227 of 570 ~ 39.82%
B 163 of 570 ~ 28.6%

%31.58
%39.82
%28.6

CMYK color model

#B4E3A3 color CMYK value is (21,0,28,11).

  • cyan value is 20.70%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 10.98%
CMYK:
(21,0,28,11)
C21M0Y28K11 
(21%,0%,28%,11%)
(0.21/0.00/0.28/0.11)	

CMYK percentages

%20.7
%0
%28.19
%10.98

Codes

Color #B4E3A3 in popluar color models

B4E3A3
RGB180227163
HSL104°53.33%76.47%
HSB/HSV104°28.19%89.02%
CMYK20.70%0.00%28.19%
10.98%

Color #B4E3A3 in popluar number systems.

HEXB4E3A3
Decimal180227163
Binary101101001110001110100011
Octal264343243

Shades and tints

Shades of #B4E3A3

#B4E3A3
(180,227,163)
#A4CF95
(164,207,149)
#94BB87
(148,187,135)
#84A779
(132,167,121)
#74936B
(116,147,107)
#647F5D
(100,127,93)
#546B4F
(84,107,79)
#445741
(68,87,65)
#344333
(52,67,51)
#242F25
(36,47,37)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #B4E3A3

#B4E3A3
(180,227,163)
#BAE5AB
(186,229,171)
#C0E7B3
(192,231,179)
#C6E9BB
(198,233,187)
#CCEBC3
(204,235,195)
#D2EDCB
(210,237,203)
#D8EFD3
(216,239,211)
#DEF1DB
(222,241,219)
#E4F3E3
(228,243,227)
#EAF5EB
(234,245,235)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E3A3; }

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

This text font color is #B4E3A3.


Background Color

.myBgColor { background-color: #B4E3A3; }

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

This div background color is #B4E3A3.


Border color

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

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

This div border color is #B4E3A3.


Opacity

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

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

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

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

This text has shadow with #B4E3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E3A3 on black background.


Color preview on white background

This text has color #B4E3A3 on white background.



Black color preview on #B4E3A3 background

This text has black color on #B4E3A3 background.


White color preview on #B4E3A3 background

This text has white color on #B4E3A3 background.