COLOR #BED8AB

HEX: #BED8AB
RGB: (190,216,171)

Color info

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

RGB color model

#BED8AB color RGB value is (190,216,171).

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

RGB channels and saturation

R 190 of 255 = 75%
G 216 of 255 = 85%
B 171 of 255 = 67%

190
216
171

R + G + B ~ 76%. #BED8AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 216 + 171 = 577 (100%)
R 190 of 577 ~ 32.93%
G 216 of 577 ~ 37.44%
B 171 of 577 ~ 29.64%

%32.93
%37.44
%29.64

CMYK color model

#BED8AB color CMYK value is (12,0,21,15).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 15.29%
CMYK:
(12,0,21,15)
C12M0Y21K15 
(12%,0%,21%,15%)
(0.12/0.00/0.21/0.15)	

CMYK percentages

%12.04
%0
%20.83
%15.29

Codes

Color #BED8AB in popluar color models

BED8AB
RGB190216171
HSL95°36.59%75.88%
HSB/HSV95°20.83%84.71%
CMYK12.04%0.00%20.83%
15.29%

Color #BED8AB in popluar number systems.

HEXBED8AB
Decimal190216171
Binary101111101101100010101011
Octal276330253

Shades and tints

Shades of #BED8AB

#BED8AB
(190,216,171)
#ADC59C
(173,197,156)
#9CB28D
(156,178,141)
#8B9F7E
(139,159,126)
#7A8C6F
(122,140,111)
#697960
(105,121,96)
#586651
(88,102,81)
#475342
(71,83,66)
#364033
(54,64,51)
#252D24
(37,45,36)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #BED8AB

#BED8AB
(190,216,171)
#C3DBB2
(195,219,178)
#C8DEB9
(200,222,185)
#CDE1C0
(205,225,192)
#D2E4C7
(210,228,199)
#D7E7CE
(215,231,206)
#DCEAD5
(220,234,213)
#E1EDDC
(225,237,220)
#E6F0E3
(230,240,227)
#EBF3EA
(235,243,234)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BED8AB; }

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

This text font color is #BED8AB.


Background Color

.myBgColor { background-color: #BED8AB; }

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

This div background color is #BED8AB.


Border color

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

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

This div border color is #BED8AB.


Opacity

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

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

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

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

This text has shadow with #BED8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED8AB on black background.


Color preview on white background

This text has color #BED8AB on white background.



Black color preview on #BED8AB background

This text has black color on #BED8AB background.


White color preview on #BED8AB background

This text has white color on #BED8AB background.