COLOR #B9FAC0

HEX: #B9FAC0
RGB: (185,250,192)

Color info

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

RGB color model

#B9FAC0 color RGB value is (185,250,192).

  • red value is 185;
  • green value is 250;
  • blue value is 192.
RGB:
(185,250,192)
(73%,98%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 250 of 255 = 98%
B 192 of 255 = 75%

185
250
192

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

Portions of RGB colors in percentages

R + G + B =
185 + 250 + 192 = 627 (100%)
R 185 of 627 ~ 29.51%
G 250 of 627 ~ 39.87%
B 192 of 627 ~ 30.62%

%29.51
%39.87
%30.62

CMYK color model

#B9FAC0 color CMYK value is (26,0,23,2).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 1.96%
CMYK:
(26,0,23,2)
C26M0Y23K2 
(26%,0%,23%,2%)
(0.26/0.00/0.23/0.02)	

CMYK percentages

%26
%0
%23.2
%1.96

Codes

Color #B9FAC0 in popluar color models

B9FAC0
RGB185250192
HSL126°86.67%85.29%
HSB/HSV126°26.00%98.04%
CMYK26.00%0.00%23.20%
1.96%

Color #B9FAC0 in popluar number systems.

HEXB9FAC0
Decimal185250192
Binary101110011111101011000000
Octal271372300

Shades and tints

Shades of #B9FAC0

#B9FAC0
(185,250,192)
#A9E4AF
(169,228,175)
#99CE9E
(153,206,158)
#89B88D
(137,184,141)
#79A27C
(121,162,124)
#698C6B
(105,140,107)
#59765A
(89,118,90)
#496049
(73,96,73)
#394A38
(57,74,56)
#293427
(41,52,39)
#191E16
(25,30,22)
#000000
(0,0,0)

Tints of #B9FAC0

#B9FAC0
(185,250,192)
#BFFAC5
(191,250,197)
#C5FACA
(197,250,202)
#CBFACF
(203,250,207)
#D1FAD4
(209,250,212)
#D7FAD9
(215,250,217)
#DDFADE
(221,250,222)
#E3FAE3
(227,250,227)
#E9FAE8
(233,250,232)
#EFFAED
(239,250,237)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9FAC0; }

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

This text font color is #B9FAC0.


Background Color

.myBgColor { background-color: #B9FAC0; }

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

This div background color is #B9FAC0.


Border color

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

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

This div border color is #B9FAC0.


Opacity

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

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

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

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

This text has shadow with #B9FAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9FAC0 on black background.


Color preview on white background

This text has color #B9FAC0 on white background.



Black color preview on #B9FAC0 background

This text has black color on #B9FAC0 background.


White color preview on #B9FAC0 background

This text has white color on #B9FAC0 background.