COLOR #BEDC9B

HEX: #BEDC9B
RGB: (190,220,155)

Color info

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

RGB color model

#BEDC9B color RGB value is (190,220,155).

  • red value is 190;
  • green value is 220;
  • blue value is 155.
RGB:
(190,220,155)
(75%,86%,61%)

RGB channels and saturation

R 190 of 255 = 75%
G 220 of 255 = 86%
B 155 of 255 = 61%

190
220
155

R + G + B ~ 74%. #BEDC9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 220 + 155 = 565 (100%)
R 190 of 565 ~ 33.63%
G 220 of 565 ~ 38.94%
B 155 of 565 ~ 27.43%

%33.63
%38.94
%27.43

CMYK color model

#BEDC9B color CMYK value is (14,0,30,14).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 13.73%
CMYK:
(14,0,30,14)
C14M0Y30K14 
(14%,0%,30%,14%)
(0.14/0.00/0.30/0.14)	

CMYK percentages

%13.64
%0
%29.55
%13.73

Codes

Color #BEDC9B in popluar color models

BEDC9B
RGB190220155
HSL88°48.15%73.53%
HSB/HSV88°29.55%86.27%
CMYK13.64%0.00%29.55%
13.73%

Color #BEDC9B in popluar number systems.

HEXBEDC9B
Decimal190220155
Binary101111101101110010011011
Octal276334233

Shades and tints

Shades of #BEDC9B

#BEDC9B
(190,220,155)
#ADC88D
(173,200,141)
#9CB47F
(156,180,127)
#8BA071
(139,160,113)
#7A8C63
(122,140,99)
#697855
(105,120,85)
#586447
(88,100,71)
#475039
(71,80,57)
#363C2B
(54,60,43)
#25281D
(37,40,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #BEDC9B

#BEDC9B
(190,220,155)
#C3DFA4
(195,223,164)
#C8E2AD
(200,226,173)
#CDE5B6
(205,229,182)
#D2E8BF
(210,232,191)
#D7EBC8
(215,235,200)
#DCEED1
(220,238,209)
#E1F1DA
(225,241,218)
#E6F4E3
(230,244,227)
#EBF7EC
(235,247,236)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDC9B color. Also use rgb(190,220,155) instead hex code.

Text Font Color

.myTextColor { color: #BEDC9B; }

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

This text font color is #BEDC9B.


Background Color

.myBgColor { background-color: #BEDC9B; }

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

This div background color is #BEDC9B.


Border color

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

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

This div border color is #BEDC9B.


Opacity

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

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

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

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

This text has shadow with #BEDC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDC9B on black background.


Color preview on white background

This text has color #BEDC9B on white background.



Black color preview on #BEDC9B background

This text has black color on #BEDC9B background.


White color preview on #BEDC9B background

This text has white color on #BEDC9B background.