COLOR #B2F2D5

HEX: #B2F2D5
RGB: (178,242,213)

Color info

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

RGB color model

#B2F2D5 color RGB value is (178,242,213).

  • red value is 178;
  • green value is 242;
  • blue value is 213.
RGB:
(178,242,213)
(70%,95%,84%)

RGB channels and saturation

R 178 of 255 = 70%
G 242 of 255 = 95%
B 213 of 255 = 84%

178
242
213

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

Portions of RGB colors in percentages

R + G + B =
178 + 242 + 213 = 633 (100%)
R 178 of 633 ~ 28.12%
G 242 of 633 ~ 38.23%
B 213 of 633 ~ 33.65%

%28.12
%38.23
%33.65

CMYK color model

#B2F2D5 color CMYK value is (26,0,12,5).

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 11.98%
  • key color value is 5.10%
CMYK:
(26,0,12,5)
C26M0Y12K5 
(26%,0%,12%,5%)
(0.26/0.00/0.12/0.05)	

CMYK percentages

%26.45
%0
%11.98
%5.1

Codes

Color #B2F2D5 in popluar color models

B2F2D5
RGB178242213
HSL153°71.11%82.35%
HSB/HSV153°26.45%94.90%
CMYK26.45%0.00%11.98%
5.10%

Color #B2F2D5 in popluar number systems.

HEXB2F2D5
Decimal178242213
Binary101100101111001011010101
Octal262362325

Shades and tints

Shades of #B2F2D5

#B2F2D5
(178,242,213)
#A2DCC2
(162,220,194)
#92C6AF
(146,198,175)
#82B09C
(130,176,156)
#729A89
(114,154,137)
#628476
(98,132,118)
#526E63
(82,110,99)
#425850
(66,88,80)
#32423D
(50,66,61)
#222C2A
(34,44,42)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2F2D5

#B2F2D5
(178,242,213)
#B9F3D8
(185,243,216)
#C0F4DB
(192,244,219)
#C7F5DE
(199,245,222)
#CEF6E1
(206,246,225)
#D5F7E4
(213,247,228)
#DCF8E7
(220,248,231)
#E3F9EA
(227,249,234)
#EAFAED
(234,250,237)
#F1FBF0
(241,251,240)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F2D5 color. Also use rgb(178,242,213) instead hex code.

Text Font Color

.myTextColor { color: #B2F2D5; }

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

This text font color is #B2F2D5.


Background Color

.myBgColor { background-color: #B2F2D5; }

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

This div background color is #B2F2D5.


Border color

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

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

This div border color is #B2F2D5.


Opacity

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

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

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

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

This text has shadow with #B2F2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F2D5 on black background.


Color preview on white background

This text has color #B2F2D5 on white background.



Black color preview on #B2F2D5 background

This text has black color on #B2F2D5 background.


White color preview on #B2F2D5 background

This text has white color on #B2F2D5 background.