COLOR #B2EEFF

HEX: #B2EEFF
RGB: (178,238,255)

Color info

#B2EEFF contains mainly green and blue colors. Web safe color of #B2EEFF is #99FFFF (or #9FF).

RGB color model

#B2EEFF color RGB value is (178,238,255).

  • red value is 178;
  • green value is 238;
  • blue value is 255.
RGB:
(178,238,255)
(70%,93%,100%)

RGB channels and saturation

R 178 of 255 = 70%
G 238 of 255 = 93%
B 255 of 255 = 100%

178
238
255

R + G + B ~ 88%. #B2EEFF is light color.

Portions of RGB colors in percentages

R + G + B =
178 + 238 + 255 = 671 (100%)
R 178 of 671 ~ 26.53%
G 238 of 671 ~ 35.47%
B 255 of 671 ~ 38%

%26.53
%35.47
%38

CMYK color model

#B2EEFF color CMYK value is (30,7,0,0).

  • cyan value is 30.20%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(30,7,0,0)
C30M7Y0K0 
(30%,7%,0%,0%)
(0.30/0.07/0.00/0.00)	

CMYK percentages

%30.2
%6.67
%0
%0

Codes

Color #B2EEFF in popluar color models

B2EEFF
RGB178238255
HSL193°100.00%84.90%
HSB/HSV193°30.20%100.00%
CMYK30.20%6.67%0.00%
0.00%

Color #B2EEFF in popluar number systems.

HEXB2EEFF
Decimal178238255
Binary101100101110111011111111
Octal262356377

Shades and tints

Shades of #B2EEFF

#B2EEFF
(178,238,255)
#A2D9E8
(162,217,232)
#92C4D1
(146,196,209)
#82AFBA
(130,175,186)
#729AA3
(114,154,163)
#62858C
(98,133,140)
#527075
(82,112,117)
#425B5E
(66,91,94)
#324647
(50,70,71)
#223130
(34,49,48)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #B2EEFF

#B2EEFF
(178,238,255)
#B9EFFF
(185,239,255)
#C0F0FF
(192,240,255)
#C7F1FF
(199,241,255)
#CEF2FF
(206,242,255)
#D5F3FF
(213,243,255)
#DCF4FF
(220,244,255)
#E3F5FF
(227,245,255)
#EAF6FF
(234,246,255)
#F1F7FF
(241,247,255)
#F8F8FF
(248,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EEFF color. Also use rgb(178,238,255) instead hex code.

Text Font Color

.myTextColor { color: #B2EEFF; }

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

This text font color is #B2EEFF.


Background Color

.myBgColor { background-color: #B2EEFF; }

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

This div background color is #B2EEFF.


Border color

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

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

This div border color is #B2EEFF.


Opacity

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

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

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

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

This text has shadow with #B2EEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EEFF on black background.


Color preview on white background

This text has color #B2EEFF on white background.



Black color preview on #B2EEFF background

This text has black color on #B2EEFF background.


White color preview on #B2EEFF background

This text has white color on #B2EEFF background.