COLOR #B9FACB

HEX: #B9FACB RGB: (185,250,203)

Color info

#B9FACB contains mainly green and blue colors. Web safe color of #B9FACB is #CCFFCC (or #CFC).

RGB color model

#B9FACB color RGB value is (185,250,203).

RGB: (185,250,203) (73%, 98%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 250 of 255 = 98%
B 203 of 255 = 80%

185
250
203

R + G + B ~ 84%. #B9FACB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 250 + 203 = 638 (100%)
R 185 of 638 ~ 29%
G 250 of 638 ~ 39.18%
B 203 of 638 ~ 31.82'%

%29
%39.18
%31.82

CMYK color model

#B9FACB color CMYK value is (26,0,19,2).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 1.96%

CMYK: (26,0,19,2)
C26M0Y19K2 (26%, 0%, 19%, 2%)
(0.26 / 0.00 / 0.19 / 0.02)

CMYK percentages

%26
%0
%18.8
%1.96

Codes

Color #B9FACB in popluar color models

B9 FA CB
RGB 185 250 203
HSL 137° 86.67% 85.29%
HSB/HSV 137° 26.00% 98.04%
CMYK 26.00% 0.00% 18.80%
1.96%

Color #B9FACB in popluar number systems.

HEX B9 FA CB
Decimal 185 250 203
Binary 10111001 11111010 11001011
Octal 271 372 313

Shades and tints

Shades of #B9FACB

#B9FACB
(185,250,203)
#A9E4B9
(169,228,185)
#99CEA7
(153,206,167)
#89B895
(137,184,149)
#79A283
(121,162,131)
#698C71
(105,140,113)
#59765F
(89,118,95)
#49604D
(73,96,77)
#394A3B
(57,74,59)
#293429
(41,52,41)
#191E17
(25,30,23)
#000000
(0,0,0)

Tints of #B9FACB

#B9FACB
(185,250,203)
#BFFACF
(191,250,207)
#C5FAD3
(197,250,211)
#CBFAD7
(203,250,215)
#D1FADB
(209,250,219)
#D7FADF
(215,250,223)
#DDFAE3
(221,250,227)
#E3FAE7
(227,250,231)
#E9FAEB
(233,250,235)
#EFFAEF
(239,250,239)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9FACB color. Also use rgb(185,250,203) instead hex code.

Text Font Color

.myTextColor { color: #B9FACB; }

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

This text font color is #B9FACB.

Background Color

.myBgColor { background-color: #B9FACB; }

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

This div background color is #B9FACB.

Border color

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

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

This div border color is #B9FACB.

Opacity

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

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

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

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

This text has shadow with #B9FACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9FACB.

Preview

Color preview on black background

This text has color #B9FACB on black background.


Color preview on white background

This text has color #B9FACB on white background.


Black color preview on #B9FACB background

This text has black color on #B9FACB background.


White color preview on #B9FACB background

This text has white color on #B9FACB background.


Related colors

Complementary color

Complementary color for #hex is #460534.


I love getcolorcode.com

Triadic colors

1 #CBB9FA and #FACBB9 with #B9FACB are triadic colors.

2 #CBFAB9 and #FAB9CB with #B9FACB are triadic colors.