COLOR #B0F5CC

HEX: #B0F5CC RGB: (176,245,204)

Color info

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

RGB color model

#B0F5CC color RGB value is (176,245,204).

RGB: (176,245,204) (69%, 96%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 245 of 255 = 96%
B 204 of 255 = 80%

176
245
204

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

Portions of RGB colors in percentages

R + G + B = 176 + 245 + 204 = 625 (100%)
R 176 of 625 ~ 28.16%
G 245 of 625 ~ 39.2%
B 204 of 625 ~ 32.64'%

%28.16
%39.2
%32.64

CMYK color model

#B0F5CC color CMYK value is (28,0,17,4).

  • cyan value is 28.16%
  • magenta value is 0.00%
  • yellow value is 16.73%
  • key color value is 3.92%

CMYK: (28,0,17,4)
C28M0Y17K4 (28%, 0%, 17%, 4%)
(0.28 / 0.00 / 0.17 / 0.04)

CMYK percentages

%28.16
%0
%16.73
%3.92

Codes

Color #B0F5CC in popluar color models

B0 F5 CC
RGB 176 245 204
HSL 144° 77.53% 82.55%
HSB/HSV 144° 28.16% 96.08%
CMYK 28.16% 0.00% 16.73%
3.92%

Color #B0F5CC in popluar number systems.

HEX B0 F5 CC
Decimal 176 245 204
Binary 10110000 11110101 11001100
Octal 260 365 314

Shades and tints

Shades of #B0F5CC

#B0F5CC
(176,245,204)
#A0DFBA
(160,223,186)
#90C9A8
(144,201,168)
#80B396
(128,179,150)
#709D84
(112,157,132)
#608772
(96,135,114)
#507160
(80,113,96)
#405B4E
(64,91,78)
#30453C
(48,69,60)
#202F2A
(32,47,42)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #B0F5CC

#B0F5CC
(176,245,204)
#B7F5D0
(183,245,208)
#BEF5D4
(190,245,212)
#C5F5D8
(197,245,216)
#CCF5DC
(204,245,220)
#D3F5E0
(211,245,224)
#DAF5E4
(218,245,228)
#E1F5E8
(225,245,232)
#E8F5EC
(232,245,236)
#EFF5F0
(239,245,240)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F5CC color. Also use rgb(176,245,204) instead hex code.

Text Font Color

.myTextColor { color: #B0F5CC; }

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

This text font color is #B0F5CC.

Background Color

.myBgColor { background-color: #B0F5CC; }

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

This div background color is #B0F5CC.

Border color

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

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

This div border color is #B0F5CC.

Opacity

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

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

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

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

This text has shadow with #B0F5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0F5CC.

Preview

Color preview on black background

This text has color #B0F5CC on black background.


Color preview on white background

This text has color #B0F5CC on white background.


Black color preview on #B0F5CC background

This text has black color on #B0F5CC background.


White color preview on #B0F5CC background

This text has white color on #B0F5CC background.


Related colors

Complementary color

Complementary color for #hex is #4F0A33.


I love getcolorcode.com

Triadic colors

1 #CCB0F5 and #F5CCB0 with #B0F5CC are triadic colors.

2 #CCF5B0 and #F5B0CC with #B0F5CC are triadic colors.