COLOR #BEDD93

HEX: #BEDD93
RGB: (190,221,147)

Color info

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

RGB color model

#BEDD93 color RGB value is (190,221,147).

  • red value is 190;
  • green value is 221;
  • blue value is 147.
RGB:
(190,221,147)
(75%,87%,58%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 147 of 255 = 58%

190
221
147

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

Portions of RGB colors in percentages

R + G + B =
190 + 221 + 147 = 558 (100%)
R 190 of 558 ~ 34.05%
G 221 of 558 ~ 39.61%
B 147 of 558 ~ 26.34%

%34.05
%39.61
%26.34

CMYK color model

#BEDD93 color CMYK value is (14,0,33,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK:
(14,0,33,13)
C14M0Y33K13 
(14%,0%,33%,13%)
(0.14/0.00/0.33/0.13)	

CMYK percentages

%14.03
%0
%33.48
%13.33

Codes

Color #BEDD93 in popluar color models

BEDD93
RGB190221147
HSL85°52.11%72.16%
HSB/HSV85°33.48%86.67%
CMYK14.03%0.00%33.48%
13.33%

Color #BEDD93 in popluar number systems.

HEXBEDD93
Decimal190221147
Binary101111101101110110010011
Octal276335223

Shades and tints

Shades of #BEDD93

#BEDD93
(190,221,147)
#ADC986
(173,201,134)
#9CB579
(156,181,121)
#8BA16C
(139,161,108)
#7A8D5F
(122,141,95)
#697952
(105,121,82)
#586545
(88,101,69)
#475138
(71,81,56)
#363D2B
(54,61,43)
#25291E
(37,41,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BEDD93

#BEDD93
(190,221,147)
#C3E09C
(195,224,156)
#C8E3A5
(200,227,165)
#CDE6AE
(205,230,174)
#D2E9B7
(210,233,183)
#D7ECC0
(215,236,192)
#DCEFC9
(220,239,201)
#E1F2D2
(225,242,210)
#E6F5DB
(230,245,219)
#EBF8E4
(235,248,228)
#F0FBED
(240,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDD93 color. Also use rgb(190,221,147) instead hex code.

Text Font Color

.myTextColor { color: #BEDD93; }

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

This text font color is #BEDD93.


Background Color

.myBgColor { background-color: #BEDD93; }

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

This div background color is #BEDD93.


Border color

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

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

This div border color is #BEDD93.


Opacity

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

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

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

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

This text has shadow with #BEDD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDD93 on black background.


Color preview on white background

This text has color #BEDD93 on white background.



Black color preview on #BEDD93 background

This text has black color on #BEDD93 background.


White color preview on #BEDD93 background

This text has white color on #BEDD93 background.