COLOR #BEDAA5

HEX: #BEDAA5 RGB: (190,218,165)

Color info

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

RGB color model

#BEDAA5 color RGB value is (190,218,165).

RGB: (190,218,165) (75%, 85%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 165 of 255 = 65%

190
218
165

R + G + B ~ 75%. #BEDAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 218 + 165 = 573 (100%)
R 190 of 573 ~ 33.16%
G 218 of 573 ~ 38.05%
B 165 of 573 ~ 28.8'%

%33.16
%38.05
%28.8

CMYK color model

#BEDAA5 color CMYK value is (13,0,24,15).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 14.51%
CMYK: (13,0,24,15) C13M0Y24K15 (13%,0%,24%,15%) (0.13/0.00/0.24/0.15) 

CMYK percentages

%12.84
%0
%24.31
%14.51

Codes

Color #BEDAA5 in popluar color models

BE DA A5
RGB 190 218 165
HSL 92° 41.73% 75.10%
HSB/HSV 92° 24.31% 85.49%
CMYK 12.84% 0.00% 24.31%
14.51%

Color #BEDAA5 in popluar number systems.

HEX BE DA A5
Decimal 190 218 165
Binary 10111110 11011010 10100101
Octal 276 332 245

Shades and tints

Shades of #BEDAA5

#BEDAA5
(190,218,165)
#ADC796
(173,199,150)
#9CB487
(156,180,135)
#8BA178
(139,161,120)
#7A8E69
(122,142,105)
#697B5A
(105,123,90)
#58684B
(88,104,75)
#47553C
(71,85,60)
#36422D
(54,66,45)
#252F1E
(37,47,30)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #BEDAA5

#BEDAA5
(190,218,165)
#C3DDAD
(195,221,173)
#C8E0B5
(200,224,181)
#CDE3BD
(205,227,189)
#D2E6C5
(210,230,197)
#D7E9CD
(215,233,205)
#DCECD5
(220,236,213)
#E1EFDD
(225,239,221)
#E6F2E5
(230,242,229)
#EBF5ED
(235,245,237)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDAA5 color. Also use rgb(190,218,165) instead hex code.

Text Font Color

.myTextColor { color: #BEDAA5; }

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

This text font color is #BEDAA5.

Background Color

.myBgColor { background-color: #BEDAA5; }

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

This div background color is #BEDAA5.

Border color

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

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

This div border color is #BEDAA5.

Opacity

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

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

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

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

This text has shadow with #BEDAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDAA5.

Preview

Color preview on black background

This text has color #BEDAA5 on black background.


Color preview on white background

This text has color #BEDAA5 on white background.


Black color preview on #BEDAA5 background

This text has black color on #BEDAA5 background.


White color preview on #BEDAA5 background

This text has white color on #BEDAA5 background.


Related colors

Complementary color

Complementary color for #hex is #41255A.


I love getcolorcode.com

Triadic colors

1 #A5BEDA and #DAA5BE with #BEDAA5 are triadic colors.

2 #A5DABE and #DABEA5 with #BEDAA5 are triadic colors.