COLOR #BEDD96

HEX: #BEDD96
RGB: (190,221,150)

Color info

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

RGB color model

#BEDD96 color RGB value is (190,221,150).

  • red value is 190;
  • green value is 221;
  • blue value is 150.
RGB:
(190,221,150)
(75%,87%,59%)

RGB channels and saturation

R 190 of 255 = 75%
G 221 of 255 = 87%
B 150 of 255 = 59%

190
221
150

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

Portions of RGB colors in percentages

R + G + B =
190 + 221 + 150 = 561 (100%)
R 190 of 561 ~ 33.87%
G 221 of 561 ~ 39.39%
B 150 of 561 ~ 26.74%

%33.87
%39.39
%26.74

CMYK color model

#BEDD96 color CMYK value is (14,0,32,13).

  • cyan value is 14.03%
  • magenta value is 0.00%
  • yellow value is 32.13%
  • key color value is 13.33%
CMYK:
(14,0,32,13)
C14M0Y32K13 
(14%,0%,32%,13%)
(0.14/0.00/0.32/0.13)	

CMYK percentages

%14.03
%0
%32.13
%13.33

Codes

Color #BEDD96 in popluar color models

BEDD96
RGB190221150
HSL86°51.08%72.75%
HSB/HSV86°32.13%86.67%
CMYK14.03%0.00%32.13%
13.33%

Color #BEDD96 in popluar number systems.

HEXBEDD96
Decimal190221150
Binary101111101101110110010110
Octal276335226

Shades and tints

Shades of #BEDD96

#BEDD96
(190,221,150)
#ADC989
(173,201,137)
#9CB57C
(156,181,124)
#8BA16F
(139,161,111)
#7A8D62
(122,141,98)
#697955
(105,121,85)
#586548
(88,101,72)
#47513B
(71,81,59)
#363D2E
(54,61,46)
#252921
(37,41,33)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BEDD96

#BEDD96
(190,221,150)
#C3E09F
(195,224,159)
#C8E3A8
(200,227,168)
#CDE6B1
(205,230,177)
#D2E9BA
(210,233,186)
#D7ECC3
(215,236,195)
#DCEFCC
(220,239,204)
#E1F2D5
(225,242,213)
#E6F5DE
(230,245,222)
#EBF8E7
(235,248,231)
#F0FBF0
(240,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDD96 color. Also use rgb(190,221,150) instead hex code.

Text Font Color

.myTextColor { color: #BEDD96; }

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

This text font color is #BEDD96.


Background Color

.myBgColor { background-color: #BEDD96; }

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

This div background color is #BEDD96.


Border color

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

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

This div border color is #BEDD96.


Opacity

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

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

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

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

This text has shadow with #BEDD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDD96 on black background.


Color preview on white background

This text has color #BEDD96 on white background.



Black color preview on #BEDD96 background

This text has black color on #BEDD96 background.


White color preview on #BEDD96 background

This text has white color on #BEDD96 background.