COLOR #B5F0D7

HEX: #B5F0D7
RGB: (181,240,215)

Color info

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

RGB color model

#B5F0D7 color RGB value is (181,240,215).

  • red value is 181;
  • green value is 240;
  • blue value is 215.
RGB:
(181,240,215)
(71%,94%,84%)

RGB channels and saturation

R 181 of 255 = 71%
G 240 of 255 = 94%
B 215 of 255 = 84%

181
240
215

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

Portions of RGB colors in percentages

R + G + B =
181 + 240 + 215 = 636 (100%)
R 181 of 636 ~ 28.46%
G 240 of 636 ~ 37.74%
B 215 of 636 ~ 33.81%

%28.46
%37.74
%33.81

CMYK color model

#B5F0D7 color CMYK value is (25,0,10,6).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 5.88%
CMYK:
(25,0,10,6)
C25M0Y10K6 
(25%,0%,10%,6%)
(0.25/0.00/0.10/0.06)	

CMYK percentages

%24.58
%0
%10.42
%5.88

Codes

Color #B5F0D7 in popluar color models

B5F0D7
RGB181240215
HSL155°66.29%82.55%
HSB/HSV155°24.58%94.12%
CMYK24.58%0.00%10.42%
5.88%

Color #B5F0D7 in popluar number systems.

HEXB5F0D7
Decimal181240215
Binary101101011111000011010111
Octal265360327

Shades and tints

Shades of #B5F0D7

#B5F0D7
(181,240,215)
#A5DBC4
(165,219,196)
#95C6B1
(149,198,177)
#85B19E
(133,177,158)
#759C8B
(117,156,139)
#658778
(101,135,120)
#557265
(85,114,101)
#455D52
(69,93,82)
#35483F
(53,72,63)
#25332C
(37,51,44)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #B5F0D7

#B5F0D7
(181,240,215)
#BBF1DA
(187,241,218)
#C1F2DD
(193,242,221)
#C7F3E0
(199,243,224)
#CDF4E3
(205,244,227)
#D3F5E6
(211,245,230)
#D9F6E9
(217,246,233)
#DFF7EC
(223,247,236)
#E5F8EF
(229,248,239)
#EBF9F2
(235,249,242)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F0D7 color. Also use rgb(181,240,215) instead hex code.

Text Font Color

.myTextColor { color: #B5F0D7; }

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

This text font color is #B5F0D7.


Background Color

.myBgColor { background-color: #B5F0D7; }

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

This div background color is #B5F0D7.


Border color

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

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

This div border color is #B5F0D7.


Opacity

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

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

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

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

This text has shadow with #B5F0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F0D7 on black background.


Color preview on white background

This text has color #B5F0D7 on white background.



Black color preview on #B5F0D7 background

This text has black color on #B5F0D7 background.


White color preview on #B5F0D7 background

This text has white color on #B5F0D7 background.