COLOR #B2DFE5

HEX: #B2DFE5
RGB: (178,223,229)

Color info

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

RGB color model

#B2DFE5 color RGB value is (178,223,229).

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

RGB channels and saturation

R 178 of 255 = 70%
G 223 of 255 = 87%
B 229 of 255 = 90%

178
223
229

R + G + B ~ 82%. #B2DFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 223 + 229 = 630 (100%)
R 178 of 630 ~ 28.25%
G 223 of 630 ~ 35.4%
B 229 of 630 ~ 36.35%

%28.25
%35.4
%36.35

CMYK color model

#B2DFE5 color CMYK value is (22,3,0,10).

  • cyan value is 22.27%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(22,3,0,10)
C22M3Y0K10 
(22%,3%,0%,10%)
(0.22/0.03/0.00/0.10)	

CMYK percentages

%22.27
%2.62
%0
%10.2

Codes

Color #B2DFE5 in popluar color models

B2DFE5
RGB178223229
HSL187°49.51%79.80%
HSB/HSV187°22.27%89.80%
CMYK22.27%2.62%0.00%
10.20%

Color #B2DFE5 in popluar number systems.

HEXB2DFE5
Decimal178223229
Binary101100101101111111100101
Octal262337345

Shades and tints

Shades of #B2DFE5

#B2DFE5
(178,223,229)
#A2CBD1
(162,203,209)
#92B7BD
(146,183,189)
#82A3A9
(130,163,169)
#728F95
(114,143,149)
#627B81
(98,123,129)
#52676D
(82,103,109)
#425359
(66,83,89)
#323F45
(50,63,69)
#222B31
(34,43,49)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #B2DFE5

#B2DFE5
(178,223,229)
#B9E1E7
(185,225,231)
#C0E3E9
(192,227,233)
#C7E5EB
(199,229,235)
#CEE7ED
(206,231,237)
#D5E9EF
(213,233,239)
#DCEBF1
(220,235,241)
#E3EDF3
(227,237,243)
#EAEFF5
(234,239,245)
#F1F1F7
(241,241,247)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DFE5; }

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

This text font color is #B2DFE5.


Background Color

.myBgColor { background-color: #B2DFE5; }

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

This div background color is #B2DFE5.


Border color

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

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

This div border color is #B2DFE5.


Opacity

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

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

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

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

This text has shadow with #B2DFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DFE5 on black background.


Color preview on white background

This text has color #B2DFE5 on white background.



Black color preview on #B2DFE5 background

This text has black color on #B2DFE5 background.


White color preview on #B2DFE5 background

This text has white color on #B2DFE5 background.