COLOR #BED19D

HEX: #BED19D RGB: (190,209,157)

Color info

#BED19D contains red, green and blue colors in about the same proportion. Web safe color of #BED19D is #CCCC99 (or #CC9).

RGB color model

#BED19D color RGB value is (190,209,157).

RGB: (190,209,157) (75%, 82%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 157 of 255 = 62%

190
209
157

R + G + B ~ 73%. #BED19D is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 209 + 157 = 556 (100%)
R 190 of 556 ~ 34.17%
G 209 of 556 ~ 37.59%
B 157 of 556 ~ 28.24'%

%34.17
%37.59
%28.24

CMYK color model

#BED19D color CMYK value is (9,0,25,18).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 18.04%
CMYK: (9,0,25,18) C9M0Y25K18 (9%,0%,25%,18%) (0.09/0.00/0.25/0.18) 

CMYK percentages

%9.09
%0
%24.88
%18.04

Codes

Color #BED19D in popluar color models

BE D1 9D
RGB 190 209 157
HSL 82° 36.11% 71.76%
HSB/HSV 82° 24.88% 81.96%
CMYK 9.09% 0.00% 24.88%
18.04%

Color #BED19D in popluar number systems.

HEX BE D1 9D
Decimal 190 209 157
Binary 10111110 11010001 10011101
Octal 276 321 235

Shades and tints

Shades of #BED19D

#BED19D
(190,209,157)
#ADBE8F
(173,190,143)
#9CAB81
(156,171,129)
#8B9873
(139,152,115)
#7A8565
(122,133,101)
#697257
(105,114,87)
#585F49
(88,95,73)
#474C3B
(71,76,59)
#36392D
(54,57,45)
#25261F
(37,38,31)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #BED19D

#BED19D
(190,209,157)
#C3D5A5
(195,213,165)
#C8D9AD
(200,217,173)
#CDDDB5
(205,221,181)
#D2E1BD
(210,225,189)
#D7E5C5
(215,229,197)
#DCE9CD
(220,233,205)
#E1EDD5
(225,237,213)
#E6F1DD
(230,241,221)
#EBF5E5
(235,245,229)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED19D color. Also use rgb(190,209,157) instead hex code.

Text Font Color

.myTextColor { color: #BED19D; }

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

This text font color is #BED19D.

Background Color

.myBgColor { background-color: #BED19D; }

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

This div background color is #BED19D.

Border color

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

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

This div border color is #BED19D.

Opacity

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

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

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

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

This text has shadow with #BED19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BED19D.

Preview

Color preview on black background

This text has color #BED19D on black background.


Color preview on white background

This text has color #BED19D on white background.


Black color preview on #BED19D background

This text has black color on #BED19D background.


White color preview on #BED19D background

This text has white color on #BED19D background.


Related colors

Complementary color

Complementary color for #hex is #412E62.


I love getcolorcode.com

Triadic colors

1 #9DBED1 and #D19DBE with #BED19D are triadic colors.

2 #9DD1BE and #D1BE9D with #BED19D are triadic colors.