COLOR #BED8A3

HEX: #BED8A3
RGB: (190,216,163)

Color info

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

RGB color model

#BED8A3 color RGB value is (190,216,163).

  • red value is 190;
  • green value is 216;
  • blue value is 163.
RGB:
(190,216,163)
(75%,85%,64%)

RGB channels and saturation

R 190 of 255 = 75%
G 216 of 255 = 85%
B 163 of 255 = 64%

190
216
163

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

Portions of RGB colors in percentages

R + G + B =
190 + 216 + 163 = 569 (100%)
R 190 of 569 ~ 33.39%
G 216 of 569 ~ 37.96%
B 163 of 569 ~ 28.65%

%33.39
%37.96
%28.65

CMYK color model

#BED8A3 color CMYK value is (12,0,25,15).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 24.54%
  • key color value is 15.29%
CMYK:
(12,0,25,15)
C12M0Y25K15 
(12%,0%,25%,15%)
(0.12/0.00/0.25/0.15)	

CMYK percentages

%12.04
%0
%24.54
%15.29

Codes

Color #BED8A3 in popluar color models

BED8A3
RGB190216163
HSL89°40.46%74.31%
HSB/HSV89°24.54%84.71%
CMYK12.04%0.00%24.54%
15.29%

Color #BED8A3 in popluar number systems.

HEXBED8A3
Decimal190216163
Binary101111101101100010100011
Octal276330243

Shades and tints

Shades of #BED8A3

#BED8A3
(190,216,163)
#ADC595
(173,197,149)
#9CB287
(156,178,135)
#8B9F79
(139,159,121)
#7A8C6B
(122,140,107)
#69795D
(105,121,93)
#58664F
(88,102,79)
#475341
(71,83,65)
#364033
(54,64,51)
#252D25
(37,45,37)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #BED8A3

#BED8A3
(190,216,163)
#C3DBAB
(195,219,171)
#C8DEB3
(200,222,179)
#CDE1BB
(205,225,187)
#D2E4C3
(210,228,195)
#D7E7CB
(215,231,203)
#DCEAD3
(220,234,211)
#E1EDDB
(225,237,219)
#E6F0E3
(230,240,227)
#EBF3EB
(235,243,235)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED8A3 color. Also use rgb(190,216,163) instead hex code.

Text Font Color

.myTextColor { color: #BED8A3; }

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

This text font color is #BED8A3.


Background Color

.myBgColor { background-color: #BED8A3; }

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

This div background color is #BED8A3.


Border color

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

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

This div border color is #BED8A3.


Opacity

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

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

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

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

This text has shadow with #BED8A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED8A3 on black background.


Color preview on white background

This text has color #BED8A3 on white background.



Black color preview on #BED8A3 background

This text has black color on #BED8A3 background.


White color preview on #BED8A3 background

This text has white color on #BED8A3 background.