COLOR #B2EFD8

HEX: #B2EFD8 RGB: (178,239,216)

Color info

#B2EFD8 contains mainly green and blue colors. Web safe color of #B2EFD8 is #99FFCC (or #9FC).

RGB color model

#B2EFD8 color RGB value is (178,239,216).

RGB: (178,239,216) (70%, 94%, 85%)

RGB channels and saturation

R 178 of 255 = 70%
G 239 of 255 = 94%
B 216 of 255 = 85%

178
239
216

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

Portions of RGB colors in percentages

R + G + B = 178 + 239 + 216 = 633 (100%)
R 178 of 633 ~ 28.12%
G 239 of 633 ~ 37.76%
B 216 of 633 ~ 34.12'%

%28.12
%37.76
%34.12

CMYK color model

#B2EFD8 color CMYK value is (26,0,10,6).

  • cyan value is 25.52%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 6.27%
CMYK: (26,0,10,6) C26M0Y10K6 (26%,0%,10%,6%) (0.26/0.00/0.10/0.06) 

CMYK percentages

%25.52
%0
%9.62
%6.27

Codes

Color #B2EFD8 in popluar color models

B2 EF D8
RGB 178 239 216
HSL 157° 65.59% 81.76%
HSB/HSV 157° 25.52% 93.73%
CMYK 25.52% 0.00% 9.62%
6.27%

Color #B2EFD8 in popluar number systems.

HEX B2 EF D8
Decimal 178 239 216
Binary 10110010 11101111 11011000
Octal 262 357 330

Shades and tints

Shades of #B2EFD8

#B2EFD8
(178,239,216)
#A2DAC5
(162,218,197)
#92C5B2
(146,197,178)
#82B09F
(130,176,159)
#729B8C
(114,155,140)
#628679
(98,134,121)
#527166
(82,113,102)
#425C53
(66,92,83)
#324740
(50,71,64)
#22322D
(34,50,45)
#121D1A
(18,29,26)
#000000
(0,0,0)

Tints of #B2EFD8

#B2EFD8
(178,239,216)
#B9F0DB
(185,240,219)
#C0F1DE
(192,241,222)
#C7F2E1
(199,242,225)
#CEF3E4
(206,243,228)
#D5F4E7
(213,244,231)
#DCF5EA
(220,245,234)
#E3F6ED
(227,246,237)
#EAF7F0
(234,247,240)
#F1F8F3
(241,248,243)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2EFD8; }

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

This text font color is #B2EFD8.

Background Color

.myBgColor { background-color: #B2EFD8; }

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

This div background color is #B2EFD8.

Border color

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

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

This div border color is #B2EFD8.

Opacity

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

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

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

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

This text has shadow with #B2EFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2EFD8.

Preview

Color preview on black background

This text has color #B2EFD8 on black background.


Color preview on white background

This text has color #B2EFD8 on white background.


Black color preview on #B2EFD8 background

This text has black color on #B2EFD8 background.


White color preview on #B2EFD8 background

This text has white color on #B2EFD8 background.


Related colors

Complementary color

Complementary color for #hex is #4D1027.


I love getcolorcode.com

Triadic colors

1 #D8B2EF and #EFD8B2 with #B2EFD8 are triadic colors.

2 #D8EFB2 and #EFB2D8 with #B2EFD8 are triadic colors.