COLOR #B5EBAC

HEX: #B5EBAC
RGB: (181,235,172)

Color info

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

RGB color model

#B5EBAC color RGB value is (181,235,172).

  • red value is 181;
  • green value is 235;
  • blue value is 172.
RGB:
(181,235,172)
(71%,92%,67%)

RGB channels and saturation

R 181 of 255 = 71%
G 235 of 255 = 92%
B 172 of 255 = 67%

181
235
172

R + G + B ~ 77%. #B5EBAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 235 + 172 = 588 (100%)
R 181 of 588 ~ 30.78%
G 235 of 588 ~ 39.97%
B 172 of 588 ~ 29.25%

%30.78
%39.97
%29.25

CMYK color model

#B5EBAC color CMYK value is (23,0,27,8).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 26.81%
  • key color value is 7.84%
CMYK:
(23,0,27,8)
C23M0Y27K8 
(23%,0%,27%,8%)
(0.23/0.00/0.27/0.08)	

CMYK percentages

%22.98
%0
%26.81
%7.84

Codes

Color #B5EBAC in popluar color models

B5EBAC
RGB181235172
HSL111°61.17%79.80%
HSB/HSV111°26.81%92.16%
CMYK22.98%0.00%26.81%
7.84%

Color #B5EBAC in popluar number systems.

HEXB5EBAC
Decimal181235172
Binary101101011110101110101100
Octal265353254

Shades and tints

Shades of #B5EBAC

#B5EBAC
(181,235,172)
#A5D69D
(165,214,157)
#95C18E
(149,193,142)
#85AC7F
(133,172,127)
#759770
(117,151,112)
#658261
(101,130,97)
#556D52
(85,109,82)
#455843
(69,88,67)
#354334
(53,67,52)
#252E25
(37,46,37)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #B5EBAC

#B5EBAC
(181,235,172)
#BBECB3
(187,236,179)
#C1EDBA
(193,237,186)
#C7EEC1
(199,238,193)
#CDEFC8
(205,239,200)
#D3F0CF
(211,240,207)
#D9F1D6
(217,241,214)
#DFF2DD
(223,242,221)
#E5F3E4
(229,243,228)
#EBF4EB
(235,244,235)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EBAC color. Also use rgb(181,235,172) instead hex code.

Text Font Color

.myTextColor { color: #B5EBAC; }

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

This text font color is #B5EBAC.


Background Color

.myBgColor { background-color: #B5EBAC; }

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

This div background color is #B5EBAC.


Border color

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

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

This div border color is #B5EBAC.


Opacity

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

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

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

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

This text has shadow with #B5EBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EBAC on black background.


Color preview on white background

This text has color #B5EBAC on white background.



Black color preview on #B5EBAC background

This text has black color on #B5EBAC background.


White color preview on #B5EBAC background

This text has white color on #B5EBAC background.