COLOR #BED983

HEX: #BED983 RGB: (190,217,131)

Color info

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

RGB color model

#BED983 color RGB value is (190,217,131).

RGB: (190,217,131) (75%, 85%, 51%)

RGB channels and saturation

R 190 of 255 = 75%
G 217 of 255 = 85%
B 131 of 255 = 51%

190
217
131

R + G + B ~ 70%. #BED983 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 217 + 131 = 538 (100%)
R 190 of 538 ~ 35.32%
G 217 of 538 ~ 40.33%
B 131 of 538 ~ 24.35'%

%35.32
%40.33
%24.35

CMYK color model

#BED983 color CMYK value is (12,0,40,15).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 39.63%
  • key color value is 14.90%
CMYK: (12,0,40,15) C12M0Y40K15 (12%,0%,40%,15%) (0.12/0.00/0.40/0.15) 

CMYK percentages

%12.44
%0
%39.63
%14.9

Codes

Color #BED983 in popluar color models

BE D9 83
RGB 190 217 131
HSL 79° 53.09% 68.24%
HSB/HSV 79° 39.63% 85.10%
CMYK 12.44% 0.00% 39.63%
14.90%

Color #BED983 in popluar number systems.

HEX BE D9 83
Decimal 190 217 131
Binary 10111110 11011001 10000011
Octal 276 331 203

Shades and tints

Shades of #BED983

#BED983
(190,217,131)
#ADC678
(173,198,120)
#9CB36D
(156,179,109)
#8BA062
(139,160,98)
#7A8D57
(122,141,87)
#697A4C
(105,122,76)
#586741
(88,103,65)
#475436
(71,84,54)
#36412B
(54,65,43)
#252E20
(37,46,32)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #BED983

#BED983
(190,217,131)
#C3DC8E
(195,220,142)
#C8DF99
(200,223,153)
#CDE2A4
(205,226,164)
#D2E5AF
(210,229,175)
#D7E8BA
(215,232,186)
#DCEBC5
(220,235,197)
#E1EED0
(225,238,208)
#E6F1DB
(230,241,219)
#EBF4E6
(235,244,230)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED983 color. Also use rgb(190,217,131) instead hex code.

Text Font Color

.myTextColor { color: #BED983; }

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

This text font color is #BED983.

Background Color

.myBgColor { background-color: #BED983; }

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

This div background color is #BED983.

Border color

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

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

This div border color is #BED983.

Opacity

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

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

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

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

This text has shadow with #BED983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED983.

Preview

Color preview on black background

This text has color #BED983 on black background.


Color preview on white background

This text has color #BED983 on white background.


Black color preview on #BED983 background

This text has black color on #BED983 background.


White color preview on #BED983 background

This text has white color on #BED983 background.


Related colors

Complementary color

Complementary color for #hex is #41267C.


I love getcolorcode.com

Triadic colors

1 #83BED9 and #D983BE with #BED983 are triadic colors.

2 #83D9BE and #D9BE83 with #BED983 are triadic colors.