COLOR #BED68E

HEX: #BED68E
RGB: (190,214,142)

Color info

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

RGB color model

#BED68E color RGB value is (190,214,142).

  • red value is 190;
  • green value is 214;
  • blue value is 142.
RGB:
(190,214,142)
(75%,84%,56%)

RGB channels and saturation

R 190 of 255 = 75%
G 214 of 255 = 84%
B 142 of 255 = 56%

190
214
142

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

Portions of RGB colors in percentages

R + G + B =
190 + 214 + 142 = 546 (100%)
R 190 of 546 ~ 34.8%
G 214 of 546 ~ 39.19%
B 142 of 546 ~ 26.01%

%34.8
%39.19
%26.01

CMYK color model

#BED68E color CMYK value is (11,0,34,16).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 16.08%
CMYK:
(11,0,34,16)
C11M0Y34K16 
(11%,0%,34%,16%)
(0.11/0.00/0.34/0.16)	

CMYK percentages

%11.21
%0
%33.64
%16.08

Codes

Color #BED68E in popluar color models

BED68E
RGB190214142
HSL80°46.75%69.80%
HSB/HSV80°33.64%83.92%
CMYK11.21%0.00%33.64%
16.08%

Color #BED68E in popluar number systems.

HEXBED68E
Decimal190214142
Binary101111101101011010001110
Octal276326216

Shades and tints

Shades of #BED68E

#BED68E
(190,214,142)
#ADC382
(173,195,130)
#9CB076
(156,176,118)
#8B9D6A
(139,157,106)
#7A8A5E
(122,138,94)
#697752
(105,119,82)
#586446
(88,100,70)
#47513A
(71,81,58)
#363E2E
(54,62,46)
#252B22
(37,43,34)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #BED68E

#BED68E
(190,214,142)
#C3D998
(195,217,152)
#C8DCA2
(200,220,162)
#CDDFAC
(205,223,172)
#D2E2B6
(210,226,182)
#D7E5C0
(215,229,192)
#DCE8CA
(220,232,202)
#E1EBD4
(225,235,212)
#E6EEDE
(230,238,222)
#EBF1E8
(235,241,232)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED68E color. Also use rgb(190,214,142) instead hex code.

Text Font Color

.myTextColor { color: #BED68E; }

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

This text font color is #BED68E.


Background Color

.myBgColor { background-color: #BED68E; }

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

This div background color is #BED68E.


Border color

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

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

This div border color is #BED68E.


Opacity

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

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

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

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

This text has shadow with #BED68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED68E on black background.


Color preview on white background

This text has color #BED68E on white background.



Black color preview on #BED68E background

This text has black color on #BED68E background.


White color preview on #BED68E background

This text has white color on #BED68E background.