COLOR #B5F8DD

HEX: #B5F8DD
RGB: (181,248,221)

Color info

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

RGB color model

#B5F8DD color RGB value is (181,248,221).

  • red value is 181;
  • green value is 248;
  • blue value is 221.
RGB:
(181,248,221)
(71%,97%,87%)

RGB channels and saturation

R 181 of 255 = 71%
G 248 of 255 = 97%
B 221 of 255 = 87%

181
248
221

R + G + B ~ 85%. #B5F8DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 248 + 221 = 650 (100%)
R 181 of 650 ~ 27.85%
G 248 of 650 ~ 38.15%
B 221 of 650 ~ 34%

%27.85
%38.15
%34

CMYK color model

#B5F8DD color CMYK value is (27,0,11,3).

  • cyan value is 27.02%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 2.75%
CMYK:
(27,0,11,3)
C27M0Y11K3 
(27%,0%,11%,3%)
(0.27/0.00/0.11/0.03)	

CMYK percentages

%27.02
%0
%10.89
%2.75

Codes

Color #B5F8DD in popluar color models

B5F8DD
RGB181248221
HSL156°82.72%84.12%
HSB/HSV156°27.02%97.25%
CMYK27.02%0.00%10.89%
2.75%

Color #B5F8DD in popluar number systems.

HEXB5F8DD
Decimal181248221
Binary101101011111100011011101
Octal265370335

Shades and tints

Shades of #B5F8DD

#B5F8DD
(181,248,221)
#A5E2C9
(165,226,201)
#95CCB5
(149,204,181)
#85B6A1
(133,182,161)
#75A08D
(117,160,141)
#658A79
(101,138,121)
#557465
(85,116,101)
#455E51
(69,94,81)
#35483D
(53,72,61)
#253229
(37,50,41)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #B5F8DD

#B5F8DD
(181,248,221)
#BBF8E0
(187,248,224)
#C1F8E3
(193,248,227)
#C7F8E6
(199,248,230)
#CDF8E9
(205,248,233)
#D3F8EC
(211,248,236)
#D9F8EF
(217,248,239)
#DFF8F2
(223,248,242)
#E5F8F5
(229,248,245)
#EBF8F8
(235,248,248)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F8DD color. Also use rgb(181,248,221) instead hex code.

Text Font Color

.myTextColor { color: #B5F8DD; }

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

This text font color is #B5F8DD.


Background Color

.myBgColor { background-color: #B5F8DD; }

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

This div background color is #B5F8DD.


Border color

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

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

This div border color is #B5F8DD.


Opacity

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

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

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

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

This text has shadow with #B5F8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F8DD on black background.


Color preview on white background

This text has color #B5F8DD on white background.



Black color preview on #B5F8DD background

This text has black color on #B5F8DD background.


White color preview on #B5F8DD background

This text has white color on #B5F8DD background.