COLOR #BEDAA0

HEX: #BEDAA0
RGB: (190,218,160)

Color info

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

RGB color model

#BEDAA0 color RGB value is (190,218,160).

  • red value is 190;
  • green value is 218;
  • blue value is 160.
RGB:
(190,218,160)
(75%,85%,63%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 160 of 255 = 63%

190
218
160

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

Portions of RGB colors in percentages

R + G + B =
190 + 218 + 160 = 568 (100%)
R 190 of 568 ~ 33.45%
G 218 of 568 ~ 38.38%
B 160 of 568 ~ 28.17%

%33.45
%38.38
%28.17

CMYK color model

#BEDAA0 color CMYK value is (13,0,27,15).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 14.51%
CMYK:
(13,0,27,15)
C13M0Y27K15 
(13%,0%,27%,15%)
(0.13/0.00/0.27/0.15)	

CMYK percentages

%12.84
%0
%26.61
%14.51

Codes

Color #BEDAA0 in popluar color models

BEDAA0
RGB190218160
HSL89°43.94%74.12%
HSB/HSV89°26.61%85.49%
CMYK12.84%0.00%26.61%
14.51%

Color #BEDAA0 in popluar number systems.

HEXBEDAA0
Decimal190218160
Binary101111101101101010100000
Octal276332240

Shades and tints

Shades of #BEDAA0

#BEDAA0
(190,218,160)
#ADC792
(173,199,146)
#9CB484
(156,180,132)
#8BA176
(139,161,118)
#7A8E68
(122,142,104)
#697B5A
(105,123,90)
#58684C
(88,104,76)
#47553E
(71,85,62)
#364230
(54,66,48)
#252F22
(37,47,34)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #BEDAA0

#BEDAA0
(190,218,160)
#C3DDA8
(195,221,168)
#C8E0B0
(200,224,176)
#CDE3B8
(205,227,184)
#D2E6C0
(210,230,192)
#D7E9C8
(215,233,200)
#DCECD0
(220,236,208)
#E1EFD8
(225,239,216)
#E6F2E0
(230,242,224)
#EBF5E8
(235,245,232)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDAA0 color. Also use rgb(190,218,160) instead hex code.

Text Font Color

.myTextColor { color: #BEDAA0; }

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

This text font color is #BEDAA0.


Background Color

.myBgColor { background-color: #BEDAA0; }

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

This div background color is #BEDAA0.


Border color

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

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

This div border color is #BEDAA0.


Opacity

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

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

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

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

This text has shadow with #BEDAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDAA0 on black background.


Color preview on white background

This text has color #BEDAA0 on white background.



Black color preview on #BEDAA0 background

This text has black color on #BEDAA0 background.


White color preview on #BEDAA0 background

This text has white color on #BEDAA0 background.