COLOR #B2EEDC

HEX: #B2EEDC RGB: (178,238,220)

Color info

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

RGB color model

#B2EEDC color RGB value is (178,238,220).

RGB: (178,238,220) (70%, 93%, 86%)

RGB channels and saturation

R 178 of 255 = 70%
G 238 of 255 = 93%
B 220 of 255 = 86%

178
238
220

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

Portions of RGB colors in percentages

R + G + B = 178 + 238 + 220 = 636 (100%)
R 178 of 636 ~ 27.99%
G 238 of 636 ~ 37.42%
B 220 of 636 ~ 34.59'%

%27.99
%37.42
%34.59

CMYK color model

#B2EEDC color CMYK value is (25,0,8,7).

  • cyan value is 25.21%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 6.67%
CMYK: (25,0,8,7) C25M0Y8K7 (25%,0%,8%,7%) (0.25/0.00/0.08/0.07) 

CMYK percentages

%25.21
%0
%7.56
%6.67

Codes

Color #B2EEDC in popluar color models

B2 EE DC
RGB 178 238 220
HSL 162° 63.83% 81.57%
HSB/HSV 162° 25.21% 93.33%
CMYK 25.21% 0.00% 7.56%
6.67%

Color #B2EEDC in popluar number systems.

HEX B2 EE DC
Decimal 178 238 220
Binary 10110010 11101110 11011100
Octal 262 356 334

Shades and tints

Shades of #B2EEDC

#B2EEDC
(178,238,220)
#A2D9C8
(162,217,200)
#92C4B4
(146,196,180)
#82AFA0
(130,175,160)
#729A8C
(114,154,140)
#628578
(98,133,120)
#527064
(82,112,100)
#425B50
(66,91,80)
#32463C
(50,70,60)
#223128
(34,49,40)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #B2EEDC

#B2EEDC
(178,238,220)
#B9EFDF
(185,239,223)
#C0F0E2
(192,240,226)
#C7F1E5
(199,241,229)
#CEF2E8
(206,242,232)
#D5F3EB
(213,243,235)
#DCF4EE
(220,244,238)
#E3F5F1
(227,245,241)
#EAF6F4
(234,246,244)
#F1F7F7
(241,247,247)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2EEDC; }

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

This text font color is #B2EEDC.

Background Color

.myBgColor { background-color: #B2EEDC; }

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

This div background color is #B2EEDC.

Border color

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

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

This div border color is #B2EEDC.

Opacity

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

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

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

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

This text has shadow with #B2EEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2EEDC.

Preview

Color preview on black background

This text has color #B2EEDC on black background.


Color preview on white background

This text has color #B2EEDC on white background.


Black color preview on #B2EEDC background

This text has black color on #B2EEDC background.


White color preview on #B2EEDC background

This text has white color on #B2EEDC background.


Related colors

Complementary color

Complementary color for #hex is #4D1123.


I love getcolorcode.com

Triadic colors

1 #DCB2EE and #EEDCB2 with #B2EEDC are triadic colors.

2 #DCEEB2 and #EEB2DC with #B2EEDC are triadic colors.