COLOR #BEC6AD

HEX: #BEC6AD
RGB: (190,198,173)

Color info

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

RGB color model

#BEC6AD color RGB value is (190,198,173).

  • red value is 190;
  • green value is 198;
  • blue value is 173.
RGB:
(190,198,173)
(75%,78%,68%)

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 173 of 255 = 68%

190
198
173

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

Portions of RGB colors in percentages

R + G + B =
190 + 198 + 173 = 561 (100%)
R 190 of 561 ~ 33.87%
G 198 of 561 ~ 35.29%
B 173 of 561 ~ 30.84%

%33.87
%35.29
%30.84

CMYK color model

#BEC6AD color CMYK value is (4,0,13,22).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(4,0,13,22)
C4M0Y13K22 
(4%,0%,13%,22%)
(0.04/0.00/0.13/0.22)	

CMYK percentages

%4.04
%0
%12.63
%22.35

Codes

Color #BEC6AD in popluar color models

BEC6AD
RGB190198173
HSL79°17.99%72.75%
HSB/HSV79°12.63%77.65%
CMYK4.04%0.00%12.63%
22.35%

Color #BEC6AD in popluar number systems.

HEXBEC6AD
Decimal190198173
Binary101111101100011010101101
Octal276306255

Shades and tints

Shades of #BEC6AD

#BEC6AD
(190,198,173)
#ADB49E
(173,180,158)
#9CA28F
(156,162,143)
#8B9080
(139,144,128)
#7A7E71
(122,126,113)
#696C62
(105,108,98)
#585A53
(88,90,83)
#474844
(71,72,68)
#363635
(54,54,53)
#252426
(37,36,38)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #BEC6AD

#BEC6AD
(190,198,173)
#C3CBB4
(195,203,180)
#C8D0BB
(200,208,187)
#CDD5C2
(205,213,194)
#D2DAC9
(210,218,201)
#D7DFD0
(215,223,208)
#DCE4D7
(220,228,215)
#E1E9DE
(225,233,222)
#E6EEE5
(230,238,229)
#EBF3EC
(235,243,236)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC6AD color. Also use rgb(190,198,173) instead hex code.

Text Font Color

.myTextColor { color: #BEC6AD; }

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

This text font color is #BEC6AD.


Background Color

.myBgColor { background-color: #BEC6AD; }

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

This div background color is #BEC6AD.


Border color

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

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

This div border color is #BEC6AD.


Opacity

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

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

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

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

This text has shadow with #BEC6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC6AD on black background.


Color preview on white background

This text has color #BEC6AD on white background.



Black color preview on #BEC6AD background

This text has black color on #BEC6AD background.


White color preview on #BEC6AD background

This text has white color on #BEC6AD background.