COLOR #B5EFD4

HEX: #B5EFD4
RGB: (181,239,212)

Color info

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

RGB color model

#B5EFD4 color RGB value is (181,239,212).

  • red value is 181;
  • green value is 239;
  • blue value is 212.
RGB:
(181,239,212)
(71%,94%,83%)

RGB channels and saturation

R 181 of 255 = 71%
G 239 of 255 = 94%
B 212 of 255 = 83%

181
239
212

R + G + B ~ 83%. #B5EFD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 239 + 212 = 632 (100%)
R 181 of 632 ~ 28.64%
G 239 of 632 ~ 37.82%
B 212 of 632 ~ 33.54%

%28.64
%37.82
%33.54

CMYK color model

#B5EFD4 color CMYK value is (24,0,11,6).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK:
(24,0,11,6)
C24M0Y11K6 
(24%,0%,11%,6%)
(0.24/0.00/0.11/0.06)	

CMYK percentages

%24.27
%0
%11.3
%6.27

Codes

Color #B5EFD4 in popluar color models

B5EFD4
RGB181239212
HSL152°64.44%82.35%
HSB/HSV152°24.27%93.73%
CMYK24.27%0.00%11.30%
6.27%

Color #B5EFD4 in popluar number systems.

HEXB5EFD4
Decimal181239212
Binary101101011110111111010100
Octal265357324

Shades and tints

Shades of #B5EFD4

#B5EFD4
(181,239,212)
#A5DAC1
(165,218,193)
#95C5AE
(149,197,174)
#85B09B
(133,176,155)
#759B88
(117,155,136)
#658675
(101,134,117)
#557162
(85,113,98)
#455C4F
(69,92,79)
#35473C
(53,71,60)
#253229
(37,50,41)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #B5EFD4

#B5EFD4
(181,239,212)
#BBF0D7
(187,240,215)
#C1F1DA
(193,241,218)
#C7F2DD
(199,242,221)
#CDF3E0
(205,243,224)
#D3F4E3
(211,244,227)
#D9F5E6
(217,245,230)
#DFF6E9
(223,246,233)
#E5F7EC
(229,247,236)
#EBF8EF
(235,248,239)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EFD4 color. Also use rgb(181,239,212) instead hex code.

Text Font Color

.myTextColor { color: #B5EFD4; }

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

This text font color is #B5EFD4.


Background Color

.myBgColor { background-color: #B5EFD4; }

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

This div background color is #B5EFD4.


Border color

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

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

This div border color is #B5EFD4.


Opacity

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

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

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

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

This text has shadow with #B5EFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EFD4 on black background.


Color preview on white background

This text has color #B5EFD4 on white background.



Black color preview on #B5EFD4 background

This text has black color on #B5EFD4 background.


White color preview on #B5EFD4 background

This text has white color on #B5EFD4 background.