COLOR #BEDB84

HEX: #BEDB84
RGB: (190,219,132)

Color info

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

RGB color model

#BEDB84 color RGB value is (190,219,132).

  • red value is 190;
  • green value is 219;
  • blue value is 132.
RGB:
(190,219,132)
(75%,86%,52%)

RGB channels and saturation

R 190 of 255 = 75%
G 219 of 255 = 86%
B 132 of 255 = 52%

190
219
132

R + G + B ~ 71%. #BEDB84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 219 + 132 = 541 (100%)
R 190 of 541 ~ 35.12%
G 219 of 541 ~ 40.48%
B 132 of 541 ~ 24.4%

%35.12
%40.48
%24.4

CMYK color model

#BEDB84 color CMYK value is (13,0,40,14).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 14.12%
CMYK:
(13,0,40,14)
C13M0Y40K14 
(13%,0%,40%,14%)
(0.13/0.00/0.40/0.14)	

CMYK percentages

%13.24
%0
%39.73
%14.12

Codes

Color #BEDB84 in popluar color models

BEDB84
RGB190219132
HSL80°54.72%68.82%
HSB/HSV80°39.73%85.88%
CMYK13.24%0.00%39.73%
14.12%

Color #BEDB84 in popluar number systems.

HEXBEDB84
Decimal190219132
Binary101111101101101110000100
Octal276333204

Shades and tints

Shades of #BEDB84

#BEDB84
(190,219,132)
#ADC878
(173,200,120)
#9CB56C
(156,181,108)
#8BA260
(139,162,96)
#7A8F54
(122,143,84)
#697C48
(105,124,72)
#58693C
(88,105,60)
#475630
(71,86,48)
#364324
(54,67,36)
#253018
(37,48,24)
#141D0C
(20,29,12)
#000000
(0,0,0)

Tints of #BEDB84

#BEDB84
(190,219,132)
#C3DE8F
(195,222,143)
#C8E19A
(200,225,154)
#CDE4A5
(205,228,165)
#D2E7B0
(210,231,176)
#D7EABB
(215,234,187)
#DCEDC6
(220,237,198)
#E1F0D1
(225,240,209)
#E6F3DC
(230,243,220)
#EBF6E7
(235,246,231)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDB84 color. Also use rgb(190,219,132) instead hex code.

Text Font Color

.myTextColor { color: #BEDB84; }

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

This text font color is #BEDB84.


Background Color

.myBgColor { background-color: #BEDB84; }

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

This div background color is #BEDB84.


Border color

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

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

This div border color is #BEDB84.


Opacity

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

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

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

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

This text has shadow with #BEDB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDB84 on black background.


Color preview on white background

This text has color #BEDB84 on white background.



Black color preview on #BEDB84 background

This text has black color on #BEDB84 background.


White color preview on #BEDB84 background

This text has white color on #BEDB84 background.