COLOR #B5EFED

HEX: #B5EFED RGB: (181,239,237)

Color info

#B5EFED contains red, green and blue colors in about the same proportion. Web safe color of #B5EFED is #CCFFFF (or #CFF).

RGB color model

#B5EFED color RGB value is (181,239,237).

RGB: (181,239,237) (71%, 94%, 93%)

RGB channels and saturation

R 181 of 255 = 71%
G 239 of 255 = 94%
B 237 of 255 = 93%

181
239
237

R + G + B ~ 86%. #B5EFED is light color.

Portions of RGB colors in percentages

R + G + B = 181 + 239 + 237 = 657 (100%)
R 181 of 657 ~ 27.55%
G 239 of 657 ~ 36.38%
B 237 of 657 ~ 36.07'%

%27.55
%36.38
%36.07

CMYK color model

#B5EFED color CMYK value is (24,0,1,6).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 6.27%

CMYK: (24,0,1,6)
C24M0Y1K6 (24%, 0%, 1%, 6%)
(0.24 / 0.00 / 0.01 / 0.06)

CMYK percentages

%24.27
%0
%0.84
%6.27

Codes

Color #B5EFED in popluar color models

B5 EF ED
RGB 181 239 237
HSL 178° 64.44% 82.35%
HSB/HSV 178° 24.27% 93.73%
CMYK 24.27% 0.00% 0.84%
6.27%

Color #B5EFED in popluar number systems.

HEX B5 EF ED
Decimal 181 239 237
Binary 10110101 11101111 11101101
Octal 265 357 355

Shades and tints

Shades of #B5EFED

#B5EFED
(181,239,237)
#A5DAD8
(165,218,216)
#95C5C3
(149,197,195)
#85B0AE
(133,176,174)
#759B99
(117,155,153)
#658684
(101,134,132)
#55716F
(85,113,111)
#455C5A
(69,92,90)
#354745
(53,71,69)
#253230
(37,50,48)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #B5EFED

#B5EFED
(181,239,237)
#BBF0EE
(187,240,238)
#C1F1EF
(193,241,239)
#C7F2F0
(199,242,240)
#CDF3F1
(205,243,241)
#D3F4F2
(211,244,242)
#D9F5F3
(217,245,243)
#DFF6F4
(223,246,244)
#E5F7F5
(229,247,245)
#EBF8F6
(235,248,246)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EFED color. Also use rgb(181,239,237) instead hex code.

Text Font Color

.myTextColor { color: #B5EFED; }

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

This text font color is #B5EFED.

Background Color

.myBgColor { background-color: #B5EFED; }

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

This div background color is #B5EFED.

Border color

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

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

This div border color is #B5EFED.

Opacity

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

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

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

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

This text has shadow with #B5EFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EFED.

Preview

Color preview on black background

This text has color #B5EFED on black background.


Color preview on white background

This text has color #B5EFED on white background.


Black color preview on #B5EFED background

This text has black color on #B5EFED background.


White color preview on #B5EFED background

This text has white color on #B5EFED background.


Related colors

Complementary color

Complementary color for #hex is #4A1012.


I love getcolorcode.com

Triadic colors

1 #EDB5EF and #EFEDB5 with #B5EFED are triadic colors.

2 #EDEFB5 and #EFB5ED with #B5EFED are triadic colors.