COLOR #B5EBBC

HEX: #B5EBBC
RGB: (181,235,188)

Color info

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

RGB color model

#B5EBBC color RGB value is (181,235,188).

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

RGB channels and saturation

R 181 of 255 = 71%
G 235 of 255 = 92%
B 188 of 255 = 74%

181
235
188

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

Portions of RGB colors in percentages

R + G + B =
181 + 235 + 188 = 604 (100%)
R 181 of 604 ~ 29.97%
G 235 of 604 ~ 38.91%
B 188 of 604 ~ 31.13%

%29.97
%38.91
%31.13

CMYK color model

#B5EBBC color CMYK value is (23,0,20,8).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 7.84%
CMYK:
(23,0,20,8)
C23M0Y20K8 
(23%,0%,20%,8%)
(0.23/0.00/0.20/0.08)	

CMYK percentages

%22.98
%0
%20
%7.84

Codes

Color #B5EBBC in popluar color models

B5EBBC
RGB181235188
HSL128°57.45%81.57%
HSB/HSV128°22.98%92.16%
CMYK22.98%0.00%20.00%
7.84%

Color #B5EBBC in popluar number systems.

HEXB5EBBC
Decimal181235188
Binary101101011110101110111100
Octal265353274

Shades and tints

Shades of #B5EBBC

#B5EBBC
(181,235,188)
#A5D6AB
(165,214,171)
#95C19A
(149,193,154)
#85AC89
(133,172,137)
#759778
(117,151,120)
#658267
(101,130,103)
#556D56
(85,109,86)
#455845
(69,88,69)
#354334
(53,67,52)
#252E23
(37,46,35)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #B5EBBC

#B5EBBC
(181,235,188)
#BBECC2
(187,236,194)
#C1EDC8
(193,237,200)
#C7EECE
(199,238,206)
#CDEFD4
(205,239,212)
#D3F0DA
(211,240,218)
#D9F1E0
(217,241,224)
#DFF2E6
(223,242,230)
#E5F3EC
(229,243,236)
#EBF4F2
(235,244,242)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EBBC; }

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

This text font color is #B5EBBC.


Background Color

.myBgColor { background-color: #B5EBBC; }

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

This div background color is #B5EBBC.


Border color

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

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

This div border color is #B5EBBC.


Opacity

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

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

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

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

This text has shadow with #B5EBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EBBC on black background.


Color preview on white background

This text has color #B5EBBC on white background.



Black color preview on #B5EBBC background

This text has black color on #B5EBBC background.


White color preview on #B5EBBC background

This text has white color on #B5EBBC background.