COLOR #B2EEEB

HEX: #B2EEEB RGB: (178,238,235)

Color info

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

RGB color model

#B2EEEB color RGB value is (178,238,235).

RGB: (178,238,235) (70%, 93%, 92%)

RGB channels and saturation

R 178 of 255 = 70%
G 238 of 255 = 93%
B 235 of 255 = 92%

178
238
235

R + G + B ~ 85%. #B2EEEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 238 + 235 = 651 (100%)
R 178 of 651 ~ 27.34%
G 238 of 651 ~ 36.56%
B 235 of 651 ~ 36.1'%

%27.34
%36.56
%36.1

CMYK color model

#B2EEEB color CMYK value is (25,0,1,7).

  • cyan value is 25.21%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.67%

CMYK: (25,0,1,7)
C25M0Y1K7 (25%, 0%, 1%, 7%)
(0.25 / 0.00 / 0.01 / 0.07)

CMYK percentages

%25.21
%0
%1.26
%6.67

Codes

Color #B2EEEB in popluar color models

B2 EE EB
RGB 178 238 235
HSL 177° 63.83% 81.57%
HSB/HSV 177° 25.21% 93.33%
CMYK 25.21% 0.00% 1.26%
6.67%

Color #B2EEEB in popluar number systems.

HEX B2 EE EB
Decimal 178 238 235
Binary 10110010 11101110 11101011
Octal 262 356 353

Shades and tints

Shades of #B2EEEB

#B2EEEB
(178,238,235)
#A2D9D6
(162,217,214)
#92C4C1
(146,196,193)
#82AFAC
(130,175,172)
#729A97
(114,154,151)
#628582
(98,133,130)
#52706D
(82,112,109)
#425B58
(66,91,88)
#324643
(50,70,67)
#22312E
(34,49,46)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #B2EEEB

#B2EEEB
(178,238,235)
#B9EFEC
(185,239,236)
#C0F0ED
(192,240,237)
#C7F1EE
(199,241,238)
#CEF2EF
(206,242,239)
#D5F3F0
(213,243,240)
#DCF4F1
(220,244,241)
#E3F5F2
(227,245,242)
#EAF6F3
(234,246,243)
#F1F7F4
(241,247,244)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EEEB color. Also use rgb(178,238,235) instead hex code.

Text Font Color

.myTextColor { color: #B2EEEB; }

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

This text font color is #B2EEEB.

Background Color

.myBgColor { background-color: #B2EEEB; }

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

This div background color is #B2EEEB.

Border color

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

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

This div border color is #B2EEEB.

Opacity

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

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

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

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

This text has shadow with #B2EEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2EEEB.

Preview

Color preview on black background

This text has color #B2EEEB on black background.


Color preview on white background

This text has color #B2EEEB on white background.


Black color preview on #B2EEEB background

This text has black color on #B2EEEB background.


White color preview on #B2EEEB background

This text has white color on #B2EEEB background.


Related colors

Complementary color

Complementary color for #hex is #4D1114.


I love getcolorcode.com

Triadic colors

1 #EBB2EE and #EEEBB2 with #B2EEEB are triadic colors.

2 #EBEEB2 and #EEB2EB with #B2EEEB are triadic colors.