COLOR #BED1A1

HEX: #BED1A1
RGB: (190,209,161)

Color info

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

RGB color model

#BED1A1 color RGB value is (190,209,161).

  • red value is 190;
  • green value is 209;
  • blue value is 161.
RGB:
(190,209,161)
(75%,82%,63%)

RGB channels and saturation

R 190 of 255 = 75%
G 209 of 255 = 82%
B 161 of 255 = 63%

190
209
161

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

Portions of RGB colors in percentages

R + G + B =
190 + 209 + 161 = 560 (100%)
R 190 of 560 ~ 33.93%
G 209 of 560 ~ 37.32%
B 161 of 560 ~ 28.75%

%33.93
%37.32
%28.75

CMYK color model

#BED1A1 color CMYK value is (9,0,23,18).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 22.97%
  • key color value is 18.04%
CMYK:
(9,0,23,18)
C9M0Y23K18 
(9%,0%,23%,18%)
(0.09/0.00/0.23/0.18)	

CMYK percentages

%9.09
%0
%22.97
%18.04

Codes

Color #BED1A1 in popluar color models

BED1A1
RGB190209161
HSL84°34.29%72.55%
HSB/HSV84°22.97%81.96%
CMYK9.09%0.00%22.97%
18.04%

Color #BED1A1 in popluar number systems.

HEXBED1A1
Decimal190209161
Binary101111101101000110100001
Octal276321241

Shades and tints

Shades of #BED1A1

#BED1A1
(190,209,161)
#ADBE93
(173,190,147)
#9CAB85
(156,171,133)
#8B9877
(139,152,119)
#7A8569
(122,133,105)
#69725B
(105,114,91)
#585F4D
(88,95,77)
#474C3F
(71,76,63)
#363931
(54,57,49)
#252623
(37,38,35)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #BED1A1

#BED1A1
(190,209,161)
#C3D5A9
(195,213,169)
#C8D9B1
(200,217,177)
#CDDDB9
(205,221,185)
#D2E1C1
(210,225,193)
#D7E5C9
(215,229,201)
#DCE9D1
(220,233,209)
#E1EDD9
(225,237,217)
#E6F1E1
(230,241,225)
#EBF5E9
(235,245,233)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED1A1; }

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

This text font color is #BED1A1.


Background Color

.myBgColor { background-color: #BED1A1; }

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

This div background color is #BED1A1.


Border color

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

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

This div border color is #BED1A1.


Opacity

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

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

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

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

This text has shadow with #BED1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED1A1 on black background.


Color preview on white background

This text has color #BED1A1 on white background.



Black color preview on #BED1A1 background

This text has black color on #BED1A1 background.


White color preview on #BED1A1 background

This text has white color on #BED1A1 background.