COLOR #B5EFF1

HEX: #B5EFF1 RGB: (181,239,241)

Color info

#B5EFF1 contains mainly green and blue colors. Web safe color of #B5EFF1 is #CCFFFF (or #CFF).

RGB color model

#B5EFF1 color RGB value is (181,239,241).

RGB: (181,239,241) (71%, 94%, 95%)

RGB channels and saturation

R 181 of 255 = 71%
G 239 of 255 = 94%
B 241 of 255 = 95%

181
239
241

R + G + B ~ 87%. #B5EFF1 is light color.

Portions of RGB colors in percentages

R + G + B = 181 + 239 + 241 = 661 (100%)
R 181 of 661 ~ 27.38%
G 239 of 661 ~ 36.16%
B 241 of 661 ~ 36.46'%

%27.38
%36.16
%36.46

CMYK color model

#B5EFF1 color CMYK value is (25,1,0,5).

  • cyan value is 24.90%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (25,1,0,5) C25M1Y0K5 (25%,1%,0%,5%) (0.25/0.01/0.00/0.05) 

CMYK percentages

%24.9
%0.83
%0
%5.49

Codes

Color #B5EFF1 in popluar color models

B5 EF F1
RGB 181 239 241
HSL 182° 68.18% 82.75%
HSB/HSV 182° 24.90% 94.51%
CMYK 24.90% 0.83% 0.00%
5.49%

Color #B5EFF1 in popluar number systems.

HEX B5 EF F1
Decimal 181 239 241
Binary 10110101 11101111 11110001
Octal 265 357 361

Shades and tints

Shades of #B5EFF1

#B5EFF1
(181,239,241)
#A5DADC
(165,218,220)
#95C5C7
(149,197,199)
#85B0B2
(133,176,178)
#759B9D
(117,155,157)
#658688
(101,134,136)
#557173
(85,113,115)
#455C5E
(69,92,94)
#354749
(53,71,73)
#253234
(37,50,52)
#151D1F
(21,29,31)
#000000
(0,0,0)

Tints of #B5EFF1

#B5EFF1
(181,239,241)
#BBF0F2
(187,240,242)
#C1F1F3
(193,241,243)
#C7F2F4
(199,242,244)
#CDF3F5
(205,243,245)
#D3F4F6
(211,244,246)
#D9F5F7
(217,245,247)
#DFF6F8
(223,246,248)
#E5F7F9
(229,247,249)
#EBF8FA
(235,248,250)
#F1F9FB
(241,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EFF1; }

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

This text font color is #B5EFF1.

Background Color

.myBgColor { background-color: #B5EFF1; }

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

This div background color is #B5EFF1.

Border color

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

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

This div border color is #B5EFF1.

Opacity

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

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

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

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

This text has shadow with #B5EFF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EFF1.

Preview

Color preview on black background

This text has color #B5EFF1 on black background.


Color preview on white background

This text has color #B5EFF1 on white background.


Black color preview on #B5EFF1 background

This text has black color on #B5EFF1 background.


White color preview on #B5EFF1 background

This text has white color on #B5EFF1 background.


Related colors

Complementary color

Complementary color for #hex is #4A100E.


I love getcolorcode.com

Triadic colors

1 #F1B5EF and #EFF1B5 with #B5EFF1 are triadic colors.

2 #F1EFB5 and #EFB5F1 with #B5EFF1 are triadic colors.