COLOR #B2E7DD

HEX: #B2E7DD RGB: (178,231,221)

Color info

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

RGB color model

#B2E7DD color RGB value is (178,231,221).

RGB: (178,231,221) (70%, 91%, 87%)

RGB channels and saturation

R 178 of 255 = 70%
G 231 of 255 = 91%
B 221 of 255 = 87%

178
231
221

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

Portions of RGB colors in percentages

R + G + B = 178 + 231 + 221 = 630 (100%)
R 178 of 630 ~ 28.25%
G 231 of 630 ~ 36.67%
B 221 of 630 ~ 35.08'%

%28.25
%36.67
%35.08

CMYK color model

#B2E7DD color CMYK value is (23,0,4,9).

  • cyan value is 22.94%
  • magenta value is 0.00%
  • yellow value is 4.33%
  • key color value is 9.41%

CMYK: (23,0,4,9)
C23M0Y4K9 (23%, 0%, 4%, 9%)
(0.23 / 0.00 / 0.04 / 0.09)

CMYK percentages

%22.94
%0
%4.33
%9.41

Codes

Color #B2E7DD in popluar color models

B2 E7 DD
RGB 178 231 221
HSL 169° 52.48% 80.20%
HSB/HSV 169° 22.94% 90.59%
CMYK 22.94% 0.00% 4.33%
9.41%

Color #B2E7DD in popluar number systems.

HEX B2 E7 DD
Decimal 178 231 221
Binary 10110010 11100111 11011101
Octal 262 347 335

Shades and tints

Shades of #B2E7DD

#B2E7DD
(178,231,221)
#A2D2C9
(162,210,201)
#92BDB5
(146,189,181)
#82A8A1
(130,168,161)
#72938D
(114,147,141)
#627E79
(98,126,121)
#526965
(82,105,101)
#425451
(66,84,81)
#323F3D
(50,63,61)
#222A29
(34,42,41)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #B2E7DD

#B2E7DD
(178,231,221)
#B9E9E0
(185,233,224)
#C0EBE3
(192,235,227)
#C7EDE6
(199,237,230)
#CEEFE9
(206,239,233)
#D5F1EC
(213,241,236)
#DCF3EF
(220,243,239)
#E3F5F2
(227,245,242)
#EAF7F5
(234,247,245)
#F1F9F8
(241,249,248)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E7DD color. Also use rgb(178,231,221) instead hex code.

Text Font Color

.myTextColor { color: #B2E7DD; }

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

This text font color is #B2E7DD.

Background Color

.myBgColor { background-color: #B2E7DD; }

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

This div background color is #B2E7DD.

Border color

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

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

This div border color is #B2E7DD.

Opacity

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

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

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

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

This text has shadow with #B2E7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2E7DD.

Preview

Color preview on black background

This text has color #B2E7DD on black background.


Color preview on white background

This text has color #B2E7DD on white background.


Black color preview on #B2E7DD background

This text has black color on #B2E7DD background.


White color preview on #B2E7DD background

This text has white color on #B2E7DD background.


Related colors

Complementary color

Complementary color for #hex is #4D1822.


I love getcolorcode.com

Triadic colors

1 #DDB2E7 and #E7DDB2 with #B2E7DD are triadic colors.

2 #DDE7B2 and #E7B2DD with #B2E7DD are triadic colors.