COLOR #B5E3DC

HEX: #B5E3DC
RGB: (181,227,220)

Color info

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

RGB color model

#B5E3DC color RGB value is (181,227,220).

  • red value is 181;
  • green value is 227;
  • blue value is 220.
RGB:
(181,227,220)
(71%,89%,86%)

RGB channels and saturation

R 181 of 255 = 71%
G 227 of 255 = 89%
B 220 of 255 = 86%

181
227
220

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

Portions of RGB colors in percentages

R + G + B =
181 + 227 + 220 = 628 (100%)
R 181 of 628 ~ 28.82%
G 227 of 628 ~ 36.15%
B 220 of 628 ~ 35.03%

%28.82
%36.15
%35.03

CMYK color model

#B5E3DC color CMYK value is (20,0,3,11).

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK:
(20,0,3,11)
C20M0Y3K11 
(20%,0%,3%,11%)
(0.20/0.00/0.03/0.11)	

CMYK percentages

%20.26
%0
%3.08
%10.98

Codes

Color #B5E3DC in popluar color models

B5E3DC
RGB181227220
HSL171°45.10%80.00%
HSB/HSV171°20.26%89.02%
CMYK20.26%0.00%3.08%
10.98%

Color #B5E3DC in popluar number systems.

HEXB5E3DC
Decimal181227220
Binary101101011110001111011100
Octal265343334

Shades and tints

Shades of #B5E3DC

#B5E3DC
(181,227,220)
#A5CFC8
(165,207,200)
#95BBB4
(149,187,180)
#85A7A0
(133,167,160)
#75938C
(117,147,140)
#657F78
(101,127,120)
#556B64
(85,107,100)
#455750
(69,87,80)
#35433C
(53,67,60)
#252F28
(37,47,40)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #B5E3DC

#B5E3DC
(181,227,220)
#BBE5DF
(187,229,223)
#C1E7E2
(193,231,226)
#C7E9E5
(199,233,229)
#CDEBE8
(205,235,232)
#D3EDEB
(211,237,235)
#D9EFEE
(217,239,238)
#DFF1F1
(223,241,241)
#E5F3F4
(229,243,244)
#EBF5F7
(235,245,247)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E3DC color. Also use rgb(181,227,220) instead hex code.

Text Font Color

.myTextColor { color: #B5E3DC; }

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

This text font color is #B5E3DC.


Background Color

.myBgColor { background-color: #B5E3DC; }

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

This div background color is #B5E3DC.


Border color

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

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

This div border color is #B5E3DC.


Opacity

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

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

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

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

This text has shadow with #B5E3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E3DC on black background.


Color preview on white background

This text has color #B5E3DC on white background.



Black color preview on #B5E3DC background

This text has black color on #B5E3DC background.


White color preview on #B5E3DC background

This text has white color on #B5E3DC background.