COLOR #B9EDA5

HEX: #B9EDA5 RGB: (185,237,165)

Color info

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

RGB color model

#B9EDA5 color RGB value is (185,237,165).

RGB: (185,237,165) (73%, 93%, 65%)

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 165 of 255 = 65%

185
237
165

R + G + B ~ 77%. #B9EDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 237 + 165 = 587 (100%)
R 185 of 587 ~ 31.52%
G 237 of 587 ~ 40.37%
B 165 of 587 ~ 28.11'%

%31.52
%40.37
%28.11

CMYK color model

#B9EDA5 color CMYK value is (22,0,30,7).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 30.38%
  • key color value is 7.06%

CMYK: (22,0,30,7)
C22M0Y30K7 (22%, 0%, 30%, 7%)
(0.22 / 0.00 / 0.30 / 0.07)

CMYK percentages

%21.94
%0
%30.38
%7.06

Codes

Color #B9EDA5 in popluar color models

B9 ED A5
RGB 185 237 165
HSL 103° 66.67% 78.82%
HSB/HSV 103° 30.38% 92.94%
CMYK 21.94% 0.00% 30.38%
7.06%

Color #B9EDA5 in popluar number systems.

HEX B9 ED A5
Decimal 185 237 165
Binary 10111001 11101101 10100101
Octal 271 355 245

Shades and tints

Shades of #B9EDA5

#B9EDA5
(185,237,165)
#A9D896
(169,216,150)
#99C387
(153,195,135)
#89AE78
(137,174,120)
#799969
(121,153,105)
#69845A
(105,132,90)
#596F4B
(89,111,75)
#495A3C
(73,90,60)
#39452D
(57,69,45)
#29301E
(41,48,30)
#191B0F
(25,27,15)
#000000
(0,0,0)

Tints of #B9EDA5

#B9EDA5
(185,237,165)
#BFEEAD
(191,238,173)
#C5EFB5
(197,239,181)
#CBF0BD
(203,240,189)
#D1F1C5
(209,241,197)
#D7F2CD
(215,242,205)
#DDF3D5
(221,243,213)
#E3F4DD
(227,244,221)
#E9F5E5
(233,245,229)
#EFF6ED
(239,246,237)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EDA5 color. Also use rgb(185,237,165) instead hex code.

Text Font Color

.myTextColor { color: #B9EDA5; }

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

This text font color is #B9EDA5.

Background Color

.myBgColor { background-color: #B9EDA5; }

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

This div background color is #B9EDA5.

Border color

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

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

This div border color is #B9EDA5.

Opacity

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

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

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

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

This text has shadow with #B9EDA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9EDA5.

Preview

Color preview on black background

This text has color #B9EDA5 on black background.


Color preview on white background

This text has color #B9EDA5 on white background.


Black color preview on #B9EDA5 background

This text has black color on #B9EDA5 background.


White color preview on #B9EDA5 background

This text has white color on #B9EDA5 background.


Related colors

Complementary color

Complementary color for #hex is #46125A.


I love getcolorcode.com

Triadic colors

1 #A5B9ED and #EDA5B9 with #B9EDA5 are triadic colors.

2 #A5EDB9 and #EDB9A5 with #B9EDA5 are triadic colors.