COLOR #B0F9CA

HEX: #B0F9CA RGB: (176,249,202)

Color info

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

RGB color model

#B0F9CA color RGB value is (176,249,202).

RGB: (176,249,202) (69%, 98%, 79%)

RGB channels and saturation

R 176 of 255 = 69%
G 249 of 255 = 98%
B 202 of 255 = 79%

176
249
202

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

Portions of RGB colors in percentages

R + G + B = 176 + 249 + 202 = 627 (100%)
R 176 of 627 ~ 28.07%
G 249 of 627 ~ 39.71%
B 202 of 627 ~ 32.22'%

%28.07
%39.71
%32.22

CMYK color model

#B0F9CA color CMYK value is (29,0,19,2).

  • cyan value is 29.32%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 2.35%

CMYK: (29,0,19,2)
C29M0Y19K2 (29%, 0%, 19%, 2%)
(0.29 / 0.00 / 0.19 / 0.02)

CMYK percentages

%29.32
%0
%18.88
%2.35

Codes

Color #B0F9CA in popluar color models

B0 F9 CA
RGB 176 249 202
HSL 141° 85.88% 83.33%
HSB/HSV 141° 29.32% 97.65%
CMYK 29.32% 0.00% 18.88%
2.35%

Color #B0F9CA in popluar number systems.

HEX B0 F9 CA
Decimal 176 249 202
Binary 10110000 11111001 11001010
Octal 260 371 312

Shades and tints

Shades of #B0F9CA

#B0F9CA
(176,249,202)
#A0E3B8
(160,227,184)
#90CDA6
(144,205,166)
#80B794
(128,183,148)
#70A182
(112,161,130)
#608B70
(96,139,112)
#50755E
(80,117,94)
#405F4C
(64,95,76)
#30493A
(48,73,58)
#203328
(32,51,40)
#101D16
(16,29,22)
#000000
(0,0,0)

Tints of #B0F9CA

#B0F9CA
(176,249,202)
#B7F9CE
(183,249,206)
#BEF9D2
(190,249,210)
#C5F9D6
(197,249,214)
#CCF9DA
(204,249,218)
#D3F9DE
(211,249,222)
#DAF9E2
(218,249,226)
#E1F9E6
(225,249,230)
#E8F9EA
(232,249,234)
#EFF9EE
(239,249,238)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F9CA; }

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

This text font color is #B0F9CA.

Background Color

.myBgColor { background-color: #B0F9CA; }

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

This div background color is #B0F9CA.

Border color

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

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

This div border color is #B0F9CA.

Opacity

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

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

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

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

This text has shadow with #B0F9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0F9CA.

Preview

Color preview on black background

This text has color #B0F9CA on black background.


Color preview on white background

This text has color #B0F9CA on white background.


Black color preview on #B0F9CA background

This text has black color on #B0F9CA background.


White color preview on #B0F9CA background

This text has white color on #B0F9CA background.


Related colors

Complementary color

Complementary color for #hex is #4F0635.


I love getcolorcode.com

Triadic colors

1 #CAB0F9 and #F9CAB0 with #B0F9CA are triadic colors.

2 #CAF9B0 and #F9B0CA with #B0F9CA are triadic colors.