COLOR #B5F5CC

HEX: #B5F5CC
RGB: (181,245,204)

Color info

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

RGB color model

#B5F5CC color RGB value is (181,245,204).

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

RGB channels and saturation

R 181 of 255 = 71%
G 245 of 255 = 96%
B 204 of 255 = 80%

181
245
204

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

Portions of RGB colors in percentages

R + G + B =
181 + 245 + 204 = 630 (100%)
R 181 of 630 ~ 28.73%
G 245 of 630 ~ 38.89%
B 204 of 630 ~ 32.38%

%28.73
%38.89
%32.38

CMYK color model

#B5F5CC color CMYK value is (26,0,17,4).

  • cyan value is 26.12%
  • magenta value is 0.00%
  • yellow value is 16.73%
  • key color value is 3.92%
CMYK:
(26,0,17,4)
C26M0Y17K4 
(26%,0%,17%,4%)
(0.26/0.00/0.17/0.04)	

CMYK percentages

%26.12
%0
%16.73
%3.92

Codes

Color #B5F5CC in popluar color models

B5F5CC
RGB181245204
HSL142°76.19%83.53%
HSB/HSV142°26.12%96.08%
CMYK26.12%0.00%16.73%
3.92%

Color #B5F5CC in popluar number systems.

HEXB5F5CC
Decimal181245204
Binary101101011111010111001100
Octal265365314

Shades and tints

Shades of #B5F5CC

#B5F5CC
(181,245,204)
#A5DFBA
(165,223,186)
#95C9A8
(149,201,168)
#85B396
(133,179,150)
#759D84
(117,157,132)
#658772
(101,135,114)
#557160
(85,113,96)
#455B4E
(69,91,78)
#35453C
(53,69,60)
#252F2A
(37,47,42)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #B5F5CC

#B5F5CC
(181,245,204)
#BBF5D0
(187,245,208)
#C1F5D4
(193,245,212)
#C7F5D8
(199,245,216)
#CDF5DC
(205,245,220)
#D3F5E0
(211,245,224)
#D9F5E4
(217,245,228)
#DFF5E8
(223,245,232)
#E5F5EC
(229,245,236)
#EBF5F0
(235,245,240)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5F5CC; }

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

This text font color is #B5F5CC.


Background Color

.myBgColor { background-color: #B5F5CC; }

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

This div background color is #B5F5CC.


Border color

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

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

This div border color is #B5F5CC.


Opacity

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

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

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

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

This text has shadow with #B5F5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F5CC on black background.


Color preview on white background

This text has color #B5F5CC on white background.



Black color preview on #B5F5CC background

This text has black color on #B5F5CC background.


White color preview on #B5F5CC background

This text has white color on #B5F5CC background.