COLOR #B5EFCC

HEX: #B5EFCC
RGB: (181,239,204)

Color info

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

RGB color model

#B5EFCC color RGB value is (181,239,204).

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

RGB channels and saturation

R 181 of 255 = 71%
G 239 of 255 = 94%
B 204 of 255 = 80%

181
239
204

R + G + B ~ 82%. #B5EFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 239 + 204 = 624 (100%)
R 181 of 624 ~ 29.01%
G 239 of 624 ~ 38.3%
B 204 of 624 ~ 32.69%

%29.01
%38.3
%32.69

CMYK color model

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

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 14.64%
  • 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
%14.64
%6.27

Codes

Color #B5EFCC in popluar color models

B5EFCC
RGB181239204
HSL144°64.44%82.35%
HSB/HSV144°24.27%93.73%
CMYK24.27%0.00%14.64%
6.27%

Color #B5EFCC in popluar number systems.

HEXB5EFCC
Decimal181239204
Binary101101011110111111001100
Octal265357314

Shades and tints

Shades of #B5EFCC

#B5EFCC
(181,239,204)
#A5DABA
(165,218,186)
#95C5A8
(149,197,168)
#85B096
(133,176,150)
#759B84
(117,155,132)
#658672
(101,134,114)
#557160
(85,113,96)
#455C4E
(69,92,78)
#35473C
(53,71,60)
#25322A
(37,50,42)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #B5EFCC

#B5EFCC
(181,239,204)
#BBF0D0
(187,240,208)
#C1F1D4
(193,241,212)
#C7F2D8
(199,242,216)
#CDF3DC
(205,243,220)
#D3F4E0
(211,244,224)
#D9F5E4
(217,245,228)
#DFF6E8
(223,246,232)
#E5F7EC
(229,247,236)
#EBF8F0
(235,248,240)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EFCC; }

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

This text font color is #B5EFCC.


Background Color

.myBgColor { background-color: #B5EFCC; }

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

This div background color is #B5EFCC.


Border color

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

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

This div border color is #B5EFCC.


Opacity

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

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

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

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

This text has shadow with #B5EFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EFCC on black background.


Color preview on white background

This text has color #B5EFCC on white background.



Black color preview on #B5EFCC background

This text has black color on #B5EFCC background.


White color preview on #B5EFCC background

This text has white color on #B5EFCC background.