COLOR #BEC4AC

HEX: #BEC4AC
RGB: (190,196,172)

Color info

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

RGB color model

#BEC4AC color RGB value is (190,196,172).

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

RGB channels and saturation

R 190 of 255 = 75%
G 196 of 255 = 77%
B 172 of 255 = 67%

190
196
172

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

Portions of RGB colors in percentages

R + G + B =
190 + 196 + 172 = 558 (100%)
R 190 of 558 ~ 34.05%
G 196 of 558 ~ 35.13%
B 172 of 558 ~ 30.82%

%34.05
%35.13
%30.82

CMYK color model

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

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • 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
%12.24
%23.14

Codes

Color #BEC4AC in popluar color models

BEC4AC
RGB190196172
HSL75°16.90%72.16%
HSB/HSV75°12.24%76.86%
CMYK3.06%0.00%12.24%
23.14%

Color #BEC4AC in popluar number systems.

HEXBEC4AC
Decimal190196172
Binary101111101100010010101100
Octal276304254

Shades and tints

Shades of #BEC4AC

#BEC4AC
(190,196,172)
#ADB39D
(173,179,157)
#9CA28E
(156,162,142)
#8B917F
(139,145,127)
#7A8070
(122,128,112)
#696F61
(105,111,97)
#585E52
(88,94,82)
#474D43
(71,77,67)
#363C34
(54,60,52)
#252B25
(37,43,37)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #BEC4AC

#BEC4AC
(190,196,172)
#C3C9B3
(195,201,179)
#C8CEBA
(200,206,186)
#CDD3C1
(205,211,193)
#D2D8C8
(210,216,200)
#D7DDCF
(215,221,207)
#DCE2D6
(220,226,214)
#E1E7DD
(225,231,221)
#E6ECE4
(230,236,228)
#EBF1EB
(235,241,235)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC4AC; }

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

This text font color is #BEC4AC.


Background Color

.myBgColor { background-color: #BEC4AC; }

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

This div background color is #BEC4AC.


Border color

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

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

This div border color is #BEC4AC.


Opacity

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

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

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

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

This text has shadow with #BEC4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC4AC on black background.


Color preview on white background

This text has color #BEC4AC on white background.



Black color preview on #BEC4AC background

This text has black color on #BEC4AC background.


White color preview on #BEC4AC background

This text has white color on #BEC4AC background.