COLOR #B5FCCD

HEX: #B5FCCD
RGB: (181,252,205)

Color info

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

RGB color model

#B5FCCD color RGB value is (181,252,205).

  • red value is 181;
  • green value is 252;
  • blue value is 205.
RGB:
(181,252,205)
(71%,99%,80%)

RGB channels and saturation

R 181 of 255 = 71%
G 252 of 255 = 99%
B 205 of 255 = 80%

181
252
205

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

Portions of RGB colors in percentages

R + G + B =
181 + 252 + 205 = 638 (100%)
R 181 of 638 ~ 28.37%
G 252 of 638 ~ 39.5%
B 205 of 638 ~ 32.13%

%28.37
%39.5
%32.13

CMYK color model

#B5FCCD color CMYK value is (28,0,19,1).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 18.65%
  • key color value is 1.18%
CMYK:
(28,0,19,1)
C28M0Y19K1 
(28%,0%,19%,1%)
(0.28/0.00/0.19/0.01)	

CMYK percentages

%28.17
%0
%18.65
%1.18

Codes

Color #B5FCCD in popluar color models

B5FCCD
RGB181252205
HSL140°92.21%84.90%
HSB/HSV140°28.17%98.82%
CMYK28.17%0.00%18.65%
1.18%

Color #B5FCCD in popluar number systems.

HEXB5FCCD
Decimal181252205
Binary101101011111110011001101
Octal265374315

Shades and tints

Shades of #B5FCCD

#B5FCCD
(181,252,205)
#A5E6BB
(165,230,187)
#95D0A9
(149,208,169)
#85BA97
(133,186,151)
#75A485
(117,164,133)
#658E73
(101,142,115)
#557861
(85,120,97)
#45624F
(69,98,79)
#354C3D
(53,76,61)
#25362B
(37,54,43)
#152019
(21,32,25)
#000000
(0,0,0)

Tints of #B5FCCD

#B5FCCD
(181,252,205)
#BBFCD1
(187,252,209)
#C1FCD5
(193,252,213)
#C7FCD9
(199,252,217)
#CDFCDD
(205,252,221)
#D3FCE1
(211,252,225)
#D9FCE5
(217,252,229)
#DFFCE9
(223,252,233)
#E5FCED
(229,252,237)
#EBFCF1
(235,252,241)
#F1FCF5
(241,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5FCCD color. Also use rgb(181,252,205) instead hex code.

Text Font Color

.myTextColor { color: #B5FCCD; }

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

This text font color is #B5FCCD.


Background Color

.myBgColor { background-color: #B5FCCD; }

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

This div background color is #B5FCCD.


Border color

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

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

This div border color is #B5FCCD.


Opacity

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

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

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

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

This text has shadow with #B5FCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5FCCD on black background.


Color preview on white background

This text has color #B5FCCD on white background.



Black color preview on #B5FCCD background

This text has black color on #B5FCCD background.


White color preview on #B5FCCD background

This text has white color on #B5FCCD background.