COLOR #B0FDCA

HEX: #B0FDCA RGB: (176,253,202)

Color info

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

RGB color model

#B0FDCA color RGB value is (176,253,202).

RGB: (176,253,202) (69%, 99%, 79%)

RGB channels and saturation

R 176 of 255 = 69%
G 253 of 255 = 99%
B 202 of 255 = 79%

176
253
202

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

Portions of RGB colors in percentages

R + G + B = 176 + 253 + 202 = 631 (100%)
R 176 of 631 ~ 27.89%
G 253 of 631 ~ 40.1%
B 202 of 631 ~ 32.01'%

%27.89
%40.1
%32.01

CMYK color model

#B0FDCA color CMYK value is (30,0,20,1).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 0.78%
CMYK: (30,0,20,1) C30M0Y20K1 (30%,0%,20%,1%) (0.30/0.00/0.20/0.01) 

CMYK percentages

%30.43
%0
%20.16
%0.78

Codes

Color #B0FDCA in popluar color models

B0 FD CA
RGB 176 253 202
HSL 140° 95.06% 84.12%
HSB/HSV 140° 30.43% 99.22%
CMYK 30.43% 0.00% 20.16%
0.78%

Color #B0FDCA in popluar number systems.

HEX B0 FD CA
Decimal 176 253 202
Binary 10110000 11111101 11001010
Octal 260 375 312

Shades and tints

Shades of #B0FDCA

#B0FDCA
(176,253,202)
#A0E6B8
(160,230,184)
#90CFA6
(144,207,166)
#80B894
(128,184,148)
#70A182
(112,161,130)
#608A70
(96,138,112)
#50735E
(80,115,94)
#405C4C
(64,92,76)
#30453A
(48,69,58)
#202E28
(32,46,40)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #B0FDCA

#B0FDCA
(176,253,202)
#B7FDCE
(183,253,206)
#BEFDD2
(190,253,210)
#C5FDD6
(197,253,214)
#CCFDDA
(204,253,218)
#D3FDDE
(211,253,222)
#DAFDE2
(218,253,226)
#E1FDE6
(225,253,230)
#E8FDEA
(232,253,234)
#EFFDEE
(239,253,238)
#F6FDF2
(246,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0FDCA color. Also use rgb(176,253,202) instead hex code.

Text Font Color

.myTextColor { color: #B0FDCA; }

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

This text font color is #B0FDCA.

Background Color

.myBgColor { background-color: #B0FDCA; }

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

This div background color is #B0FDCA.

Border color

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

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

This div border color is #B0FDCA.

Opacity

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

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

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

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

This text has shadow with #B0FDCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0FDCA.

Preview

Color preview on black background

This text has color #B0FDCA on black background.


Color preview on white background

This text has color #B0FDCA on white background.


Black color preview on #B0FDCA background

This text has black color on #B0FDCA background.


White color preview on #B0FDCA background

This text has white color on #B0FDCA background.


Related colors

Complementary color

Complementary color for #hex is #4F0235.


I love getcolorcode.com

Triadic colors

1 #CAB0FD and #FDCAB0 with #B0FDCA are triadic colors.

2 #CAFDB0 and #FDB0CA with #B0FDCA are triadic colors.