COLOR #BEC2AD

HEX: #BEC2AD
RGB: (190,194,173)

Color info

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

RGB color model

#BEC2AD color RGB value is (190,194,173).

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

RGB channels and saturation

R 190 of 255 = 75%
G 194 of 255 = 76%
B 173 of 255 = 68%

190
194
173

R + G + B ~ 73%. #BEC2AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 194 + 173 = 557 (100%)
R 190 of 557 ~ 34.11%
G 194 of 557 ~ 34.83%
B 173 of 557 ~ 31.06%

%34.11
%34.83
%31.06

CMYK color model

#BEC2AD color CMYK value is (2,0,11,24).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 10.82%
  • key color value is 23.92%
CMYK:
(2,0,11,24)
C2M0Y11K24 
(2%,0%,11%,24%)
(0.02/0.00/0.11/0.24)	

CMYK percentages

%2.06
%0
%10.82
%23.92

Codes

Color #BEC2AD in popluar color models

BEC2AD
RGB190194173
HSL71°14.69%71.96%
HSB/HSV71°10.82%76.08%
CMYK2.06%0.00%10.82%
23.92%

Color #BEC2AD in popluar number systems.

HEXBEC2AD
Decimal190194173
Binary101111101100001010101101
Octal276302255

Shades and tints

Shades of #BEC2AD

#BEC2AD
(190,194,173)
#ADB19E
(173,177,158)
#9CA08F
(156,160,143)
#8B8F80
(139,143,128)
#7A7E71
(122,126,113)
#696D62
(105,109,98)
#585C53
(88,92,83)
#474B44
(71,75,68)
#363A35
(54,58,53)
#252926
(37,41,38)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #BEC2AD

#BEC2AD
(190,194,173)
#C3C7B4
(195,199,180)
#C8CCBB
(200,204,187)
#CDD1C2
(205,209,194)
#D2D6C9
(210,214,201)
#D7DBD0
(215,219,208)
#DCE0D7
(220,224,215)
#E1E5DE
(225,229,222)
#E6EAE5
(230,234,229)
#EBEFEC
(235,239,236)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC2AD; }

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

This text font color is #BEC2AD.


Background Color

.myBgColor { background-color: #BEC2AD; }

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

This div background color is #BEC2AD.


Border color

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

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

This div border color is #BEC2AD.


Opacity

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

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

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

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

This text has shadow with #BEC2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC2AD on black background.


Color preview on white background

This text has color #BEC2AD on white background.



Black color preview on #BEC2AD background

This text has black color on #BEC2AD background.


White color preview on #BEC2AD background

This text has white color on #BEC2AD background.