COLOR #B2FDC0

HEX: #B2FDC0 RGB: (178,253,192)

Color info

#B2FDC0 contains mainly green color. Web safe color of #B2FDC0 is #99FFCC (or #9FC).

RGB color model

#B2FDC0 color RGB value is (178,253,192).

RGB: (178,253,192) (70%, 99%, 75%)

RGB channels and saturation

R 178 of 255 = 70%
G 253 of 255 = 99%
B 192 of 255 = 75%

178
253
192

R + G + B ~ 81%. #B2FDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 253 + 192 = 623 (100%)
R 178 of 623 ~ 28.57%
G 253 of 623 ~ 40.61%
B 192 of 623 ~ 30.82'%

%28.57
%40.61
%30.82

CMYK color model

#B2FDC0 color CMYK value is (30,0,24,1).

  • cyan value is 29.64%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 0.78%

CMYK: (30,0,24,1)
C30M0Y24K1 (30%, 0%, 24%, 1%)
(0.30 / 0.00 / 0.24 / 0.01)

CMYK percentages

%29.64
%0
%24.11
%0.78

Codes

Color #B2FDC0 in popluar color models

B2 FD C0
RGB 178 253 192
HSL 131° 94.94% 84.51%
HSB/HSV 131° 29.64% 99.22%
CMYK 29.64% 0.00% 24.11%
0.78%

Color #B2FDC0 in popluar number systems.

HEX B2 FD C0
Decimal 178 253 192
Binary 10110010 11111101 11000000
Octal 262 375 300

Shades and tints

Shades of #B2FDC0

#B2FDC0
(178,253,192)
#A2E6AF
(162,230,175)
#92CF9E
(146,207,158)
#82B88D
(130,184,141)
#72A17C
(114,161,124)
#628A6B
(98,138,107)
#52735A
(82,115,90)
#425C49
(66,92,73)
#324538
(50,69,56)
#222E27
(34,46,39)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #B2FDC0

#B2FDC0
(178,253,192)
#B9FDC5
(185,253,197)
#C0FDCA
(192,253,202)
#C7FDCF
(199,253,207)
#CEFDD4
(206,253,212)
#D5FDD9
(213,253,217)
#DCFDDE
(220,253,222)
#E3FDE3
(227,253,227)
#EAFDE8
(234,253,232)
#F1FDED
(241,253,237)
#F8FDF2
(248,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2FDC0 color. Also use rgb(178,253,192) instead hex code.

Text Font Color

.myTextColor { color: #B2FDC0; }

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

This text font color is #B2FDC0.

Background Color

.myBgColor { background-color: #B2FDC0; }

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

This div background color is #B2FDC0.

Border color

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

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

This div border color is #B2FDC0.

Opacity

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

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

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

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

This text has shadow with #B2FDC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2FDC0.

Preview

Color preview on black background

This text has color #B2FDC0 on black background.


Color preview on white background

This text has color #B2FDC0 on white background.


Black color preview on #B2FDC0 background

This text has black color on #B2FDC0 background.


White color preview on #B2FDC0 background

This text has white color on #B2FDC0 background.


Related colors

Complementary color

Complementary color for #hex is #4D023F.


I love getcolorcode.com

Triadic colors

1 #C0B2FD and #FDC0B2 with #B2FDC0 are triadic colors.

2 #C0FDB2 and #FDB2C0 with #B2FDC0 are triadic colors.