COLOR #B5E5DF

HEX: #B5E5DF RGB: (181,229,223)

Color info

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

RGB color model

#B5E5DF color RGB value is (181,229,223).

RGB: (181,229,223) (71%, 90%, 87%)

RGB channels and saturation

R 181 of 255 = 71%
G 229 of 255 = 90%
B 223 of 255 = 87%

181
229
223

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

Portions of RGB colors in percentages

R + G + B = 181 + 229 + 223 = 633 (100%)
R 181 of 633 ~ 28.59%
G 229 of 633 ~ 36.18%
B 223 of 633 ~ 35.23'%

%28.59
%36.18
%35.23

CMYK color model

#B5E5DF color CMYK value is (21,0,3,10).

  • cyan value is 20.96%
  • magenta value is 0.00%
  • yellow value is 2.62%
  • key color value is 10.20%
CMYK: (21,0,3,10) C21M0Y3K10 (21%,0%,3%,10%) (0.21/0.00/0.03/0.10) 

CMYK percentages

%20.96
%0
%2.62
%10.2

Codes

Color #B5E5DF in popluar color models

B5 E5 DF
RGB 181 229 223
HSL 173° 48.00% 80.39%
HSB/HSV 173° 20.96% 89.80%
CMYK 20.96% 0.00% 2.62%
10.20%

Color #B5E5DF in popluar number systems.

HEX B5 E5 DF
Decimal 181 229 223
Binary 10110101 11100101 11011111
Octal 265 345 337

Shades and tints

Shades of #B5E5DF

#B5E5DF
(181,229,223)
#A5D1CB
(165,209,203)
#95BDB7
(149,189,183)
#85A9A3
(133,169,163)
#75958F
(117,149,143)
#65817B
(101,129,123)
#556D67
(85,109,103)
#455953
(69,89,83)
#35453F
(53,69,63)
#25312B
(37,49,43)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #B5E5DF

#B5E5DF
(181,229,223)
#BBE7E1
(187,231,225)
#C1E9E3
(193,233,227)
#C7EBE5
(199,235,229)
#CDEDE7
(205,237,231)
#D3EFE9
(211,239,233)
#D9F1EB
(217,241,235)
#DFF3ED
(223,243,237)
#E5F5EF
(229,245,239)
#EBF7F1
(235,247,241)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E5DF color. Also use rgb(181,229,223) instead hex code.

Text Font Color

.myTextColor { color: #B5E5DF; }

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

This text font color is #B5E5DF.

Background Color

.myBgColor { background-color: #B5E5DF; }

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

This div background color is #B5E5DF.

Border color

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

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

This div border color is #B5E5DF.

Opacity

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

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

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

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

This text has shadow with #B5E5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E5DF.

Preview

Color preview on black background

This text has color #B5E5DF on black background.


Color preview on white background

This text has color #B5E5DF on white background.


Black color preview on #B5E5DF background

This text has black color on #B5E5DF background.


White color preview on #B5E5DF background

This text has white color on #B5E5DF background.


Related colors

Complementary color

Complementary color for #hex is #4A1A20.


I love getcolorcode.com

Triadic colors

1 #DFB5E5 and #E5DFB5 with #B5E5DF are triadic colors.

2 #DFE5B5 and #E5B5DF with #B5E5DF are triadic colors.