COLOR #BEDD87

HEX: #BEDD87
RGB: (190,221,135)

Color info

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

RGB color model

#BEDD87 color RGB value is (190,221,135).

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

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 135 of 255 = 53%

190
221
135

R + G + B ~ 72%. #BEDD87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 221 + 135 = 546 (100%)
R 190 of 546 ~ 34.8%
G 221 of 546 ~ 40.48%
B 135 of 546 ~ 24.73%

%34.8
%40.48
%24.73

CMYK color model

#BEDD87 color CMYK value is (14,0,39,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 38.91%
  • key color value is 13.33%
CMYK:
(14,0,39,13)
C14M0Y39K13 
(14%,0%,39%,13%)
(0.14/0.00/0.39/0.13)	

CMYK percentages

%14.03
%0
%38.91
%13.33

Codes

Color #BEDD87 in popluar color models

BEDD87
RGB190221135
HSL82°55.84%69.80%
HSB/HSV82°38.91%86.67%
CMYK14.03%0.00%38.91%
13.33%

Color #BEDD87 in popluar number systems.

HEXBEDD87
Decimal190221135
Binary101111101101110110000111
Octal276335207

Shades and tints

Shades of #BEDD87

#BEDD87
(190,221,135)
#ADC97B
(173,201,123)
#9CB56F
(156,181,111)
#8BA163
(139,161,99)
#7A8D57
(122,141,87)
#69794B
(105,121,75)
#58653F
(88,101,63)
#475133
(71,81,51)
#363D27
(54,61,39)
#25291B
(37,41,27)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #BEDD87

#BEDD87
(190,221,135)
#C3E091
(195,224,145)
#C8E39B
(200,227,155)
#CDE6A5
(205,230,165)
#D2E9AF
(210,233,175)
#D7ECB9
(215,236,185)
#DCEFC3
(220,239,195)
#E1F2CD
(225,242,205)
#E6F5D7
(230,245,215)
#EBF8E1
(235,248,225)
#F0FBEB
(240,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDD87; }

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

This text font color is #BEDD87.


Background Color

.myBgColor { background-color: #BEDD87; }

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

This div background color is #BEDD87.


Border color

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

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

This div border color is #BEDD87.


Opacity

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

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

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

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

This text has shadow with #BEDD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDD87 on black background.


Color preview on white background

This text has color #BEDD87 on white background.



Black color preview on #BEDD87 background

This text has black color on #BEDD87 background.


White color preview on #BEDD87 background

This text has white color on #BEDD87 background.