COLOR #BEDABD

HEX: #BEDABD RGB: (190,218,189)

Color info

#BEDABD contains red, green and blue colors in about the same proportion. Web safe color of #BEDABD is #CCCCCC (or #CCC).

RGB color model

#BEDABD color RGB value is (190,218,189).

RGB: (190,218,189) (75%, 85%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 189 of 255 = 74%

190
218
189

R + G + B ~ 78%. #BEDABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 218 + 189 = 597 (100%)
R 190 of 597 ~ 31.83%
G 218 of 597 ~ 36.52%
B 189 of 597 ~ 31.66'%

%31.83
%36.52
%31.66

CMYK color model

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

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 14.51%

CMYK: (13,0,13,15)
C13M0Y13K15 (13%, 0%, 13%, 15%)
(0.13 / 0.00 / 0.13 / 0.15)

CMYK percentages

%12.84
%0
%13.3
%14.51

Codes

Color #BEDABD in popluar color models

BE DA BD
RGB 190 218 189
HSL 118° 28.16% 79.80%
HSB/HSV 118° 13.30% 85.49%
CMYK 12.84% 0.00% 13.30%
14.51%

Color #BEDABD in popluar number systems.

HEX BE DA BD
Decimal 190 218 189
Binary 10111110 11011010 10111101
Octal 276 332 275

Shades and tints

Shades of #BEDABD

#BEDABD
(190,218,189)
#ADC7AC
(173,199,172)
#9CB49B
(156,180,155)
#8BA18A
(139,161,138)
#7A8E79
(122,142,121)
#697B68
(105,123,104)
#586857
(88,104,87)
#475546
(71,85,70)
#364235
(54,66,53)
#252F24
(37,47,36)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #BEDABD

#BEDABD
(190,218,189)
#C3DDC3
(195,221,195)
#C8E0C9
(200,224,201)
#CDE3CF
(205,227,207)
#D2E6D5
(210,230,213)
#D7E9DB
(215,233,219)
#DCECE1
(220,236,225)
#E1EFE7
(225,239,231)
#E6F2ED
(230,242,237)
#EBF5F3
(235,245,243)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDABD; }

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

This text font color is #BEDABD.

Background Color

.myBgColor { background-color: #BEDABD; }

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

This div background color is #BEDABD.

Border color

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

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

This div border color is #BEDABD.

Opacity

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

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

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

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

This text has shadow with #BEDABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDABD.

Preview

Color preview on black background

This text has color #BEDABD on black background.


Color preview on white background

This text has color #BEDABD on white background.


Black color preview on #BEDABD background

This text has black color on #BEDABD background.


White color preview on #BEDABD background

This text has white color on #BEDABD background.


Related colors

Complementary color

Complementary color for #hex is #412542.


I love getcolorcode.com

Triadic colors

1 #BDBEDA and #DABDBE with #BEDABD are triadic colors.

2 #BDDABE and #DABEBD with #BEDABD are triadic colors.