COLOR #B2EADF

HEX: #B2EADF RGB: (178,234,223)

Color info

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

RGB color model

#B2EADF color RGB value is (178,234,223).

RGB: (178,234,223) (70%, 92%, 87%)

RGB channels and saturation

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

178
234
223

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

Portions of RGB colors in percentages

R + G + B = 178 + 234 + 223 = 635 (100%)
R 178 of 635 ~ 28.03%
G 234 of 635 ~ 36.85%
B 223 of 635 ~ 35.12'%

%28.03
%36.85
%35.12

CMYK color model

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

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 8.24%

CMYK: (24,0,5,8)
C24M0Y5K8 (24%, 0%, 5%, 8%)
(0.24 / 0.00 / 0.05 / 0.08)

CMYK percentages

%23.93
%0
%4.7
%8.24

Codes

Color #B2EADF in popluar color models

B2 EA DF
RGB 178 234 223
HSL 168° 57.14% 80.78%
HSB/HSV 168° 23.93% 91.76%
CMYK 23.93% 0.00% 4.70%
8.24%

Color #B2EADF in popluar number systems.

HEX B2 EA DF
Decimal 178 234 223
Binary 10110010 11101010 11011111
Octal 262 352 337

Shades and tints

Shades of #B2EADF

#B2EADF
(178,234,223)
#A2D5CB
(162,213,203)
#92C0B7
(146,192,183)
#82ABA3
(130,171,163)
#72968F
(114,150,143)
#62817B
(98,129,123)
#526C67
(82,108,103)
#425753
(66,87,83)
#32423F
(50,66,63)
#222D2B
(34,45,43)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #B2EADF

#B2EADF
(178,234,223)
#B9EBE1
(185,235,225)
#C0ECE3
(192,236,227)
#C7EDE5
(199,237,229)
#CEEEE7
(206,238,231)
#D5EFE9
(213,239,233)
#DCF0EB
(220,240,235)
#E3F1ED
(227,241,237)
#EAF2EF
(234,242,239)
#F1F3F1
(241,243,241)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2EADF; }

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

This text font color is #B2EADF.

Background Color

.myBgColor { background-color: #B2EADF; }

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

This div background color is #B2EADF.

Border color

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

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

This div border color is #B2EADF.

Opacity

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

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

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

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

This text has shadow with #B2EADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2EADF.

Preview

Color preview on black background

This text has color #B2EADF on black background.


Color preview on white background

This text has color #B2EADF on white background.


Black color preview on #B2EADF background

This text has black color on #B2EADF background.


White color preview on #B2EADF background

This text has white color on #B2EADF background.


Related colors

Complementary color

Complementary color for #hex is #4D1520.


I love getcolorcode.com

Triadic colors

1 #DFB2EA and #EADFB2 with #B2EADF are triadic colors.

2 #DFEAB2 and #EAB2DF with #B2EADF are triadic colors.