COLOR #BED0A1

HEX: #BED0A1
RGB: (190,208,161)

Color info

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

RGB color model

#BED0A1 color RGB value is (190,208,161).

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

RGB channels and saturation

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

190
208
161

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

Portions of RGB colors in percentages

R + G + B =
190 + 208 + 161 = 559 (100%)
R 190 of 559 ~ 33.99%
G 208 of 559 ~ 37.21%
B 161 of 559 ~ 28.8%

%33.99
%37.21
%28.8

CMYK color model

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

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

CMYK percentages

%8.65
%0
%22.6
%18.43

Codes

Color #BED0A1 in popluar color models

BED0A1
RGB190208161
HSL83°33.33%72.35%
HSB/HSV83°22.60%81.57%
CMYK8.65%0.00%22.60%
18.43%

Color #BED0A1 in popluar number systems.

HEXBED0A1
Decimal190208161
Binary101111101101000010100001
Octal276320241

Shades and tints

Shades of #BED0A1

#BED0A1
(190,208,161)
#ADBE93
(173,190,147)
#9CAC85
(156,172,133)
#8B9A77
(139,154,119)
#7A8869
(122,136,105)
#69765B
(105,118,91)
#58644D
(88,100,77)
#47523F
(71,82,63)
#364031
(54,64,49)
#252E23
(37,46,35)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #BED0A1

#BED0A1
(190,208,161)
#C3D4A9
(195,212,169)
#C8D8B1
(200,216,177)
#CDDCB9
(205,220,185)
#D2E0C1
(210,224,193)
#D7E4C9
(215,228,201)
#DCE8D1
(220,232,209)
#E1ECD9
(225,236,217)
#E6F0E1
(230,240,225)
#EBF4E9
(235,244,233)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED0A1; }

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

This text font color is #BED0A1.


Background Color

.myBgColor { background-color: #BED0A1; }

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

This div background color is #BED0A1.


Border color

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

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

This div border color is #BED0A1.


Opacity

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

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

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

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

This text has shadow with #BED0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED0A1 on black background.


Color preview on white background

This text has color #BED0A1 on white background.



Black color preview on #BED0A1 background

This text has black color on #BED0A1 background.


White color preview on #BED0A1 background

This text has white color on #BED0A1 background.