COLOR #B5EAEB

HEX: #B5EAEB
RGB: (181,234,235)

Color info

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

RGB color model

#B5EAEB color RGB value is (181,234,235).

  • red value is 181;
  • green value is 234;
  • blue value is 235.
RGB:
(181,234,235)
(71%,92%,92%)

RGB channels and saturation

R 181 of 255 = 71%
G 234 of 255 = 92%
B 235 of 255 = 92%

181
234
235

R + G + B ~ 85%. #B5EAEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 234 + 235 = 650 (100%)
R 181 of 650 ~ 27.85%
G 234 of 650 ~ 36%
B 235 of 650 ~ 36.15%

%27.85
%36
%36.15

CMYK color model

#B5EAEB color CMYK value is (23,0,0,8).

  • cyan value is 22.98%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(23,0,0,8)
C23M0Y0K8 
(23%,0%,0%,8%)
(0.23/0.00/0.00/0.08)	

CMYK percentages

%22.98
%0.43
%0
%7.84

Codes

Color #B5EAEB in popluar color models

B5EAEB
RGB181234235
HSL181°57.45%81.57%
HSB/HSV181°22.98%92.16%
CMYK22.98%0.43%0.00%
7.84%

Color #B5EAEB in popluar number systems.

HEXB5EAEB
Decimal181234235
Binary101101011110101011101011
Octal265352353

Shades and tints

Shades of #B5EAEB

#B5EAEB
(181,234,235)
#A5D5D6
(165,213,214)
#95C0C1
(149,192,193)
#85ABAC
(133,171,172)
#759697
(117,150,151)
#658182
(101,129,130)
#556C6D
(85,108,109)
#455758
(69,87,88)
#354243
(53,66,67)
#252D2E
(37,45,46)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #B5EAEB

#B5EAEB
(181,234,235)
#BBEBEC
(187,235,236)
#C1ECED
(193,236,237)
#C7EDEE
(199,237,238)
#CDEEEF
(205,238,239)
#D3EFF0
(211,239,240)
#D9F0F1
(217,240,241)
#DFF1F2
(223,241,242)
#E5F2F3
(229,242,243)
#EBF3F4
(235,243,244)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EAEB color. Also use rgb(181,234,235) instead hex code.

Text Font Color

.myTextColor { color: #B5EAEB; }

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

This text font color is #B5EAEB.


Background Color

.myBgColor { background-color: #B5EAEB; }

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

This div background color is #B5EAEB.


Border color

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

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

This div border color is #B5EAEB.


Opacity

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

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

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

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

This text has shadow with #B5EAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EAEB on black background.


Color preview on white background

This text has color #B5EAEB on white background.



Black color preview on #B5EAEB background

This text has black color on #B5EAEB background.


White color preview on #B5EAEB background

This text has white color on #B5EAEB background.