COLOR #BED89B

HEX: #BED89B
RGB: (190,216,155)

Color info

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

RGB color model

#BED89B color RGB value is (190,216,155).

  • red value is 190;
  • green value is 216;
  • blue value is 155.
RGB:
(190,216,155)
(75%,85%,61%)

RGB channels and saturation

R 190 of 255 = 75%
G 216 of 255 = 85%
B 155 of 255 = 61%

190
216
155

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

Portions of RGB colors in percentages

R + G + B =
190 + 216 + 155 = 561 (100%)
R 190 of 561 ~ 33.87%
G 216 of 561 ~ 38.5%
B 155 of 561 ~ 27.63%

%33.87
%38.5
%27.63

CMYK color model

#BED89B color CMYK value is (12,0,28,15).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 15.29%
CMYK:
(12,0,28,15)
C12M0Y28K15 
(12%,0%,28%,15%)
(0.12/0.00/0.28/0.15)	

CMYK percentages

%12.04
%0
%28.24
%15.29

Codes

Color #BED89B in popluar color models

BED89B
RGB190216155
HSL86°43.88%72.75%
HSB/HSV86°28.24%84.71%
CMYK12.04%0.00%28.24%
15.29%

Color #BED89B in popluar number systems.

HEXBED89B
Decimal190216155
Binary101111101101100010011011
Octal276330233

Shades and tints

Shades of #BED89B

#BED89B
(190,216,155)
#ADC58D
(173,197,141)
#9CB27F
(156,178,127)
#8B9F71
(139,159,113)
#7A8C63
(122,140,99)
#697955
(105,121,85)
#586647
(88,102,71)
#475339
(71,83,57)
#36402B
(54,64,43)
#252D1D
(37,45,29)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #BED89B

#BED89B
(190,216,155)
#C3DBA4
(195,219,164)
#C8DEAD
(200,222,173)
#CDE1B6
(205,225,182)
#D2E4BF
(210,228,191)
#D7E7C8
(215,231,200)
#DCEAD1
(220,234,209)
#E1EDDA
(225,237,218)
#E6F0E3
(230,240,227)
#EBF3EC
(235,243,236)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED89B; }

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

This text font color is #BED89B.


Background Color

.myBgColor { background-color: #BED89B; }

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

This div background color is #BED89B.


Border color

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

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

This div border color is #BED89B.


Opacity

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

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

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

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

This text has shadow with #BED89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED89B on black background.


Color preview on white background

This text has color #BED89B on white background.



Black color preview on #BED89B background

This text has black color on #BED89B background.


White color preview on #BED89B background

This text has white color on #BED89B background.