COLOR #B5EEB9

HEX: #B5EEB9 RGB: (181,238,185)

Color info

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

RGB color model

#B5EEB9 color RGB value is (181,238,185).

RGB: (181,238,185) (71%, 93%, 73%)

RGB channels and saturation

R 181 of 255 = 71%
G 238 of 255 = 93%
B 185 of 255 = 73%

181
238
185

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

Portions of RGB colors in percentages

R + G + B = 181 + 238 + 185 = 604 (100%)
R 181 of 604 ~ 29.97%
G 238 of 604 ~ 39.4%
B 185 of 604 ~ 30.63'%

%29.97
%39.4
%30.63

CMYK color model

#B5EEB9 color CMYK value is (24,0,22,7).

  • cyan value is 23.95%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 6.67%

CMYK: (24,0,22,7)
C24M0Y22K7 (24%, 0%, 22%, 7%)
(0.24 / 0.00 / 0.22 / 0.07)

CMYK percentages

%23.95
%0
%22.27
%6.67

Codes

Color #B5EEB9 in popluar color models

B5 EE B9
RGB 181 238 185
HSL 124° 62.64% 82.16%
HSB/HSV 124° 23.95% 93.33%
CMYK 23.95% 0.00% 22.27%
6.67%

Color #B5EEB9 in popluar number systems.

HEX B5 EE B9
Decimal 181 238 185
Binary 10110101 11101110 10111001
Octal 265 356 271

Shades and tints

Shades of #B5EEB9

#B5EEB9
(181,238,185)
#A5D9A9
(165,217,169)
#95C499
(149,196,153)
#85AF89
(133,175,137)
#759A79
(117,154,121)
#658569
(101,133,105)
#557059
(85,112,89)
#455B49
(69,91,73)
#354639
(53,70,57)
#253129
(37,49,41)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #B5EEB9

#B5EEB9
(181,238,185)
#BBEFBF
(187,239,191)
#C1F0C5
(193,240,197)
#C7F1CB
(199,241,203)
#CDF2D1
(205,242,209)
#D3F3D7
(211,243,215)
#D9F4DD
(217,244,221)
#DFF5E3
(223,245,227)
#E5F6E9
(229,246,233)
#EBF7EF
(235,247,239)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EEB9 color. Also use rgb(181,238,185) instead hex code.

Text Font Color

.myTextColor { color: #B5EEB9; }

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

This text font color is #B5EEB9.

Background Color

.myBgColor { background-color: #B5EEB9; }

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

This div background color is #B5EEB9.

Border color

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

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

This div border color is #B5EEB9.

Opacity

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

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

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

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

This text has shadow with #B5EEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EEB9.

Preview

Color preview on black background

This text has color #B5EEB9 on black background.


Color preview on white background

This text has color #B5EEB9 on white background.


Black color preview on #B5EEB9 background

This text has black color on #B5EEB9 background.


White color preview on #B5EEB9 background

This text has white color on #B5EEB9 background.


Related colors

Complementary color

Complementary color for #hex is #4A1146.


I love getcolorcode.com

Triadic colors

1 #B9B5EE and #EEB9B5 with #B5EEB9 are triadic colors.

2 #B9EEB5 and #EEB5B9 with #B5EEB9 are triadic colors.