COLOR #B5EEB2

HEX: #B5EEB2
RGB: (181,238,178)

Color info

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

RGB color model

#B5EEB2 color RGB value is (181,238,178).

  • red value is 181;
  • green value is 238;
  • blue value is 178.
RGB:
(181,238,178)
(71%,93%,70%)

RGB channels and saturation

R 181 of 255 = 71%
G 238 of 255 = 93%
B 178 of 255 = 70%

181
238
178

R + G + B ~ 78%. #B5EEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 238 + 178 = 597 (100%)
R 181 of 597 ~ 30.32%
G 238 of 597 ~ 39.87%
B 178 of 597 ~ 29.82%

%30.32
%39.87
%29.82

CMYK color model

#B5EEB2 color CMYK value is (24,0,25,7).

  • cyan value is 23.95%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 6.67%
CMYK:
(24,0,25,7)
C24M0Y25K7 
(24%,0%,25%,7%)
(0.24/0.00/0.25/0.07)	

CMYK percentages

%23.95
%0
%25.21
%6.67

Codes

Color #B5EEB2 in popluar color models

B5EEB2
RGB181238178
HSL117°63.83%81.57%
HSB/HSV117°25.21%93.33%
CMYK23.95%0.00%25.21%
6.67%

Color #B5EEB2 in popluar number systems.

HEXB5EEB2
Decimal181238178
Binary101101011110111010110010
Octal265356262

Shades and tints

Shades of #B5EEB2

#B5EEB2
(181,238,178)
#A5D9A2
(165,217,162)
#95C492
(149,196,146)
#85AF82
(133,175,130)
#759A72
(117,154,114)
#658562
(101,133,98)
#557052
(85,112,82)
#455B42
(69,91,66)
#354632
(53,70,50)
#253122
(37,49,34)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #B5EEB2

#B5EEB2
(181,238,178)
#BBEFB9
(187,239,185)
#C1F0C0
(193,240,192)
#C7F1C7
(199,241,199)
#CDF2CE
(205,242,206)
#D3F3D5
(211,243,213)
#D9F4DC
(217,244,220)
#DFF5E3
(223,245,227)
#E5F6EA
(229,246,234)
#EBF7F1
(235,247,241)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EEB2; }

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

This text font color is #B5EEB2.


Background Color

.myBgColor { background-color: #B5EEB2; }

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

This div background color is #B5EEB2.


Border color

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

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

This div border color is #B5EEB2.


Opacity

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

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

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

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

This text has shadow with #B5EEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EEB2 on black background.


Color preview on white background

This text has color #B5EEB2 on white background.



Black color preview on #B5EEB2 background

This text has black color on #B5EEB2 background.


White color preview on #B5EEB2 background

This text has white color on #B5EEB2 background.