COLOR #B2ECD2

HEX: #B2ECD2 RGB: (178,236,210)

Color info

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

RGB color model

#B2ECD2 color RGB value is (178,236,210).

RGB: (178,236,210) (70%, 93%, 82%)

RGB channels and saturation

R 178 of 255 = 70%
G 236 of 255 = 93%
B 210 of 255 = 82%

178
236
210

R + G + B ~ 82%. #B2ECD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 236 + 210 = 624 (100%)
R 178 of 624 ~ 28.53%
G 236 of 624 ~ 37.82%
B 210 of 624 ~ 33.65'%

%28.53
%37.82
%33.65

CMYK color model

#B2ECD2 color CMYK value is (25,0,11,7).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 7.45%

CMYK: (25,0,11,7)
C25M0Y11K7 (25%, 0%, 11%, 7%)
(0.25 / 0.00 / 0.11 / 0.07)

CMYK percentages

%24.58
%0
%11.02
%7.45

Codes

Color #B2ECD2 in popluar color models

B2 EC D2
RGB 178 236 210
HSL 153° 60.42% 81.18%
HSB/HSV 153° 24.58% 92.55%
CMYK 24.58% 0.00% 11.02%
7.45%

Color #B2ECD2 in popluar number systems.

HEX B2 EC D2
Decimal 178 236 210
Binary 10110010 11101100 11010010
Octal 262 354 322

Shades and tints

Shades of #B2ECD2

#B2ECD2
(178,236,210)
#A2D7BF
(162,215,191)
#92C2AC
(146,194,172)
#82AD99
(130,173,153)
#729886
(114,152,134)
#628373
(98,131,115)
#526E60
(82,110,96)
#42594D
(66,89,77)
#32443A
(50,68,58)
#222F27
(34,47,39)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #B2ECD2

#B2ECD2
(178,236,210)
#B9EDD6
(185,237,214)
#C0EEDA
(192,238,218)
#C7EFDE
(199,239,222)
#CEF0E2
(206,240,226)
#D5F1E6
(213,241,230)
#DCF2EA
(220,242,234)
#E3F3EE
(227,243,238)
#EAF4F2
(234,244,242)
#F1F5F6
(241,245,246)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ECD2 color. Also use rgb(178,236,210) instead hex code.

Text Font Color

.myTextColor { color: #B2ECD2; }

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

This text font color is #B2ECD2.

Background Color

.myBgColor { background-color: #B2ECD2; }

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

This div background color is #B2ECD2.

Border color

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

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

This div border color is #B2ECD2.

Opacity

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

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

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

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

This text has shadow with #B2ECD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ECD2.

Preview

Color preview on black background

This text has color #B2ECD2 on black background.


Color preview on white background

This text has color #B2ECD2 on white background.


Black color preview on #B2ECD2 background

This text has black color on #B2ECD2 background.


White color preview on #B2ECD2 background

This text has white color on #B2ECD2 background.


Related colors

Complementary color

Complementary color for #hex is #4D132D.


I love getcolorcode.com

Triadic colors

1 #D2B2EC and #ECD2B2 with #B2ECD2 are triadic colors.

2 #D2ECB2 and #ECB2D2 with #B2ECD2 are triadic colors.