COLOR #B2E6FF

HEX: #B2E6FF
RGB: (178,230,255)

Color info

#B2E6FF contains mainly green and blue colors. Web safe color of #B2E6FF is #99CCFF (or #9CF).

RGB color model

#B2E6FF color RGB value is (178,230,255).

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

RGB channels and saturation

R 178 of 255 = 70%
G 230 of 255 = 90%
B 255 of 255 = 100%

178
230
255

R + G + B ~ 87%. #B2E6FF is light color.

Portions of RGB colors in percentages

R + G + B =
178 + 230 + 255 = 663 (100%)
R 178 of 663 ~ 26.85%
G 230 of 663 ~ 34.69%
B 255 of 663 ~ 38.46%

%26.85
%34.69
%38.46

CMYK color model

#B2E6FF color CMYK value is (30,10,0,0).

  • cyan value is 30.20%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(30,10,0,0)
C30M10Y0K0 
(30%,10%,0%,0%)
(0.30/0.10/0.00/0.00)	

CMYK percentages

%30.2
%9.8
%0
%0

Codes

Color #B2E6FF in popluar color models

B2E6FF
RGB178230255
HSL199°100.00%84.90%
HSB/HSV199°30.20%100.00%
CMYK30.20%9.80%0.00%
0.00%

Color #B2E6FF in popluar number systems.

HEXB2E6FF
Decimal178230255
Binary101100101110011011111111
Octal262346377

Shades and tints

Shades of #B2E6FF

#B2E6FF
(178,230,255)
#A2D2E8
(162,210,232)
#92BED1
(146,190,209)
#82AABA
(130,170,186)
#7296A3
(114,150,163)
#62828C
(98,130,140)
#526E75
(82,110,117)
#425A5E
(66,90,94)
#324647
(50,70,71)
#223230
(34,50,48)
#121E19
(18,30,25)
#000000
(0,0,0)

Tints of #B2E6FF

#B2E6FF
(178,230,255)
#B9E8FF
(185,232,255)
#C0EAFF
(192,234,255)
#C7ECFF
(199,236,255)
#CEEEFF
(206,238,255)
#D5F0FF
(213,240,255)
#DCF2FF
(220,242,255)
#E3F4FF
(227,244,255)
#EAF6FF
(234,246,255)
#F1F8FF
(241,248,255)
#F8FAFF
(248,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E6FF; }

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

This text font color is #B2E6FF.


Background Color

.myBgColor { background-color: #B2E6FF; }

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

This div background color is #B2E6FF.


Border color

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

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

This div border color is #B2E6FF.


Opacity

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

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

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

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

This text has shadow with #B2E6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E6FF on black background.


Color preview on white background

This text has color #B2E6FF on white background.



Black color preview on #B2E6FF background

This text has black color on #B2E6FF background.


White color preview on #B2E6FF background

This text has white color on #B2E6FF background.