COLOR #BEC4AD

HEX: #BEC4AD
RGB: (190,196,173)

Color info

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

RGB color model

#BEC4AD color RGB value is (190,196,173).

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

RGB channels and saturation

R 190 of 255 = 75%
G 196 of 255 = 77%
B 173 of 255 = 68%

190
196
173

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

Portions of RGB colors in percentages

R + G + B =
190 + 196 + 173 = 559 (100%)
R 190 of 559 ~ 33.99%
G 196 of 559 ~ 35.06%
B 173 of 559 ~ 30.95%

%33.99
%35.06
%30.95

CMYK color model

#BEC4AD color CMYK value is (3,0,12,23).

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 23.14%
CMYK:
(3,0,12,23)
C3M0Y12K23 
(3%,0%,12%,23%)
(0.03/0.00/0.12/0.23)	

CMYK percentages

%3.06
%0
%11.73
%23.14

Codes

Color #BEC4AD in popluar color models

BEC4AD
RGB190196173
HSL76°16.31%72.35%
HSB/HSV76°11.73%76.86%
CMYK3.06%0.00%11.73%
23.14%

Color #BEC4AD in popluar number systems.

HEXBEC4AD
Decimal190196173
Binary101111101100010010101101
Octal276304255

Shades and tints

Shades of #BEC4AD

#BEC4AD
(190,196,173)
#ADB39E
(173,179,158)
#9CA28F
(156,162,143)
#8B9180
(139,145,128)
#7A8071
(122,128,113)
#696F62
(105,111,98)
#585E53
(88,94,83)
#474D44
(71,77,68)
#363C35
(54,60,53)
#252B26
(37,43,38)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #BEC4AD

#BEC4AD
(190,196,173)
#C3C9B4
(195,201,180)
#C8CEBB
(200,206,187)
#CDD3C2
(205,211,194)
#D2D8C9
(210,216,201)
#D7DDD0
(215,221,208)
#DCE2D7
(220,226,215)
#E1E7DE
(225,231,222)
#E6ECE5
(230,236,229)
#EBF1EC
(235,241,236)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC4AD; }

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

This text font color is #BEC4AD.


Background Color

.myBgColor { background-color: #BEC4AD; }

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

This div background color is #BEC4AD.


Border color

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

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

This div border color is #BEC4AD.


Opacity

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

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

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

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

This text has shadow with #BEC4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC4AD on black background.


Color preview on white background

This text has color #BEC4AD on white background.



Black color preview on #BEC4AD background

This text has black color on #BEC4AD background.


White color preview on #BEC4AD background

This text has white color on #BEC4AD background.