COLOR #BEC2AE

HEX: #BEC2AE
RGB: (190,194,174)

Color info

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

RGB color model

#BEC2AE color RGB value is (190,194,174).

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

RGB channels and saturation

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

190
194
174

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

Portions of RGB colors in percentages

R + G + B =
190 + 194 + 174 = 558 (100%)
R 190 of 558 ~ 34.05%
G 194 of 558 ~ 34.77%
B 174 of 558 ~ 31.18%

%34.05
%34.77
%31.18

CMYK color model

#BEC2AE color CMYK value is (2,0,10,24).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 23.92%
CMYK:
(2,0,10,24)
C2M0Y10K24 
(2%,0%,10%,24%)
(0.02/0.00/0.10/0.24)	

CMYK percentages

%2.06
%0
%10.31
%23.92

Codes

Color #BEC2AE in popluar color models

BEC2AE
RGB190194174
HSL72°14.08%72.16%
HSB/HSV72°10.31%76.08%
CMYK2.06%0.00%10.31%
23.92%

Color #BEC2AE in popluar number systems.

HEXBEC2AE
Decimal190194174
Binary101111101100001010101110
Octal276302256

Shades and tints

Shades of #BEC2AE

#BEC2AE
(190,194,174)
#ADB19F
(173,177,159)
#9CA090
(156,160,144)
#8B8F81
(139,143,129)
#7A7E72
(122,126,114)
#696D63
(105,109,99)
#585C54
(88,92,84)
#474B45
(71,75,69)
#363A36
(54,58,54)
#252927
(37,41,39)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #BEC2AE

#BEC2AE
(190,194,174)
#C3C7B5
(195,199,181)
#C8CCBC
(200,204,188)
#CDD1C3
(205,209,195)
#D2D6CA
(210,214,202)
#D7DBD1
(215,219,209)
#DCE0D8
(220,224,216)
#E1E5DF
(225,229,223)
#E6EAE6
(230,234,230)
#EBEFED
(235,239,237)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC2AE; }

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

This text font color is #BEC2AE.


Background Color

.myBgColor { background-color: #BEC2AE; }

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

This div background color is #BEC2AE.


Border color

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

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

This div border color is #BEC2AE.


Opacity

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

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

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

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

This text has shadow with #BEC2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC2AE on black background.


Color preview on white background

This text has color #BEC2AE on white background.



Black color preview on #BEC2AE background

This text has black color on #BEC2AE background.


White color preview on #BEC2AE background

This text has white color on #BEC2AE background.