COLOR #B4EBB9

HEX: #B4EBB9 RGB: (180,235,185)

Color info

#B4EBB9 contains red, green and blue colors in about the same proportion. Web safe color of #B4EBB9 is #CCFFCC (or #CFC).

RGB color model

#B4EBB9 color RGB value is (180,235,185).

RGB: (180,235,185) (71%, 92%, 73%)

RGB channels and saturation

R 180 of 255 = 71%
G 235 of 255 = 92%
B 185 of 255 = 73%

180
235
185

R + G + B ~ 79%. #B4EBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 235 + 185 = 600 (100%)
R 180 of 600 ~ 30%
G 235 of 600 ~ 39.17%
B 185 of 600 ~ 30.83'%

%30
%39.17
%30.83

CMYK color model

#B4EBB9 color CMYK value is (23,0,21,8).

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

CMYK: (23,0,21,8)
C23M0Y21K8 (23%, 0%, 21%, 8%)
(0.23 / 0.00 / 0.21 / 0.08)

CMYK percentages

%23.4
%0
%21.28
%7.84

Codes

Color #B4EBB9 in popluar color models

B4 EB B9
RGB 180 235 185
HSL 125° 57.89% 81.37%
HSB/HSV 125° 23.40% 92.16%
CMYK 23.40% 0.00% 21.28%
7.84%

Color #B4EBB9 in popluar number systems.

HEX B4 EB B9
Decimal 180 235 185
Binary 10110100 11101011 10111001
Octal 264 353 271

Shades and tints

Shades of #B4EBB9

#B4EBB9
(180,235,185)
#A4D6A9
(164,214,169)
#94C199
(148,193,153)
#84AC89
(132,172,137)
#749779
(116,151,121)
#648269
(100,130,105)
#546D59
(84,109,89)
#445849
(68,88,73)
#344339
(52,67,57)
#242E29
(36,46,41)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #B4EBB9

#B4EBB9
(180,235,185)
#BAECBF
(186,236,191)
#C0EDC5
(192,237,197)
#C6EECB
(198,238,203)
#CCEFD1
(204,239,209)
#D2F0D7
(210,240,215)
#D8F1DD
(216,241,221)
#DEF2E3
(222,242,227)
#E4F3E9
(228,243,233)
#EAF4EF
(234,244,239)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EBB9; }

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

This text font color is #B4EBB9.

Background Color

.myBgColor { background-color: #B4EBB9; }

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

This div background color is #B4EBB9.

Border color

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

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

This div border color is #B4EBB9.

Opacity

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

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

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

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

This text has shadow with #B4EBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EBB9.

Preview

Color preview on black background

This text has color #B4EBB9 on black background.


Color preview on white background

This text has color #B4EBB9 on white background.


Black color preview on #B4EBB9 background

This text has black color on #B4EBB9 background.


White color preview on #B4EBB9 background

This text has white color on #B4EBB9 background.


Related colors

Complementary color

Complementary color for #hex is #4B1446.


I love getcolorcode.com

Triadic colors

1 #B9B4EB and #EBB9B4 with #B4EBB9 are triadic colors.

2 #B9EBB4 and #EBB4B9 with #B4EBB9 are triadic colors.