COLOR #B9EFAA

HEX: #B9EFAA
RGB: (185,239,170)

Color info

#B9EFAA contains mainly red and green colors. Web safe color of #B9EFAA is #CCFF99 (or #CF9).

RGB color model

#B9EFAA color RGB value is (185,239,170).

  • red value is 185;
  • green value is 239;
  • blue value is 170.
RGB:
(185,239,170)
(73%,94%,67%)

RGB channels and saturation

R 185 of 255 = 73%
G 239 of 255 = 94%
B 170 of 255 = 67%

185
239
170

R + G + B ~ 78%. #B9EFAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 239 + 170 = 594 (100%)
R 185 of 594 ~ 31.14%
G 239 of 594 ~ 40.24%
B 170 of 594 ~ 28.62%

%31.14
%40.24
%28.62

CMYK color model

#B9EFAA color CMYK value is (23,0,29,6).

  • cyan value is 22.59%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 6.27%
CMYK:
(23,0,29,6)
C23M0Y29K6 
(23%,0%,29%,6%)
(0.23/0.00/0.29/0.06)	

CMYK percentages

%22.59
%0
%28.87
%6.27

Codes

Color #B9EFAA in popluar color models

B9EFAA
RGB185239170
HSL107°68.32%80.20%
HSB/HSV107°28.87%93.73%
CMYK22.59%0.00%28.87%
6.27%

Color #B9EFAA in popluar number systems.

HEXB9EFAA
Decimal185239170
Binary101110011110111110101010
Octal271357252

Shades and tints

Shades of #B9EFAA

#B9EFAA
(185,239,170)
#A9DA9B
(169,218,155)
#99C58C
(153,197,140)
#89B07D
(137,176,125)
#799B6E
(121,155,110)
#69865F
(105,134,95)
#597150
(89,113,80)
#495C41
(73,92,65)
#394732
(57,71,50)
#293223
(41,50,35)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #B9EFAA

#B9EFAA
(185,239,170)
#BFF0B1
(191,240,177)
#C5F1B8
(197,241,184)
#CBF2BF
(203,242,191)
#D1F3C6
(209,243,198)
#D7F4CD
(215,244,205)
#DDF5D4
(221,245,212)
#E3F6DB
(227,246,219)
#E9F7E2
(233,247,226)
#EFF8E9
(239,248,233)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EFAA color. Also use rgb(185,239,170) instead hex code.

Text Font Color

.myTextColor { color: #B9EFAA; }

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

This text font color is #B9EFAA.


Background Color

.myBgColor { background-color: #B9EFAA; }

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

This div background color is #B9EFAA.


Border color

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

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

This div border color is #B9EFAA.


Opacity

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

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

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

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

This text has shadow with #B9EFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EFAA on black background.


Color preview on white background

This text has color #B9EFAA on white background.



Black color preview on #B9EFAA background

This text has black color on #B9EFAA background.


White color preview on #B9EFAA background

This text has white color on #B9EFAA background.