COLOR #BEDA94

HEX: #BEDA94
RGB: (190,218,148)

Color info

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

RGB color model

#BEDA94 color RGB value is (190,218,148).

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

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 148 of 255 = 58%

190
218
148

R + G + B ~ 73%. #BEDA94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 218 + 148 = 556 (100%)
R 190 of 556 ~ 34.17%
G 218 of 556 ~ 39.21%
B 148 of 556 ~ 26.62%

%34.17
%39.21
%26.62

CMYK color model

#BEDA94 color CMYK value is (13,0,32,15).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 32.11%
  • key color value is 14.51%
CMYK:
(13,0,32,15)
C13M0Y32K15 
(13%,0%,32%,15%)
(0.13/0.00/0.32/0.15)	

CMYK percentages

%12.84
%0
%32.11
%14.51

Codes

Color #BEDA94 in popluar color models

BEDA94
RGB190218148
HSL84°48.61%71.76%
HSB/HSV84°32.11%85.49%
CMYK12.84%0.00%32.11%
14.51%

Color #BEDA94 in popluar number systems.

HEXBEDA94
Decimal190218148
Binary101111101101101010010100
Octal276332224

Shades and tints

Shades of #BEDA94

#BEDA94
(190,218,148)
#ADC787
(173,199,135)
#9CB47A
(156,180,122)
#8BA16D
(139,161,109)
#7A8E60
(122,142,96)
#697B53
(105,123,83)
#586846
(88,104,70)
#475539
(71,85,57)
#36422C
(54,66,44)
#252F1F
(37,47,31)
#141C12
(20,28,18)
#000000
(0,0,0)

Tints of #BEDA94

#BEDA94
(190,218,148)
#C3DD9D
(195,221,157)
#C8E0A6
(200,224,166)
#CDE3AF
(205,227,175)
#D2E6B8
(210,230,184)
#D7E9C1
(215,233,193)
#DCECCA
(220,236,202)
#E1EFD3
(225,239,211)
#E6F2DC
(230,242,220)
#EBF5E5
(235,245,229)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDA94; }

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

This text font color is #BEDA94.


Background Color

.myBgColor { background-color: #BEDA94; }

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

This div background color is #BEDA94.


Border color

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

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

This div border color is #BEDA94.


Opacity

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

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

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

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

This text has shadow with #BEDA94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDA94 on black background.


Color preview on white background

This text has color #BEDA94 on white background.



Black color preview on #BEDA94 background

This text has black color on #BEDA94 background.


White color preview on #BEDA94 background

This text has white color on #BEDA94 background.