COLOR #BED89F

HEX: #BED89F RGB: (190,216,159)

Color info

#BED89F contains red, green and blue colors in about the same proportion. Web safe color of #BED89F is #CCCC99 (or #CC9).

RGB color model

#BED89F color RGB value is (190,216,159).

RGB: (190,216,159) (75%, 85%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 216 of 255 = 85%
B 159 of 255 = 62%

190
216
159

R + G + B ~ 74%. #BED89F is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 216 + 159 = 565 (100%)
R 190 of 565 ~ 33.63%
G 216 of 565 ~ 38.23%
B 159 of 565 ~ 28.14'%

%33.63
%38.23
%28.14

CMYK color model

#BED89F color CMYK value is (12,0,26,15).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 26.39%
  • key color value is 15.29%

CMYK: (12,0,26,15)
C12M0Y26K15 (12%, 0%, 26%, 15%)
(0.12 / 0.00 / 0.26 / 0.15)

CMYK percentages

%12.04
%0
%26.39
%15.29

Codes

Color #BED89F in popluar color models

BE D8 9F
RGB 190 216 159
HSL 87° 42.22% 73.53%
HSB/HSV 87° 26.39% 84.71%
CMYK 12.04% 0.00% 26.39%
15.29%

Color #BED89F in popluar number systems.

HEX BE D8 9F
Decimal 190 216 159
Binary 10111110 11011000 10011111
Octal 276 330 237

Shades and tints

Shades of #BED89F

#BED89F
(190,216,159)
#ADC591
(173,197,145)
#9CB283
(156,178,131)
#8B9F75
(139,159,117)
#7A8C67
(122,140,103)
#697959
(105,121,89)
#58664B
(88,102,75)
#47533D
(71,83,61)
#36402F
(54,64,47)
#252D21
(37,45,33)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #BED89F

#BED89F
(190,216,159)
#C3DBA7
(195,219,167)
#C8DEAF
(200,222,175)
#CDE1B7
(205,225,183)
#D2E4BF
(210,228,191)
#D7E7C7
(215,231,199)
#DCEACF
(220,234,207)
#E1EDD7
(225,237,215)
#E6F0DF
(230,240,223)
#EBF3E7
(235,243,231)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED89F color. Also use rgb(190,216,159) instead hex code.

Text Font Color

.myTextColor { color: #BED89F; }

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

This text font color is #BED89F.

Background Color

.myBgColor { background-color: #BED89F; }

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

This div background color is #BED89F.

Border color

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

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

This div border color is #BED89F.

Opacity

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

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

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

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

This text has shadow with #BED89F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED89F.

Preview

Color preview on black background

This text has color #BED89F on black background.


Color preview on white background

This text has color #BED89F on white background.


Black color preview on #BED89F background

This text has black color on #BED89F background.


White color preview on #BED89F background

This text has white color on #BED89F background.


Related colors

Complementary color

Complementary color for #hex is #412760.


I love getcolorcode.com

Triadic colors

1 #9FBED8 and #D89FBE with #BED89F are triadic colors.

2 #9FD8BE and #D8BE9F with #BED89F are triadic colors.