COLOR #B2FED7

HEX: #B2FED7 RGB: (178,254,215)

Color info

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

RGB color model

#B2FED7 color RGB value is (178,254,215).

RGB: (178,254,215) (70%, 100%, 84%)

RGB channels and saturation

R 178 of 255 = 70%
G 254 of 255 = 100%
B 215 of 255 = 84%

178
254
215

R + G + B ~ 85%. #B2FED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 254 + 215 = 647 (100%)
R 178 of 647 ~ 27.51%
G 254 of 647 ~ 39.26%
B 215 of 647 ~ 33.23'%

%27.51
%39.26
%33.23

CMYK color model

#B2FED7 color CMYK value is (30,0,15,0).

  • cyan value is 29.92%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 0.39%

CMYK: (30,0,15,0)
C30M0Y15K0 (30%, 0%, 15%, 0%)
(0.30 / 0.00 / 0.15 / 0.00)

CMYK percentages

%29.92
%0
%15.35
%0.39

Codes

Color #B2FED7 in popluar color models

B2 FE D7
RGB 178 254 215
HSL 149° 97.44% 84.71%
HSB/HSV 149° 29.92% 99.61%
CMYK 29.92% 0.00% 15.35%
0.39%

Color #B2FED7 in popluar number systems.

HEX B2 FE D7
Decimal 178 254 215
Binary 10110010 11111110 11010111
Octal 262 376 327

Shades and tints

Shades of #B2FED7

#B2FED7
(178,254,215)
#A2E7C4
(162,231,196)
#92D0B1
(146,208,177)
#82B99E
(130,185,158)
#72A28B
(114,162,139)
#628B78
(98,139,120)
#527465
(82,116,101)
#425D52
(66,93,82)
#32463F
(50,70,63)
#222F2C
(34,47,44)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #B2FED7

#B2FED7
(178,254,215)
#B9FEDA
(185,254,218)
#C0FEDD
(192,254,221)
#C7FEE0
(199,254,224)
#CEFEE3
(206,254,227)
#D5FEE6
(213,254,230)
#DCFEE9
(220,254,233)
#E3FEEC
(227,254,236)
#EAFEEF
(234,254,239)
#F1FEF2
(241,254,242)
#F8FEF5
(248,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2FED7; }

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

This text font color is #B2FED7.

Background Color

.myBgColor { background-color: #B2FED7; }

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

This div background color is #B2FED7.

Border color

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

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

This div border color is #B2FED7.

Opacity

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

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

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

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

This text has shadow with #B2FED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2FED7.

Preview

Color preview on black background

This text has color #B2FED7 on black background.


Color preview on white background

This text has color #B2FED7 on white background.


Black color preview on #B2FED7 background

This text has black color on #B2FED7 background.


White color preview on #B2FED7 background

This text has white color on #B2FED7 background.


Related colors

Complementary color

Complementary color for #hex is #4D0128.


I love getcolorcode.com

Triadic colors

1 #D7B2FE and #FED7B2 with #B2FED7 are triadic colors.

2 #D7FEB2 and #FEB2D7 with #B2FED7 are triadic colors.