COLOR #B9E18F

HEX: #B9E18F RGB: (185,225,143)

Color info

#B9E18F contains mainly red and green colors. Web safe color of #B9E18F is #CCCC99 (or #CC9).

RGB color model

#B9E18F color RGB value is (185,225,143).

RGB: (185,225,143) (73%, 88%, 56%)

RGB channels and saturation

R 185 of 255 = 73%
G 225 of 255 = 88%
B 143 of 255 = 56%

185
225
143

R + G + B ~ 72%. #B9E18F is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 225 + 143 = 553 (100%)
R 185 of 553 ~ 33.45%
G 225 of 553 ~ 40.69%
B 143 of 553 ~ 25.86'%

%33.45
%40.69
%25.86

CMYK color model

#B9E18F color CMYK value is (18,0,36,12).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 36.44%
  • key color value is 11.76%

CMYK: (18,0,36,12)
C18M0Y36K12 (18%, 0%, 36%, 12%)
(0.18 / 0.00 / 0.36 / 0.12)

CMYK percentages

%17.78
%0
%36.44
%11.76

Codes

Color #B9E18F in popluar color models

B9 E1 8F
RGB 185 225 143
HSL 89° 57.75% 72.16%
HSB/HSV 89° 36.44% 88.24%
CMYK 17.78% 0.00% 36.44%
11.76%

Color #B9E18F in popluar number systems.

HEX B9 E1 8F
Decimal 185 225 143
Binary 10111001 11100001 10001111
Octal 271 341 217

Shades and tints

Shades of #B9E18F

#B9E18F
(185,225,143)
#A9CD82
(169,205,130)
#99B975
(153,185,117)
#89A568
(137,165,104)
#79915B
(121,145,91)
#697D4E
(105,125,78)
#596941
(89,105,65)
#495534
(73,85,52)
#394127
(57,65,39)
#292D1A
(41,45,26)
#19190D
(25,25,13)
#000000
(0,0,0)

Tints of #B9E18F

#B9E18F
(185,225,143)
#BFE399
(191,227,153)
#C5E5A3
(197,229,163)
#CBE7AD
(203,231,173)
#D1E9B7
(209,233,183)
#D7EBC1
(215,235,193)
#DDEDCB
(221,237,203)
#E3EFD5
(227,239,213)
#E9F1DF
(233,241,223)
#EFF3E9
(239,243,233)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E18F color. Also use rgb(185,225,143) instead hex code.

Text Font Color

.myTextColor { color: #B9E18F; }

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

This text font color is #B9E18F.

Background Color

.myBgColor { background-color: #B9E18F; }

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

This div background color is #B9E18F.

Border color

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

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

This div border color is #B9E18F.

Opacity

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

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

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

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

This text has shadow with #B9E18F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E18F.

Preview

Color preview on black background

This text has color #B9E18F on black background.


Color preview on white background

This text has color #B9E18F on white background.


Black color preview on #B9E18F background

This text has black color on #B9E18F background.


White color preview on #B9E18F background

This text has white color on #B9E18F background.


Related colors

Complementary color

Complementary color for #hex is #461E70.


I love getcolorcode.com

Triadic colors

1 #8FB9E1 and #E18FB9 with #B9E18F are triadic colors.

2 #8FE1B9 and #E1B98F with #B9E18F are triadic colors.