COLOR #BEC8AE

HEX: #BEC8AE
RGB: (190,200,174)

Color info

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

RGB color model

#BEC8AE color RGB value is (190,200,174).

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

RGB channels and saturation

R 190 of 255 = 75%
G 200 of 255 = 78%
B 174 of 255 = 68%

190
200
174

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

Portions of RGB colors in percentages

R + G + B =
190 + 200 + 174 = 564 (100%)
R 190 of 564 ~ 33.69%
G 200 of 564 ~ 35.46%
B 174 of 564 ~ 30.85%

%33.69
%35.46
%30.85

CMYK color model

#BEC8AE color CMYK value is (5,0,13,22).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 21.57%
CMYK:
(5,0,13,22)
C5M0Y13K22 
(5%,0%,13%,22%)
(0.05/0.00/0.13/0.22)	

CMYK percentages

%5
%0
%13
%21.57

Codes

Color #BEC8AE in popluar color models

BEC8AE
RGB190200174
HSL83°19.12%73.33%
HSB/HSV83°13.00%78.43%
CMYK5.00%0.00%13.00%
21.57%

Color #BEC8AE in popluar number systems.

HEXBEC8AE
Decimal190200174
Binary101111101100100010101110
Octal276310256

Shades and tints

Shades of #BEC8AE

#BEC8AE
(190,200,174)
#ADB69F
(173,182,159)
#9CA490
(156,164,144)
#8B9281
(139,146,129)
#7A8072
(122,128,114)
#696E63
(105,110,99)
#585C54
(88,92,84)
#474A45
(71,74,69)
#363836
(54,56,54)
#252627
(37,38,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEC8AE

#BEC8AE
(190,200,174)
#C3CDB5
(195,205,181)
#C8D2BC
(200,210,188)
#CDD7C3
(205,215,195)
#D2DCCA
(210,220,202)
#D7E1D1
(215,225,209)
#DCE6D8
(220,230,216)
#E1EBDF
(225,235,223)
#E6F0E6
(230,240,230)
#EBF5ED
(235,245,237)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC8AE; }

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

This text font color is #BEC8AE.


Background Color

.myBgColor { background-color: #BEC8AE; }

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

This div background color is #BEC8AE.


Border color

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

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

This div border color is #BEC8AE.


Opacity

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

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

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

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

This text has shadow with #BEC8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC8AE on black background.


Color preview on white background

This text has color #BEC8AE on white background.



Black color preview on #BEC8AE background

This text has black color on #BEC8AE background.


White color preview on #BEC8AE background

This text has white color on #BEC8AE background.