COLOR #BED5A9

HEX: #BED5A9
RGB: (190,213,169)

Color info

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

RGB color model

#BED5A9 color RGB value is (190,213,169).

  • red value is 190;
  • green value is 213;
  • blue value is 169.
RGB:
(190,213,169)
(75%,84%,66%)

RGB channels and saturation

R 190 of 255 = 75%
G 213 of 255 = 84%
B 169 of 255 = 66%

190
213
169

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

Portions of RGB colors in percentages

R + G + B =
190 + 213 + 169 = 572 (100%)
R 190 of 572 ~ 33.22%
G 213 of 572 ~ 37.24%
B 169 of 572 ~ 29.55%

%33.22
%37.24
%29.55

CMYK color model

#BED5A9 color CMYK value is (11,0,21,16).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 16.47%
CMYK:
(11,0,21,16)
C11M0Y21K16 
(11%,0%,21%,16%)
(0.11/0.00/0.21/0.16)	

CMYK percentages

%10.8
%0
%20.66
%16.47

Codes

Color #BED5A9 in popluar color models

BED5A9
RGB190213169
HSL91°34.38%74.90%
HSB/HSV91°20.66%83.53%
CMYK10.80%0.00%20.66%
16.47%

Color #BED5A9 in popluar number systems.

HEXBED5A9
Decimal190213169
Binary101111101101010110101001
Octal276325251

Shades and tints

Shades of #BED5A9

#BED5A9
(190,213,169)
#ADC29A
(173,194,154)
#9CAF8B
(156,175,139)
#8B9C7C
(139,156,124)
#7A896D
(122,137,109)
#69765E
(105,118,94)
#58634F
(88,99,79)
#475040
(71,80,64)
#363D31
(54,61,49)
#252A22
(37,42,34)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BED5A9

#BED5A9
(190,213,169)
#C3D8B0
(195,216,176)
#C8DBB7
(200,219,183)
#CDDEBE
(205,222,190)
#D2E1C5
(210,225,197)
#D7E4CC
(215,228,204)
#DCE7D3
(220,231,211)
#E1EADA
(225,234,218)
#E6EDE1
(230,237,225)
#EBF0E8
(235,240,232)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED5A9 color. Also use rgb(190,213,169) instead hex code.

Text Font Color

.myTextColor { color: #BED5A9; }

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

This text font color is #BED5A9.


Background Color

.myBgColor { background-color: #BED5A9; }

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

This div background color is #BED5A9.


Border color

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

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

This div border color is #BED5A9.


Opacity

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

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

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

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

This text has shadow with #BED5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED5A9 on black background.


Color preview on white background

This text has color #BED5A9 on white background.



Black color preview on #BED5A9 background

This text has black color on #BED5A9 background.


White color preview on #BED5A9 background

This text has white color on #BED5A9 background.