COLOR #B5EFCA

HEX: #B5EFCA
RGB: (181,239,202)

Color info

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

RGB color model

#B5EFCA color RGB value is (181,239,202).

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

RGB channels and saturation

R 181 of 255 = 71%
G 239 of 255 = 94%
B 202 of 255 = 79%

181
239
202

R + G + B ~ 81%. #B5EFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 239 + 202 = 622 (100%)
R 181 of 622 ~ 29.1%
G 239 of 622 ~ 38.42%
B 202 of 622 ~ 32.48%

%29.1
%38.42
%32.48

CMYK color model

#B5EFCA color CMYK value is (24,0,15,6).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(24,0,15,6)
C24M0Y15K6 
(24%,0%,15%,6%)
(0.24/0.00/0.15/0.06)	

CMYK percentages

%24.27
%0
%15.48
%6.27

Codes

Color #B5EFCA in popluar color models

B5EFCA
RGB181239202
HSL142°64.44%82.35%
HSB/HSV142°24.27%93.73%
CMYK24.27%0.00%15.48%
6.27%

Color #B5EFCA in popluar number systems.

HEXB5EFCA
Decimal181239202
Binary101101011110111111001010
Octal265357312

Shades and tints

Shades of #B5EFCA

#B5EFCA
(181,239,202)
#A5DAB8
(165,218,184)
#95C5A6
(149,197,166)
#85B094
(133,176,148)
#759B82
(117,155,130)
#658670
(101,134,112)
#55715E
(85,113,94)
#455C4C
(69,92,76)
#35473A
(53,71,58)
#253228
(37,50,40)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #B5EFCA

#B5EFCA
(181,239,202)
#BBF0CE
(187,240,206)
#C1F1D2
(193,241,210)
#C7F2D6
(199,242,214)
#CDF3DA
(205,243,218)
#D3F4DE
(211,244,222)
#D9F5E2
(217,245,226)
#DFF6E6
(223,246,230)
#E5F7EA
(229,247,234)
#EBF8EE
(235,248,238)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EFCA; }

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

This text font color is #B5EFCA.


Background Color

.myBgColor { background-color: #B5EFCA; }

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

This div background color is #B5EFCA.


Border color

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

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

This div border color is #B5EFCA.


Opacity

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

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

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

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

This text has shadow with #B5EFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EFCA on black background.


Color preview on white background

This text has color #B5EFCA on white background.



Black color preview on #B5EFCA background

This text has black color on #B5EFCA background.


White color preview on #B5EFCA background

This text has white color on #B5EFCA background.