COLOR #B5F5E3

HEX: #B5F5E3
RGB: (181,245,227)

Color info

#B5F5E3 contains mainly green and blue colors. Web safe color of #B5F5E3 is #CCFFCC (or #CFC).

RGB color model

#B5F5E3 color RGB value is (181,245,227).

  • red value is 181;
  • green value is 245;
  • blue value is 227.
RGB:
(181,245,227)
(71%,96%,89%)

RGB channels and saturation

R 181 of 255 = 71%
G 245 of 255 = 96%
B 227 of 255 = 89%

181
245
227

R + G + B ~ 85%. #B5F5E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 245 + 227 = 653 (100%)
R 181 of 653 ~ 27.72%
G 245 of 653 ~ 37.52%
B 227 of 653 ~ 34.76%

%27.72
%37.52
%34.76

CMYK color model

#B5F5E3 color CMYK value is (26,0,7,4).

  • cyan value is 26.12%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 3.92%
CMYK:
(26,0,7,4)
C26M0Y7K4 
(26%,0%,7%,4%)
(0.26/0.00/0.07/0.04)	

CMYK percentages

%26.12
%0
%7.35
%3.92

Codes

Color #B5F5E3 in popluar color models

B5F5E3
RGB181245227
HSL163°76.19%83.53%
HSB/HSV163°26.12%96.08%
CMYK26.12%0.00%7.35%
3.92%

Color #B5F5E3 in popluar number systems.

HEXB5F5E3
Decimal181245227
Binary101101011111010111100011
Octal265365343

Shades and tints

Shades of #B5F5E3

#B5F5E3
(181,245,227)
#A5DFCF
(165,223,207)
#95C9BB
(149,201,187)
#85B3A7
(133,179,167)
#759D93
(117,157,147)
#65877F
(101,135,127)
#55716B
(85,113,107)
#455B57
(69,91,87)
#354543
(53,69,67)
#252F2F
(37,47,47)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #B5F5E3

#B5F5E3
(181,245,227)
#BBF5E5
(187,245,229)
#C1F5E7
(193,245,231)
#C7F5E9
(199,245,233)
#CDF5EB
(205,245,235)
#D3F5ED
(211,245,237)
#D9F5EF
(217,245,239)
#DFF5F1
(223,245,241)
#E5F5F3
(229,245,243)
#EBF5F5
(235,245,245)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F5E3 color. Also use rgb(181,245,227) instead hex code.

Text Font Color

.myTextColor { color: #B5F5E3; }

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

This text font color is #B5F5E3.


Background Color

.myBgColor { background-color: #B5F5E3; }

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

This div background color is #B5F5E3.


Border color

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

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

This div border color is #B5F5E3.


Opacity

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

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

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

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

This text has shadow with #B5F5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F5E3 on black background.


Color preview on white background

This text has color #B5F5E3 on white background.



Black color preview on #B5F5E3 background

This text has black color on #B5F5E3 background.


White color preview on #B5F5E3 background

This text has white color on #B5F5E3 background.