COLOR #BED3A6

HEX: #BED3A6
RGB: (190,211,166)

Color info

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

RGB color model

#BED3A6 color RGB value is (190,211,166).

  • red value is 190;
  • green value is 211;
  • blue value is 166.
RGB:
(190,211,166)
(75%,83%,65%)

RGB channels and saturation

R 190 of 255 = 75%
G 211 of 255 = 83%
B 166 of 255 = 65%

190
211
166

R + G + B ~ 74%. #BED3A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 211 + 166 = 567 (100%)
R 190 of 567 ~ 33.51%
G 211 of 567 ~ 37.21%
B 166 of 567 ~ 29.28%

%33.51
%37.21
%29.28

CMYK color model

#BED3A6 color CMYK value is (10,0,21,17).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 17.25%
CMYK:
(10,0,21,17)
C10M0Y21K17 
(10%,0%,21%,17%)
(0.10/0.00/0.21/0.17)	

CMYK percentages

%9.95
%0
%21.33
%17.25

Codes

Color #BED3A6 in popluar color models

BED3A6
RGB190211166
HSL88°33.83%73.92%
HSB/HSV88°21.33%82.75%
CMYK9.95%0.00%21.33%
17.25%

Color #BED3A6 in popluar number systems.

HEXBED3A6
Decimal190211166
Binary101111101101001110100110
Octal276323246

Shades and tints

Shades of #BED3A6

#BED3A6
(190,211,166)
#ADC097
(173,192,151)
#9CAD88
(156,173,136)
#8B9A79
(139,154,121)
#7A876A
(122,135,106)
#69745B
(105,116,91)
#58614C
(88,97,76)
#474E3D
(71,78,61)
#363B2E
(54,59,46)
#25281F
(37,40,31)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #BED3A6

#BED3A6
(190,211,166)
#C3D7AE
(195,215,174)
#C8DBB6
(200,219,182)
#CDDFBE
(205,223,190)
#D2E3C6
(210,227,198)
#D7E7CE
(215,231,206)
#DCEBD6
(220,235,214)
#E1EFDE
(225,239,222)
#E6F3E6
(230,243,230)
#EBF7EE
(235,247,238)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED3A6 color. Also use rgb(190,211,166) instead hex code.

Text Font Color

.myTextColor { color: #BED3A6; }

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

This text font color is #BED3A6.


Background Color

.myBgColor { background-color: #BED3A6; }

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

This div background color is #BED3A6.


Border color

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

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

This div border color is #BED3A6.


Opacity

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

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

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

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

This text has shadow with #BED3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED3A6 on black background.


Color preview on white background

This text has color #BED3A6 on white background.



Black color preview on #BED3A6 background

This text has black color on #BED3A6 background.


White color preview on #BED3A6 background

This text has white color on #BED3A6 background.