COLOR #BED791

HEX: #BED791
RGB: (190,215,145)

Color info

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

RGB color model

#BED791 color RGB value is (190,215,145).

  • red value is 190;
  • green value is 215;
  • blue value is 145.
RGB:
(190,215,145)
(75%,84%,57%)

RGB channels and saturation

R 190 of 255 = 75%
G 215 of 255 = 84%
B 145 of 255 = 57%

190
215
145

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

Portions of RGB colors in percentages

R + G + B =
190 + 215 + 145 = 550 (100%)
R 190 of 550 ~ 34.55%
G 215 of 550 ~ 39.09%
B 145 of 550 ~ 26.36%

%34.55
%39.09
%26.36

CMYK color model

#BED791 color CMYK value is (12,0,33,16).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 15.69%
CMYK:
(12,0,33,16)
C12M0Y33K16 
(12%,0%,33%,16%)
(0.12/0.00/0.33/0.16)	

CMYK percentages

%11.63
%0
%32.56
%15.69

Codes

Color #BED791 in popluar color models

BED791
RGB190215145
HSL81°46.67%70.59%
HSB/HSV81°32.56%84.31%
CMYK11.63%0.00%32.56%
15.69%

Color #BED791 in popluar number systems.

HEXBED791
Decimal190215145
Binary101111101101011110010001
Octal276327221

Shades and tints

Shades of #BED791

#BED791
(190,215,145)
#ADC484
(173,196,132)
#9CB177
(156,177,119)
#8B9E6A
(139,158,106)
#7A8B5D
(122,139,93)
#697850
(105,120,80)
#586543
(88,101,67)
#475236
(71,82,54)
#363F29
(54,63,41)
#252C1C
(37,44,28)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #BED791

#BED791
(190,215,145)
#C3DA9B
(195,218,155)
#C8DDA5
(200,221,165)
#CDE0AF
(205,224,175)
#D2E3B9
(210,227,185)
#D7E6C3
(215,230,195)
#DCE9CD
(220,233,205)
#E1ECD7
(225,236,215)
#E6EFE1
(230,239,225)
#EBF2EB
(235,242,235)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED791 color. Also use rgb(190,215,145) instead hex code.

Text Font Color

.myTextColor { color: #BED791; }

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

This text font color is #BED791.


Background Color

.myBgColor { background-color: #BED791; }

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

This div background color is #BED791.


Border color

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

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

This div border color is #BED791.


Opacity

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

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

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

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

This text has shadow with #BED791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED791 on black background.


Color preview on white background

This text has color #BED791 on white background.



Black color preview on #BED791 background

This text has black color on #BED791 background.


White color preview on #BED791 background

This text has white color on #BED791 background.