COLOR #B2EDEF

HEX: #B2EDEF RGB: (178,237,239)

Color info

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

RGB color model

#B2EDEF color RGB value is (178,237,239).

RGB: (178,237,239) (70%, 93%, 94%)

RGB channels and saturation

R 178 of 255 = 70%
G 237 of 255 = 93%
B 239 of 255 = 94%

178
237
239

R + G + B ~ 86%. #B2EDEF is light color.

Portions of RGB colors in percentages

R + G + B = 178 + 237 + 239 = 654 (100%)
R 178 of 654 ~ 27.22%
G 237 of 654 ~ 36.24%
B 239 of 654 ~ 36.54'%

%27.22
%36.24
%36.54

CMYK color model

#B2EDEF color CMYK value is (26,1,0,6).

  • cyan value is 25.52%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (26,1,0,6)
C26M1Y0K6 (26%, 1%, 0%, 6%)
(0.26 / 0.01 / 0.00 / 0.06)

CMYK percentages

%25.52
%0.84
%0
%6.27

Codes

Color #B2EDEF in popluar color models

B2 ED EF
RGB 178 237 239
HSL 182° 65.59% 81.76%
HSB/HSV 182° 25.52% 93.73%
CMYK 25.52% 0.84% 0.00%
6.27%

Color #B2EDEF in popluar number systems.

HEX B2 ED EF
Decimal 178 237 239
Binary 10110010 11101101 11101111
Octal 262 355 357

Shades and tints

Shades of #B2EDEF

#B2EDEF
(178,237,239)
#A2D8DA
(162,216,218)
#92C3C5
(146,195,197)
#82AEB0
(130,174,176)
#72999B
(114,153,155)
#628486
(98,132,134)
#526F71
(82,111,113)
#425A5C
(66,90,92)
#324547
(50,69,71)
#223032
(34,48,50)
#121B1D
(18,27,29)
#000000
(0,0,0)

Tints of #B2EDEF

#B2EDEF
(178,237,239)
#B9EEF0
(185,238,240)
#C0EFF1
(192,239,241)
#C7F0F2
(199,240,242)
#CEF1F3
(206,241,243)
#D5F2F4
(213,242,244)
#DCF3F5
(220,243,245)
#E3F4F6
(227,244,246)
#EAF5F7
(234,245,247)
#F1F6F8
(241,246,248)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EDEF color. Also use rgb(178,237,239) instead hex code.

Text Font Color

.myTextColor { color: #B2EDEF; }

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

This text font color is #B2EDEF.

Background Color

.myBgColor { background-color: #B2EDEF; }

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

This div background color is #B2EDEF.

Border color

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

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

This div border color is #B2EDEF.

Opacity

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

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

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

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

This text has shadow with #B2EDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2EDEF.

Preview

Color preview on black background

This text has color #B2EDEF on black background.


Color preview on white background

This text has color #B2EDEF on white background.


Black color preview on #B2EDEF background

This text has black color on #B2EDEF background.


White color preview on #B2EDEF background

This text has white color on #B2EDEF background.


Related colors

Complementary color

Complementary color for #hex is #4D1210.


I love getcolorcode.com

Triadic colors

1 #EFB2ED and #EDEFB2 with #B2EDEF are triadic colors.

2 #EFEDB2 and #EDB2EF with #B2EDEF are triadic colors.