COLOR #BEDB98

HEX: #BEDB98
RGB: (190,219,152)

Color info

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

RGB color model

#BEDB98 color RGB value is (190,219,152).

  • red value is 190;
  • green value is 219;
  • blue value is 152.
RGB:
(190,219,152)
(75%,86%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 219 of 255 = 86%
B 152 of 255 = 60%

190
219
152

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

Portions of RGB colors in percentages

R + G + B =
190 + 219 + 152 = 561 (100%)
R 190 of 561 ~ 33.87%
G 219 of 561 ~ 39.04%
B 152 of 561 ~ 27.09%

%33.87
%39.04
%27.09

CMYK color model

#BEDB98 color CMYK value is (13,0,31,14).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 14.12%
CMYK:
(13,0,31,14)
C13M0Y31K14 
(13%,0%,31%,14%)
(0.13/0.00/0.31/0.14)	

CMYK percentages

%13.24
%0
%30.59
%14.12

Codes

Color #BEDB98 in popluar color models

BEDB98
RGB190219152
HSL86°48.20%72.75%
HSB/HSV86°30.59%85.88%
CMYK13.24%0.00%30.59%
14.12%

Color #BEDB98 in popluar number systems.

HEXBEDB98
Decimal190219152
Binary101111101101101110011000
Octal276333230

Shades and tints

Shades of #BEDB98

#BEDB98
(190,219,152)
#ADC88B
(173,200,139)
#9CB57E
(156,181,126)
#8BA271
(139,162,113)
#7A8F64
(122,143,100)
#697C57
(105,124,87)
#58694A
(88,105,74)
#47563D
(71,86,61)
#364330
(54,67,48)
#253023
(37,48,35)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #BEDB98

#BEDB98
(190,219,152)
#C3DEA1
(195,222,161)
#C8E1AA
(200,225,170)
#CDE4B3
(205,228,179)
#D2E7BC
(210,231,188)
#D7EAC5
(215,234,197)
#DCEDCE
(220,237,206)
#E1F0D7
(225,240,215)
#E6F3E0
(230,243,224)
#EBF6E9
(235,246,233)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDB98 color. Also use rgb(190,219,152) instead hex code.

Text Font Color

.myTextColor { color: #BEDB98; }

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

This text font color is #BEDB98.


Background Color

.myBgColor { background-color: #BEDB98; }

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

This div background color is #BEDB98.


Border color

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

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

This div border color is #BEDB98.


Opacity

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

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

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

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

This text has shadow with #BEDB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDB98 on black background.


Color preview on white background

This text has color #BEDB98 on white background.



Black color preview on #BEDB98 background

This text has black color on #BEDB98 background.


White color preview on #BEDB98 background

This text has white color on #BEDB98 background.