COLOR #B2EAFD

HEX: #B2EAFD
RGB: (178,234,253)

Color info

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

RGB color model

#B2EAFD color RGB value is (178,234,253).

  • red value is 178;
  • green value is 234;
  • blue value is 253.
RGB:
(178,234,253)
(70%,92%,99%)

RGB channels and saturation

R 178 of 255 = 70%
G 234 of 255 = 92%
B 253 of 255 = 99%

178
234
253

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

Portions of RGB colors in percentages

R + G + B =
178 + 234 + 253 = 665 (100%)
R 178 of 665 ~ 26.77%
G 234 of 665 ~ 35.19%
B 253 of 665 ~ 38.05%

%26.77
%35.19
%38.05

CMYK color model

#B2EAFD color CMYK value is (30,8,0,1).

  • cyan value is 29.64%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(30,8,0,1)
C30M8Y0K1 
(30%,8%,0%,1%)
(0.30/0.08/0.00/0.01)	

CMYK percentages

%29.64
%7.51
%0
%0.78

Codes

Color #B2EAFD in popluar color models

B2EAFD
RGB178234253
HSL195°94.94%84.51%
HSB/HSV195°29.64%99.22%
CMYK29.64%7.51%0.00%
0.78%

Color #B2EAFD in popluar number systems.

HEXB2EAFD
Decimal178234253
Binary101100101110101011111101
Octal262352375

Shades and tints

Shades of #B2EAFD

#B2EAFD
(178,234,253)
#A2D5E6
(162,213,230)
#92C0CF
(146,192,207)
#82ABB8
(130,171,184)
#7296A1
(114,150,161)
#62818A
(98,129,138)
#526C73
(82,108,115)
#42575C
(66,87,92)
#324245
(50,66,69)
#222D2E
(34,45,46)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #B2EAFD

#B2EAFD
(178,234,253)
#B9EBFD
(185,235,253)
#C0ECFD
(192,236,253)
#C7EDFD
(199,237,253)
#CEEEFD
(206,238,253)
#D5EFFD
(213,239,253)
#DCF0FD
(220,240,253)
#E3F1FD
(227,241,253)
#EAF2FD
(234,242,253)
#F1F3FD
(241,243,253)
#F8F4FD
(248,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EAFD color. Also use rgb(178,234,253) instead hex code.

Text Font Color

.myTextColor { color: #B2EAFD; }

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

This text font color is #B2EAFD.


Background Color

.myBgColor { background-color: #B2EAFD; }

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

This div background color is #B2EAFD.


Border color

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

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

This div border color is #B2EAFD.


Opacity

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

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

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

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

This text has shadow with #B2EAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EAFD on black background.


Color preview on white background

This text has color #B2EAFD on white background.



Black color preview on #B2EAFD background

This text has black color on #B2EAFD background.


White color preview on #B2EAFD background

This text has white color on #B2EAFD background.