COLOR #B5ECE6

HEX: #B5ECE6
RGB: (181,236,230)

Color info

#B5ECE6 contains red, green and blue colors in about the same proportion. Web safe color of #B5ECE6 is #CCFFCC (or #CFC).

RGB color model

#B5ECE6 color RGB value is (181,236,230).

  • red value is 181;
  • green value is 236;
  • blue value is 230.
RGB:
(181,236,230)
(71%,93%,90%)

RGB channels and saturation

R 181 of 255 = 71%
G 236 of 255 = 93%
B 230 of 255 = 90%

181
236
230

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

Portions of RGB colors in percentages

R + G + B =
181 + 236 + 230 = 647 (100%)
R 181 of 647 ~ 27.98%
G 236 of 647 ~ 36.48%
B 230 of 647 ~ 35.55%

%27.98
%36.48
%35.55

CMYK color model

#B5ECE6 color CMYK value is (23,0,3,7).

  • cyan value is 23.31%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 7.45%
CMYK:
(23,0,3,7)
C23M0Y3K7 
(23%,0%,3%,7%)
(0.23/0.00/0.03/0.07)	

CMYK percentages

%23.31
%0
%2.54
%7.45

Codes

Color #B5ECE6 in popluar color models

B5ECE6
RGB181236230
HSL173°59.14%81.76%
HSB/HSV173°23.31%92.55%
CMYK23.31%0.00%2.54%
7.45%

Color #B5ECE6 in popluar number systems.

HEXB5ECE6
Decimal181236230
Binary101101011110110011100110
Octal265354346

Shades and tints

Shades of #B5ECE6

#B5ECE6
(181,236,230)
#A5D7D2
(165,215,210)
#95C2BE
(149,194,190)
#85ADAA
(133,173,170)
#759896
(117,152,150)
#658382
(101,131,130)
#556E6E
(85,110,110)
#45595A
(69,89,90)
#354446
(53,68,70)
#252F32
(37,47,50)
#151A1E
(21,26,30)
#000000
(0,0,0)

Tints of #B5ECE6

#B5ECE6
(181,236,230)
#BBEDE8
(187,237,232)
#C1EEEA
(193,238,234)
#C7EFEC
(199,239,236)
#CDF0EE
(205,240,238)
#D3F1F0
(211,241,240)
#D9F2F2
(217,242,242)
#DFF3F4
(223,243,244)
#E5F4F6
(229,244,246)
#EBF5F8
(235,245,248)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ECE6; }

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

This text font color is #B5ECE6.


Background Color

.myBgColor { background-color: #B5ECE6; }

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

This div background color is #B5ECE6.


Border color

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

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

This div border color is #B5ECE6.


Opacity

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

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

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

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

This text has shadow with #B5ECE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ECE6 on black background.


Color preview on white background

This text has color #B5ECE6 on white background.



Black color preview on #B5ECE6 background

This text has black color on #B5ECE6 background.


White color preview on #B5ECE6 background

This text has white color on #B5ECE6 background.