COLOR #B2DFBE

HEX: #B2DFBE
RGB: (178,223,190)

Color info

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

RGB color model

#B2DFBE color RGB value is (178,223,190).

  • red value is 178;
  • green value is 223;
  • blue value is 190.
RGB:
(178,223,190)
(70%,87%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 223 of 255 = 87%
B 190 of 255 = 75%

178
223
190

R + G + B ~ 77%. #B2DFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 223 + 190 = 591 (100%)
R 178 of 591 ~ 30.12%
G 223 of 591 ~ 37.73%
B 190 of 591 ~ 32.15%

%30.12
%37.73
%32.15

CMYK color model

#B2DFBE color CMYK value is (20,0,15,13).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(20,0,15,13)
C20M0Y15K13 
(20%,0%,15%,13%)
(0.20/0.00/0.15/0.13)	

CMYK percentages

%20.18
%0
%14.8
%12.55

Codes

Color #B2DFBE in popluar color models

B2DFBE
RGB178223190
HSL136°41.28%78.63%
HSB/HSV136°20.18%87.45%
CMYK20.18%0.00%14.80%
12.55%

Color #B2DFBE in popluar number systems.

HEXB2DFBE
Decimal178223190
Binary101100101101111110111110
Octal262337276

Shades and tints

Shades of #B2DFBE

#B2DFBE
(178,223,190)
#A2CBAD
(162,203,173)
#92B79C
(146,183,156)
#82A38B
(130,163,139)
#728F7A
(114,143,122)
#627B69
(98,123,105)
#526758
(82,103,88)
#425347
(66,83,71)
#323F36
(50,63,54)
#222B25
(34,43,37)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #B2DFBE

#B2DFBE
(178,223,190)
#B9E1C3
(185,225,195)
#C0E3C8
(192,227,200)
#C7E5CD
(199,229,205)
#CEE7D2
(206,231,210)
#D5E9D7
(213,233,215)
#DCEBDC
(220,235,220)
#E3EDE1
(227,237,225)
#EAEFE6
(234,239,230)
#F1F1EB
(241,241,235)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DFBE color. Also use rgb(178,223,190) instead hex code.

Text Font Color

.myTextColor { color: #B2DFBE; }

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

This text font color is #B2DFBE.


Background Color

.myBgColor { background-color: #B2DFBE; }

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

This div background color is #B2DFBE.


Border color

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

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

This div border color is #B2DFBE.


Opacity

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

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

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

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

This text has shadow with #B2DFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DFBE on black background.


Color preview on white background

This text has color #B2DFBE on white background.



Black color preview on #B2DFBE background

This text has black color on #B2DFBE background.


White color preview on #B2DFBE background

This text has white color on #B2DFBE background.