COLOR #B0FACC

HEX: #B0FACC RGB: (176,250,204)

Color info

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

RGB color model

#B0FACC color RGB value is (176,250,204).

RGB: (176,250,204) (69%, 98%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 250 of 255 = 98%
B 204 of 255 = 80%

176
250
204

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

Portions of RGB colors in percentages

R + G + B = 176 + 250 + 204 = 630 (100%)
R 176 of 630 ~ 27.94%
G 250 of 630 ~ 39.68%
B 204 of 630 ~ 32.38'%

%27.94
%39.68
%32.38

CMYK color model

#B0FACC color CMYK value is (30,0,18,2).

  • cyan value is 29.60%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 1.96%

CMYK: (30,0,18,2)
C30M0Y18K2 (30%, 0%, 18%, 2%)
(0.30 / 0.00 / 0.18 / 0.02)

CMYK percentages

%29.6
%0
%18.4
%1.96

Codes

Color #B0FACC in popluar color models

B0 FA CC
RGB 176 250 204
HSL 143° 88.10% 83.53%
HSB/HSV 143° 29.60% 98.04%
CMYK 29.60% 0.00% 18.40%
1.96%

Color #B0FACC in popluar number systems.

HEX B0 FA CC
Decimal 176 250 204
Binary 10110000 11111010 11001100
Octal 260 372 314

Shades and tints

Shades of #B0FACC

#B0FACC
(176,250,204)
#A0E4BA
(160,228,186)
#90CEA8
(144,206,168)
#80B896
(128,184,150)
#70A284
(112,162,132)
#608C72
(96,140,114)
#507660
(80,118,96)
#40604E
(64,96,78)
#304A3C
(48,74,60)
#20342A
(32,52,42)
#101E18
(16,30,24)
#000000
(0,0,0)

Tints of #B0FACC

#B0FACC
(176,250,204)
#B7FAD0
(183,250,208)
#BEFAD4
(190,250,212)
#C5FAD8
(197,250,216)
#CCFADC
(204,250,220)
#D3FAE0
(211,250,224)
#DAFAE4
(218,250,228)
#E1FAE8
(225,250,232)
#E8FAEC
(232,250,236)
#EFFAF0
(239,250,240)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0FACC; }

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

This text font color is #B0FACC.

Background Color

.myBgColor { background-color: #B0FACC; }

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

This div background color is #B0FACC.

Border color

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

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

This div border color is #B0FACC.

Opacity

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

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

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

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

This text has shadow with #B0FACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0FACC.

Preview

Color preview on black background

This text has color #B0FACC on black background.


Color preview on white background

This text has color #B0FACC on white background.


Black color preview on #B0FACC background

This text has black color on #B0FACC background.


White color preview on #B0FACC background

This text has white color on #B0FACC background.


Related colors

Complementary color

Complementary color for #hex is #4F0533.


I love getcolorcode.com

Triadic colors

1 #CCB0FA and #FACCB0 with #B0FACC are triadic colors.

2 #CCFAB0 and #FAB0CC with #B0FACC are triadic colors.