COLOR #B2F0DD

HEX: #B2F0DD
RGB: (178,240,221)

Color info

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

RGB color model

#B2F0DD color RGB value is (178,240,221).

  • red value is 178;
  • green value is 240;
  • blue value is 221.
RGB:
(178,240,221)
(70%,94%,87%)

RGB channels and saturation

R 178 of 255 = 70%
G 240 of 255 = 94%
B 221 of 255 = 87%

178
240
221

R + G + B ~ 84%. #B2F0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 240 + 221 = 639 (100%)
R 178 of 639 ~ 27.86%
G 240 of 639 ~ 37.56%
B 221 of 639 ~ 34.59%

%27.86
%37.56
%34.59

CMYK color model

#B2F0DD color CMYK value is (26,0,8,6).

  • cyan value is 25.83%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 5.88%
CMYK:
(26,0,8,6)
C26M0Y8K6 
(26%,0%,8%,6%)
(0.26/0.00/0.08/0.06)	

CMYK percentages

%25.83
%0
%7.92
%5.88

Codes

Color #B2F0DD in popluar color models

B2F0DD
RGB178240221
HSL162°67.39%81.96%
HSB/HSV162°25.83%94.12%
CMYK25.83%0.00%7.92%
5.88%

Color #B2F0DD in popluar number systems.

HEXB2F0DD
Decimal178240221
Binary101100101111000011011101
Octal262360335

Shades and tints

Shades of #B2F0DD

#B2F0DD
(178,240,221)
#A2DBC9
(162,219,201)
#92C6B5
(146,198,181)
#82B1A1
(130,177,161)
#729C8D
(114,156,141)
#628779
(98,135,121)
#527265
(82,114,101)
#425D51
(66,93,81)
#32483D
(50,72,61)
#223329
(34,51,41)
#121E15
(18,30,21)
#000000
(0,0,0)

Tints of #B2F0DD

#B2F0DD
(178,240,221)
#B9F1E0
(185,241,224)
#C0F2E3
(192,242,227)
#C7F3E6
(199,243,230)
#CEF4E9
(206,244,233)
#D5F5EC
(213,245,236)
#DCF6EF
(220,246,239)
#E3F7F2
(227,247,242)
#EAF8F5
(234,248,245)
#F1F9F8
(241,249,248)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F0DD; }

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

This text font color is #B2F0DD.


Background Color

.myBgColor { background-color: #B2F0DD; }

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

This div background color is #B2F0DD.


Border color

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

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

This div border color is #B2F0DD.


Opacity

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

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

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

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

This text has shadow with #B2F0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F0DD on black background.


Color preview on white background

This text has color #B2F0DD on white background.



Black color preview on #B2F0DD background

This text has black color on #B2F0DD background.


White color preview on #B2F0DD background

This text has white color on #B2F0DD background.