COLOR #BED790

HEX: #BED790 RGB: (190,215,144)

Color info

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

RGB color model

#BED790 color RGB value is (190,215,144).

RGB: (190,215,144) (75%, 84%, 56%)

RGB channels and saturation

R 190 of 255 = 75%
G 215 of 255 = 84%
B 144 of 255 = 56%

190
215
144

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

Portions of RGB colors in percentages

R + G + B = 190 + 215 + 144 = 549 (100%)
R 190 of 549 ~ 34.61%
G 215 of 549 ~ 39.16%
B 144 of 549 ~ 26.23'%

%34.61
%39.16
%26.23

CMYK color model

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

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 33.02%
  • 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
%33.02
%15.69

Codes

Color #BED790 in popluar color models

BE D7 90
RGB 190 215 144
HSL 81° 47.02% 70.39%
HSB/HSV 81° 33.02% 84.31%
CMYK 11.63% 0.00% 33.02%
15.69%

Color #BED790 in popluar number systems.

HEX BE D7 90
Decimal 190 215 144
Binary 10111110 11010111 10010000
Octal 276 327 220

Shades and tints

Shades of #BED790

#BED790
(190,215,144)
#ADC483
(173,196,131)
#9CB176
(156,177,118)
#8B9E69
(139,158,105)
#7A8B5C
(122,139,92)
#69784F
(105,120,79)
#586542
(88,101,66)
#475235
(71,82,53)
#363F28
(54,63,40)
#252C1B
(37,44,27)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #BED790

#BED790
(190,215,144)
#C3DA9A
(195,218,154)
#C8DDA4
(200,221,164)
#CDE0AE
(205,224,174)
#D2E3B8
(210,227,184)
#D7E6C2
(215,230,194)
#DCE9CC
(220,233,204)
#E1ECD6
(225,236,214)
#E6EFE0
(230,239,224)
#EBF2EA
(235,242,234)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED790; }

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

This text font color is #BED790.

Background Color

.myBgColor { background-color: #BED790; }

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

This div background color is #BED790.

Border color

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

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

This div border color is #BED790.

Opacity

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

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

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

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

This text has shadow with #BED790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED790.

Preview

Color preview on black background

This text has color #BED790 on black background.


Color preview on white background

This text has color #BED790 on white background.


Black color preview on #BED790 background

This text has black color on #BED790 background.


White color preview on #BED790 background

This text has white color on #BED790 background.


Related colors

Complementary color

Complementary color for #hex is #41286F.


I love getcolorcode.com

Triadic colors

1 #90BED7 and #D790BE with #BED790 are triadic colors.

2 #90D7BE and #D7BE90 with #BED790 are triadic colors.