COLOR #BEED83

HEX: #BEED83
RGB: (190,237,131)

Color info

#BEED83 contains mainly red and green colors. Web safe color of #BEED83 is #CCFF99 (or #CF9).

RGB color model

#BEED83 color RGB value is (190,237,131).

  • red value is 190;
  • green value is 237;
  • blue value is 131.
RGB:
(190,237,131)
(75%,93%,51%)

RGB channels and saturation

R 190 of 255 = 75%
G 237 of 255 = 93%
B 131 of 255 = 51%

190
237
131

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

Portions of RGB colors in percentages

R + G + B =
190 + 237 + 131 = 558 (100%)
R 190 of 558 ~ 34.05%
G 237 of 558 ~ 42.47%
B 131 of 558 ~ 23.48%

%34.05
%42.47
%23.48

CMYK color model

#BEED83 color CMYK value is (20,0,45,7).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 44.73%
  • key color value is 7.06%
CMYK:
(20,0,45,7)
C20M0Y45K7 
(20%,0%,45%,7%)
(0.20/0.00/0.45/0.07)	

CMYK percentages

%19.83
%0
%44.73
%7.06

Codes

Color #BEED83 in popluar color models

BEED83
RGB190237131
HSL87°74.65%72.16%
HSB/HSV87°44.73%92.94%
CMYK19.83%0.00%44.73%
7.06%

Color #BEED83 in popluar number systems.

HEXBEED83
Decimal190237131
Binary101111101110110110000011
Octal276355203

Shades and tints

Shades of #BEED83

#BEED83
(190,237,131)
#ADD878
(173,216,120)
#9CC36D
(156,195,109)
#8BAE62
(139,174,98)
#7A9957
(122,153,87)
#69844C
(105,132,76)
#586F41
(88,111,65)
#475A36
(71,90,54)
#36452B
(54,69,43)
#253020
(37,48,32)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #BEED83

#BEED83
(190,237,131)
#C3EE8E
(195,238,142)
#C8EF99
(200,239,153)
#CDF0A4
(205,240,164)
#D2F1AF
(210,241,175)
#D7F2BA
(215,242,186)
#DCF3C5
(220,243,197)
#E1F4D0
(225,244,208)
#E6F5DB
(230,245,219)
#EBF6E6
(235,246,230)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEED83 color. Also use rgb(190,237,131) instead hex code.

Text Font Color

.myTextColor { color: #BEED83; }

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

This text font color is #BEED83.


Background Color

.myBgColor { background-color: #BEED83; }

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

This div background color is #BEED83.


Border color

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

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

This div border color is #BEED83.


Opacity

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

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

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

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

This text has shadow with #BEED83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEED83 on black background.


Color preview on white background

This text has color #BEED83 on white background.



Black color preview on #BEED83 background

This text has black color on #BEED83 background.


White color preview on #BEED83 background

This text has white color on #BEED83 background.