COLOR #B5EBEB

HEX: #B5EBEB
RGB: (181,235,235)

Color info

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

RGB color model

#B5EBEB color RGB value is (181,235,235).

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

RGB channels and saturation

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

181
235
235

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

Portions of RGB colors in percentages

R + G + B =
181 + 235 + 235 = 651 (100%)
R 181 of 651 ~ 27.8%
G 235 of 651 ~ 36.1%
B 235 of 651 ~ 36.1%

%27.8
%36.1
%36.1

CMYK color model

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

  • cyan value is 22.98%
  • magenta value is 0.00%
  • 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
%0
%7.84

Codes

Color #B5EBEB in popluar color models

B5EBEB
RGB181235235
HSL180°57.45%81.57%
HSB/HSV180°22.98%92.16%
CMYK22.98%0.00%0.00%
7.84%

Color #B5EBEB in popluar number systems.

HEXB5EBEB
Decimal181235235
Binary101101011110101111101011
Octal265353353

Shades and tints

Shades of #B5EBEB

#B5EBEB
(181,235,235)
#A5D6D6
(165,214,214)
#95C1C1
(149,193,193)
#85ACAC
(133,172,172)
#759797
(117,151,151)
#658282
(101,130,130)
#556D6D
(85,109,109)
#455858
(69,88,88)
#354343
(53,67,67)
#252E2E
(37,46,46)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #B5EBEB

#B5EBEB
(181,235,235)
#BBECEC
(187,236,236)
#C1EDED
(193,237,237)
#C7EEEE
(199,238,238)
#CDEFEF
(205,239,239)
#D3F0F0
(211,240,240)
#D9F1F1
(217,241,241)
#DFF2F2
(223,242,242)
#E5F3F3
(229,243,243)
#EBF4F4
(235,244,244)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EBEB; }

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

This text font color is #B5EBEB.


Background Color

.myBgColor { background-color: #B5EBEB; }

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

This div background color is #B5EBEB.


Border color

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

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

This div border color is #B5EBEB.


Opacity

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

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

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

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

This text has shadow with #B5EBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EBEB on black background.


Color preview on white background

This text has color #B5EBEB on white background.



Black color preview on #B5EBEB background

This text has black color on #B5EBEB background.


White color preview on #B5EBEB background

This text has white color on #B5EBEB background.