COLOR #B5E1DA

HEX: #B5E1DA
RGB: (181,225,218)

Color info

#B5E1DA contains red, green and blue colors in about the same proportion. Web safe color of #B5E1DA is #CCCCCC (or #CCC).

RGB color model

#B5E1DA color RGB value is (181,225,218).

  • red value is 181;
  • green value is 225;
  • blue value is 218.
RGB:
(181,225,218)
(71%,88%,85%)

RGB channels and saturation

R 181 of 255 = 71%
G 225 of 255 = 88%
B 218 of 255 = 85%

181
225
218

R + G + B ~ 81%. #B5E1DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 225 + 218 = 624 (100%)
R 181 of 624 ~ 29.01%
G 225 of 624 ~ 36.06%
B 218 of 624 ~ 34.94%

%29.01
%36.06
%34.94

CMYK color model

#B5E1DA color CMYK value is (20,0,3,12).

  • cyan value is 19.56%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(20,0,3,12)
C20M0Y3K12 
(20%,0%,3%,12%)
(0.20/0.00/0.03/0.12)	

CMYK percentages

%19.56
%0
%3.11
%11.76

Codes

Color #B5E1DA in popluar color models

B5E1DA
RGB181225218
HSL170°42.31%79.61%
HSB/HSV170°19.56%88.24%
CMYK19.56%0.00%3.11%
11.76%

Color #B5E1DA in popluar number systems.

HEXB5E1DA
Decimal181225218
Binary101101011110000111011010
Octal265341332

Shades and tints

Shades of #B5E1DA

#B5E1DA
(181,225,218)
#A5CDC7
(165,205,199)
#95B9B4
(149,185,180)
#85A5A1
(133,165,161)
#75918E
(117,145,142)
#657D7B
(101,125,123)
#556968
(85,105,104)
#455555
(69,85,85)
#354142
(53,65,66)
#252D2F
(37,45,47)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #B5E1DA

#B5E1DA
(181,225,218)
#BBE3DD
(187,227,221)
#C1E5E0
(193,229,224)
#C7E7E3
(199,231,227)
#CDE9E6
(205,233,230)
#D3EBE9
(211,235,233)
#D9EDEC
(217,237,236)
#DFEFEF
(223,239,239)
#E5F1F2
(229,241,242)
#EBF3F5
(235,243,245)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E1DA color. Also use rgb(181,225,218) instead hex code.

Text Font Color

.myTextColor { color: #B5E1DA; }

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

This text font color is #B5E1DA.


Background Color

.myBgColor { background-color: #B5E1DA; }

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

This div background color is #B5E1DA.


Border color

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

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

This div border color is #B5E1DA.


Opacity

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

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

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

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

This text has shadow with #B5E1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E1DA on black background.


Color preview on white background

This text has color #B5E1DA on white background.



Black color preview on #B5E1DA background

This text has black color on #B5E1DA background.


White color preview on #B5E1DA background

This text has white color on #B5E1DA background.