COLOR #B4EE9C

HEX: #B4EE9C RGB: (180,238,156)

Color info

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

RGB color model

#B4EE9C color RGB value is (180,238,156).

RGB: (180,238,156) (71%, 93%, 61%)

RGB channels and saturation

R 180 of 255 = 71%
G 238 of 255 = 93%
B 156 of 255 = 61%

180
238
156

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

Portions of RGB colors in percentages

R + G + B = 180 + 238 + 156 = 574 (100%)
R 180 of 574 ~ 31.36%
G 238 of 574 ~ 41.46%
B 156 of 574 ~ 27.18'%

%31.36
%41.46
%27.18

CMYK color model

#B4EE9C color CMYK value is (24,0,34,7).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 34.45%
  • key color value is 6.67%

CMYK: (24,0,34,7)
C24M0Y34K7 (24%, 0%, 34%, 7%)
(0.24 / 0.00 / 0.34 / 0.07)

CMYK percentages

%24.37
%0
%34.45
%6.67

Codes

Color #B4EE9C in popluar color models

B4 EE 9C
RGB 180 238 156
HSL 102° 70.69% 77.25%
HSB/HSV 102° 34.45% 93.33%
CMYK 24.37% 0.00% 34.45%
6.67%

Color #B4EE9C in popluar number systems.

HEX B4 EE 9C
Decimal 180 238 156
Binary 10110100 11101110 10011100
Octal 264 356 234

Shades and tints

Shades of #B4EE9C

#B4EE9C
(180,238,156)
#A4D98E
(164,217,142)
#94C480
(148,196,128)
#84AF72
(132,175,114)
#749A64
(116,154,100)
#648556
(100,133,86)
#547048
(84,112,72)
#445B3A
(68,91,58)
#34462C
(52,70,44)
#24311E
(36,49,30)
#141C10
(20,28,16)
#000000
(0,0,0)

Tints of #B4EE9C

#B4EE9C
(180,238,156)
#BAEFA5
(186,239,165)
#C0F0AE
(192,240,174)
#C6F1B7
(198,241,183)
#CCF2C0
(204,242,192)
#D2F3C9
(210,243,201)
#D8F4D2
(216,244,210)
#DEF5DB
(222,245,219)
#E4F6E4
(228,246,228)
#EAF7ED
(234,247,237)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EE9C color. Also use rgb(180,238,156) instead hex code.

Text Font Color

.myTextColor { color: #B4EE9C; }

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

This text font color is #B4EE9C.

Background Color

.myBgColor { background-color: #B4EE9C; }

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

This div background color is #B4EE9C.

Border color

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

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

This div border color is #B4EE9C.

Opacity

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

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

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

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

This text has shadow with #B4EE9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EE9C.

Preview

Color preview on black background

This text has color #B4EE9C on black background.


Color preview on white background

This text has color #B4EE9C on white background.


Black color preview on #B4EE9C background

This text has black color on #B4EE9C background.


White color preview on #B4EE9C background

This text has white color on #B4EE9C background.


Related colors

Complementary color

Complementary color for #hex is #4B1163.


I love getcolorcode.com

Triadic colors

1 #9CB4EE and #EE9CB4 with #B4EE9C are triadic colors.

2 #9CEEB4 and #EEB49C with #B4EE9C are triadic colors.