COLOR #B3FDC7

HEX: #B3FDC7 RGB: (179,253,199)

Color info

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

RGB color model

#B3FDC7 color RGB value is (179,253,199).

RGB: (179,253,199) (70%, 99%, 78%)

RGB channels and saturation

R 179 of 255 = 70%
G 253 of 255 = 99%
B 199 of 255 = 78%

179
253
199

R + G + B ~ 82%. #B3FDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 253 + 199 = 631 (100%)
R 179 of 631 ~ 28.37%
G 253 of 631 ~ 40.1%
B 199 of 631 ~ 31.54'%

%28.37
%40.1
%31.54

CMYK color model

#B3FDC7 color CMYK value is (29,0,21,1).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 0.78%

CMYK: (29,0,21,1)
C29M0Y21K1 (29%, 0%, 21%, 1%)
(0.29 / 0.00 / 0.21 / 0.01)

CMYK percentages

%29.25
%0
%21.34
%0.78

Codes

Color #B3FDC7 in popluar color models

B3 FD C7
RGB 179 253 199
HSL 136° 94.87% 84.71%
HSB/HSV 136° 29.25% 99.22%
CMYK 29.25% 0.00% 21.34%
0.78%

Color #B3FDC7 in popluar number systems.

HEX B3 FD C7
Decimal 179 253 199
Binary 10110011 11111101 11000111
Octal 263 375 307

Shades and tints

Shades of #B3FDC7

#B3FDC7
(179,253,199)
#A3E6B5
(163,230,181)
#93CFA3
(147,207,163)
#83B891
(131,184,145)
#73A17F
(115,161,127)
#638A6D
(99,138,109)
#53735B
(83,115,91)
#435C49
(67,92,73)
#334537
(51,69,55)
#232E25
(35,46,37)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #B3FDC7

#B3FDC7
(179,253,199)
#B9FDCC
(185,253,204)
#BFFDD1
(191,253,209)
#C5FDD6
(197,253,214)
#CBFDDB
(203,253,219)
#D1FDE0
(209,253,224)
#D7FDE5
(215,253,229)
#DDFDEA
(221,253,234)
#E3FDEF
(227,253,239)
#E9FDF4
(233,253,244)
#EFFDF9
(239,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3FDC7 color. Also use rgb(179,253,199) instead hex code.

Text Font Color

.myTextColor { color: #B3FDC7; }

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

This text font color is #B3FDC7.

Background Color

.myBgColor { background-color: #B3FDC7; }

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

This div background color is #B3FDC7.

Border color

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

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

This div border color is #B3FDC7.

Opacity

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

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

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

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

This text has shadow with #B3FDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3FDC7.

Preview

Color preview on black background

This text has color #B3FDC7 on black background.


Color preview on white background

This text has color #B3FDC7 on white background.


Black color preview on #B3FDC7 background

This text has black color on #B3FDC7 background.


White color preview on #B3FDC7 background

This text has white color on #B3FDC7 background.


Related colors

Complementary color

Complementary color for #hex is #4C0238.


I love getcolorcode.com

Triadic colors

1 #C7B3FD and #FDC7B3 with #B3FDC7 are triadic colors.

2 #C7FDB3 and #FDB3C7 with #B3FDC7 are triadic colors.