COLOR #BED6AC

HEX: #BED6AC
RGB: (190,214,172)

Color info

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

RGB color model

#BED6AC color RGB value is (190,214,172).

  • red value is 190;
  • green value is 214;
  • blue value is 172.
RGB:
(190,214,172)
(75%,84%,67%)

RGB channels and saturation

R 190 of 255 = 75%
G 214 of 255 = 84%
B 172 of 255 = 67%

190
214
172

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

Portions of RGB colors in percentages

R + G + B =
190 + 214 + 172 = 576 (100%)
R 190 of 576 ~ 32.99%
G 214 of 576 ~ 37.15%
B 172 of 576 ~ 29.86%

%32.99
%37.15
%29.86

CMYK color model

#BED6AC color CMYK value is (11,0,20,16).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 16.08%
CMYK:
(11,0,20,16)
C11M0Y20K16 
(11%,0%,20%,16%)
(0.11/0.00/0.20/0.16)	

CMYK percentages

%11.21
%0
%19.63
%16.08

Codes

Color #BED6AC in popluar color models

BED6AC
RGB190214172
HSL94°33.87%75.69%
HSB/HSV94°19.63%83.92%
CMYK11.21%0.00%19.63%
16.08%

Color #BED6AC in popluar number systems.

HEXBED6AC
Decimal190214172
Binary101111101101011010101100
Octal276326254

Shades and tints

Shades of #BED6AC

#BED6AC
(190,214,172)
#ADC39D
(173,195,157)
#9CB08E
(156,176,142)
#8B9D7F
(139,157,127)
#7A8A70
(122,138,112)
#697761
(105,119,97)
#586452
(88,100,82)
#475143
(71,81,67)
#363E34
(54,62,52)
#252B25
(37,43,37)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #BED6AC

#BED6AC
(190,214,172)
#C3D9B3
(195,217,179)
#C8DCBA
(200,220,186)
#CDDFC1
(205,223,193)
#D2E2C8
(210,226,200)
#D7E5CF
(215,229,207)
#DCE8D6
(220,232,214)
#E1EBDD
(225,235,221)
#E6EEE4
(230,238,228)
#EBF1EB
(235,241,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED6AC color. Also use rgb(190,214,172) instead hex code.

Text Font Color

.myTextColor { color: #BED6AC; }

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

This text font color is #BED6AC.


Background Color

.myBgColor { background-color: #BED6AC; }

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

This div background color is #BED6AC.


Border color

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

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

This div border color is #BED6AC.


Opacity

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

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

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

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

This text has shadow with #BED6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BED6AC on black background.


Color preview on white background

This text has color #BED6AC on white background.



Black color preview on #BED6AC background

This text has black color on #BED6AC background.


White color preview on #BED6AC background

This text has white color on #BED6AC background.