COLOR #B5EEF3

HEX: #B5EEF3 RGB: (181,238,243)

Color info

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

RGB color model

#B5EEF3 color RGB value is (181,238,243).

RGB: (181,238,243) (71%, 93%, 95%)

RGB channels and saturation

R 181 of 255 = 71%
G 238 of 255 = 93%
B 243 of 255 = 95%

181
238
243

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

Portions of RGB colors in percentages

R + G + B = 181 + 238 + 243 = 662 (100%)
R 181 of 662 ~ 27.34%
G 238 of 662 ~ 35.95%
B 243 of 662 ~ 36.71'%

%27.34
%35.95
%36.71

CMYK color model

#B5EEF3 color CMYK value is (26,2,0,5).

  • cyan value is 25.51%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (26,2,0,5)
C26M2Y0K5 (26%, 2%, 0%, 5%)
(0.26 / 0.02 / 0.00 / 0.05)

CMYK percentages

%25.51
%2.06
%0
%4.71

Codes

Color #B5EEF3 in popluar color models

B5 EE F3
RGB 181 238 243
HSL 185° 72.09% 83.14%
HSB/HSV 185° 25.51% 95.29%
CMYK 25.51% 2.06% 0.00%
4.71%

Color #B5EEF3 in popluar number systems.

HEX B5 EE F3
Decimal 181 238 243
Binary 10110101 11101110 11110011
Octal 265 356 363

Shades and tints

Shades of #B5EEF3

#B5EEF3
(181,238,243)
#A5D9DD
(165,217,221)
#95C4C7
(149,196,199)
#85AFB1
(133,175,177)
#759A9B
(117,154,155)
#658585
(101,133,133)
#55706F
(85,112,111)
#455B59
(69,91,89)
#354643
(53,70,67)
#25312D
(37,49,45)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #B5EEF3

#B5EEF3
(181,238,243)
#BBEFF4
(187,239,244)
#C1F0F5
(193,240,245)
#C7F1F6
(199,241,246)
#CDF2F7
(205,242,247)
#D3F3F8
(211,243,248)
#D9F4F9
(217,244,249)
#DFF5FA
(223,245,250)
#E5F6FB
(229,246,251)
#EBF7FC
(235,247,252)
#F1F8FD
(241,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EEF3 color. Also use rgb(181,238,243) instead hex code.

Text Font Color

.myTextColor { color: #B5EEF3; }

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

This text font color is #B5EEF3.

Background Color

.myBgColor { background-color: #B5EEF3; }

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

This div background color is #B5EEF3.

Border color

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

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

This div border color is #B5EEF3.

Opacity

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

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

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

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

This text has shadow with #B5EEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5EEF3.

Preview

Color preview on black background

This text has color #B5EEF3 on black background.


Color preview on white background

This text has color #B5EEF3 on white background.


Black color preview on #B5EEF3 background

This text has black color on #B5EEF3 background.


White color preview on #B5EEF3 background

This text has white color on #B5EEF3 background.


Related colors

Complementary color

Complementary color for #hex is #4A110C.


I love getcolorcode.com

Triadic colors

1 #F3B5EE and #EEF3B5 with #B5EEF3 are triadic colors.

2 #F3EEB5 and #EEB5F3 with #B5EEF3 are triadic colors.