COLOR #B2E3DF

HEX: #B2E3DF
RGB: (178,227,223)

Color info

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

RGB color model

#B2E3DF color RGB value is (178,227,223).

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

RGB channels and saturation

R 178 of 255 = 70%
G 227 of 255 = 89%
B 223 of 255 = 87%

178
227
223

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

Portions of RGB colors in percentages

R + G + B =
178 + 227 + 223 = 628 (100%)
R 178 of 628 ~ 28.34%
G 227 of 628 ~ 36.15%
B 223 of 628 ~ 35.51%

%28.34
%36.15
%35.51

CMYK color model

#B2E3DF color CMYK value is (22,0,2,11).

  • cyan value is 21.59%
  • magenta value is 0.00%
  • yellow value is 1.76%
  • key color value is 10.98%
CMYK:
(22,0,2,11)
C22M0Y2K11 
(22%,0%,2%,11%)
(0.22/0.00/0.02/0.11)	

CMYK percentages

%21.59
%0
%1.76
%10.98

Codes

Color #B2E3DF in popluar color models

B2E3DF
RGB178227223
HSL175°46.67%79.41%
HSB/HSV175°21.59%89.02%
CMYK21.59%0.00%1.76%
10.98%

Color #B2E3DF in popluar number systems.

HEXB2E3DF
Decimal178227223
Binary101100101110001111011111
Octal262343337

Shades and tints

Shades of #B2E3DF

#B2E3DF
(178,227,223)
#A2CFCB
(162,207,203)
#92BBB7
(146,187,183)
#82A7A3
(130,167,163)
#72938F
(114,147,143)
#627F7B
(98,127,123)
#526B67
(82,107,103)
#425753
(66,87,83)
#32433F
(50,67,63)
#222F2B
(34,47,43)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #B2E3DF

#B2E3DF
(178,227,223)
#B9E5E1
(185,229,225)
#C0E7E3
(192,231,227)
#C7E9E5
(199,233,229)
#CEEBE7
(206,235,231)
#D5EDE9
(213,237,233)
#DCEFEB
(220,239,235)
#E3F1ED
(227,241,237)
#EAF3EF
(234,243,239)
#F1F5F1
(241,245,241)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E3DF; }

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

This text font color is #B2E3DF.


Background Color

.myBgColor { background-color: #B2E3DF; }

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

This div background color is #B2E3DF.


Border color

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

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

This div border color is #B2E3DF.


Opacity

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

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

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

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

This text has shadow with #B2E3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E3DF on black background.


Color preview on white background

This text has color #B2E3DF on white background.



Black color preview on #B2E3DF background

This text has black color on #B2E3DF background.


White color preview on #B2E3DF background

This text has white color on #B2E3DF background.