COLOR #BED27E

HEX: #BED27E
RGB: (190,210,126)

Color info

#BED27E contains mainly red and green colors. Web safe color of #BED27E is #CCCC66 (or #CC6).

RGB color model

#BED27E color RGB value is (190,210,126).

  • red value is 190;
  • green value is 210;
  • blue value is 126.
RGB:
(190,210,126)
(75%,82%,49%)

RGB channels and saturation

R 190 of 255 = 75%
G 210 of 255 = 82%
B 126 of 255 = 49%

190
210
126

R + G + B ~ 69%. #BED27E is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 210 + 126 = 526 (100%)
R 190 of 526 ~ 36.12%
G 210 of 526 ~ 39.92%
B 126 of 526 ~ 23.95%

%36.12
%39.92
%23.95

CMYK color model

#BED27E color CMYK value is (10,0,40,18).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 17.65%
CMYK:
(10,0,40,18)
C10M0Y40K18 
(10%,0%,40%,18%)
(0.10/0.00/0.40/0.18)	

CMYK percentages

%9.52
%0
%40
%17.65

Codes

Color #BED27E in popluar color models

BED27E
RGB190210126
HSL74°48.28%65.88%
HSB/HSV74°40.00%82.35%
CMYK9.52%0.00%40.00%
17.65%

Color #BED27E in popluar number systems.

HEXBED27E
Decimal190210126
Binary10111110110100101111110
Octal276322176

Shades and tints

Shades of #BED27E

#BED27E
(190,210,126)
#ADBF73
(173,191,115)
#9CAC68
(156,172,104)
#8B995D
(139,153,93)
#7A8652
(122,134,82)
#697347
(105,115,71)
#58603C
(88,96,60)
#474D31
(71,77,49)
#363A26
(54,58,38)
#25271B
(37,39,27)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #BED27E

#BED27E
(190,210,126)
#C3D689
(195,214,137)
#C8DA94
(200,218,148)
#CDDE9F
(205,222,159)
#D2E2AA
(210,226,170)
#D7E6B5
(215,230,181)
#DCEAC0
(220,234,192)
#E1EECB
(225,238,203)
#E6F2D6
(230,242,214)
#EBF6E1
(235,246,225)
#F0FAEC
(240,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED27E color. Also use rgb(190,210,126) instead hex code.

Text Font Color

.myTextColor { color: #BED27E; }

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

This text font color is #BED27E.


Background Color

.myBgColor { background-color: #BED27E; }

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

This div background color is #BED27E.


Border color

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

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

This div border color is #BED27E.


Opacity

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

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

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

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

This text has shadow with #BED27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED27E on black background.


Color preview on white background

This text has color #BED27E on white background.



Black color preview on #BED27E background

This text has black color on #BED27E background.


White color preview on #BED27E background

This text has white color on #BED27E background.