COLOR #BED2AD

HEX: #BED2AD
RGB: (190,210,173)

Color info

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

RGB color model

#BED2AD color RGB value is (190,210,173).

  • red value is 190;
  • green value is 210;
  • blue value is 173.
RGB:
(190,210,173)
(75%,82%,68%)

RGB channels and saturation

R 190 of 255 = 75%
G 210 of 255 = 82%
B 173 of 255 = 68%

190
210
173

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

Portions of RGB colors in percentages

R + G + B =
190 + 210 + 173 = 573 (100%)
R 190 of 573 ~ 33.16%
G 210 of 573 ~ 36.65%
B 173 of 573 ~ 30.19%

%33.16
%36.65
%30.19

CMYK color model

#BED2AD color CMYK value is (10,0,18,18).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 17.65%
CMYK:
(10,0,18,18)
C10M0Y18K18 
(10%,0%,18%,18%)
(0.10/0.00/0.18/0.18)	

CMYK percentages

%9.52
%0
%17.62
%17.65

Codes

Color #BED2AD in popluar color models

BED2AD
RGB190210173
HSL92°29.13%75.10%
HSB/HSV92°17.62%82.35%
CMYK9.52%0.00%17.62%
17.65%

Color #BED2AD in popluar number systems.

HEXBED2AD
Decimal190210173
Binary101111101101001010101101
Octal276322255

Shades and tints

Shades of #BED2AD

#BED2AD
(190,210,173)
#ADBF9E
(173,191,158)
#9CAC8F
(156,172,143)
#8B9980
(139,153,128)
#7A8671
(122,134,113)
#697362
(105,115,98)
#586053
(88,96,83)
#474D44
(71,77,68)
#363A35
(54,58,53)
#252726
(37,39,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BED2AD

#BED2AD
(190,210,173)
#C3D6B4
(195,214,180)
#C8DABB
(200,218,187)
#CDDEC2
(205,222,194)
#D2E2C9
(210,226,201)
#D7E6D0
(215,230,208)
#DCEAD7
(220,234,215)
#E1EEDE
(225,238,222)
#E6F2E5
(230,242,229)
#EBF6EC
(235,246,236)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED2AD color. Also use rgb(190,210,173) instead hex code.

Text Font Color

.myTextColor { color: #BED2AD; }

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

This text font color is #BED2AD.


Background Color

.myBgColor { background-color: #BED2AD; }

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

This div background color is #BED2AD.


Border color

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

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

This div border color is #BED2AD.


Opacity

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

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

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

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

This text has shadow with #BED2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED2AD on black background.


Color preview on white background

This text has color #BED2AD on white background.



Black color preview on #BED2AD background

This text has black color on #BED2AD background.


White color preview on #BED2AD background

This text has white color on #BED2AD background.