COLOR #B2E2D7

HEX: #B2E2D7 RGB: (178,226,215)

Color info

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

RGB color model

#B2E2D7 color RGB value is (178,226,215).

RGB: (178,226,215) (70%, 89%, 84%)

RGB channels and saturation

R 178 of 255 = 70%
G 226 of 255 = 89%
B 215 of 255 = 84%

178
226
215

R + G + B ~ 81%. #B2E2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 226 + 215 = 619 (100%)
R 178 of 619 ~ 28.76%
G 226 of 619 ~ 36.51%
B 215 of 619 ~ 34.73'%

%28.76
%36.51
%34.73

CMYK color model

#B2E2D7 color CMYK value is (21,0,5,11).

  • cyan value is 21.24%
  • magenta value is 0.00%
  • yellow value is 4.87%
  • key color value is 11.37%

CMYK: (21,0,5,11)
C21M0Y5K11 (21%, 0%, 5%, 11%)
(0.21 / 0.00 / 0.05 / 0.11)

CMYK percentages

%21.24
%0
%4.87
%11.37

Codes

Color #B2E2D7 in popluar color models

B2 E2 D7
RGB 178 226 215
HSL 166° 45.28% 79.22%
HSB/HSV 166° 21.24% 88.63%
CMYK 21.24% 0.00% 4.87%
11.37%

Color #B2E2D7 in popluar number systems.

HEX B2 E2 D7
Decimal 178 226 215
Binary 10110010 11100010 11010111
Octal 262 342 327

Shades and tints

Shades of #B2E2D7

#B2E2D7
(178,226,215)
#A2CEC4
(162,206,196)
#92BAB1
(146,186,177)
#82A69E
(130,166,158)
#72928B
(114,146,139)
#627E78
(98,126,120)
#526A65
(82,106,101)
#425652
(66,86,82)
#32423F
(50,66,63)
#222E2C
(34,46,44)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #B2E2D7

#B2E2D7
(178,226,215)
#B9E4DA
(185,228,218)
#C0E6DD
(192,230,221)
#C7E8E0
(199,232,224)
#CEEAE3
(206,234,227)
#D5ECE6
(213,236,230)
#DCEEE9
(220,238,233)
#E3F0EC
(227,240,236)
#EAF2EF
(234,242,239)
#F1F4F2
(241,244,242)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E2D7 color. Also use rgb(178,226,215) instead hex code.

Text Font Color

.myTextColor { color: #B2E2D7; }

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

This text font color is #B2E2D7.

Background Color

.myBgColor { background-color: #B2E2D7; }

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

This div background color is #B2E2D7.

Border color

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

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

This div border color is #B2E2D7.

Opacity

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

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

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

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

This text has shadow with #B2E2D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2E2D7.

Preview

Color preview on black background

This text has color #B2E2D7 on black background.


Color preview on white background

This text has color #B2E2D7 on white background.


Black color preview on #B2E2D7 background

This text has black color on #B2E2D7 background.


White color preview on #B2E2D7 background

This text has white color on #B2E2D7 background.


Related colors

Complementary color

Complementary color for #hex is #4D1D28.


I love getcolorcode.com

Triadic colors

1 #D7B2E2 and #E2D7B2 with #B2E2D7 are triadic colors.

2 #D7E2B2 and #E2B2D7 with #B2E2D7 are triadic colors.