COLOR #B2DFEB

HEX: #B2DFEB
RGB: (178,223,235)

Color info

#B2DFEB contains red, green and blue colors in about the same proportion. Web safe color of #B2DFEB is #99CCFF (or #9CF).

RGB color model

#B2DFEB color RGB value is (178,223,235).

  • red value is 178;
  • green value is 223;
  • blue value is 235.
RGB:
(178,223,235)
(70%,87%,92%)

RGB channels and saturation

R 178 of 255 = 70%
G 223 of 255 = 87%
B 235 of 255 = 92%

178
223
235

R + G + B ~ 83%. #B2DFEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 223 + 235 = 636 (100%)
R 178 of 636 ~ 27.99%
G 223 of 636 ~ 35.06%
B 235 of 636 ~ 36.95%

%27.99
%35.06
%36.95

CMYK color model

#B2DFEB color CMYK value is (24,5,0,8).

  • cyan value is 24.26%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(24,5,0,8)
C24M5Y0K8 
(24%,5%,0%,8%)
(0.24/0.05/0.00/0.08)	

CMYK percentages

%24.26
%5.11
%0
%7.84

Codes

Color #B2DFEB in popluar color models

B2DFEB
RGB178223235
HSL193°58.76%80.98%
HSB/HSV193°24.26%92.16%
CMYK24.26%5.11%0.00%
7.84%

Color #B2DFEB in popluar number systems.

HEXB2DFEB
Decimal178223235
Binary101100101101111111101011
Octal262337353

Shades and tints

Shades of #B2DFEB

#B2DFEB
(178,223,235)
#A2CBD6
(162,203,214)
#92B7C1
(146,183,193)
#82A3AC
(130,163,172)
#728F97
(114,143,151)
#627B82
(98,123,130)
#52676D
(82,103,109)
#425358
(66,83,88)
#323F43
(50,63,67)
#222B2E
(34,43,46)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #B2DFEB

#B2DFEB
(178,223,235)
#B9E1EC
(185,225,236)
#C0E3ED
(192,227,237)
#C7E5EE
(199,229,238)
#CEE7EF
(206,231,239)
#D5E9F0
(213,233,240)
#DCEBF1
(220,235,241)
#E3EDF2
(227,237,242)
#EAEFF3
(234,239,243)
#F1F1F4
(241,241,244)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DFEB; }

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

This text font color is #B2DFEB.


Background Color

.myBgColor { background-color: #B2DFEB; }

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

This div background color is #B2DFEB.


Border color

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

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

This div border color is #B2DFEB.


Opacity

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

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

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

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

This text has shadow with #B2DFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DFEB on black background.


Color preview on white background

This text has color #B2DFEB on white background.



Black color preview on #B2DFEB background

This text has black color on #B2DFEB background.


White color preview on #B2DFEB background

This text has white color on #B2DFEB background.