COLOR #BEC891

HEX: #BEC891
RGB: (190,200,145)

Color info

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

RGB color model

#BEC891 color RGB value is (190,200,145).

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

RGB channels and saturation

R 190 of 255 = 75%
G 200 of 255 = 78%
B 145 of 255 = 57%

190
200
145

R + G + B ~ 70%. #BEC891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 200 + 145 = 535 (100%)
R 190 of 535 ~ 35.51%
G 200 of 535 ~ 37.38%
B 145 of 535 ~ 27.1%

%35.51
%37.38
%27.1

CMYK color model

#BEC891 color CMYK value is (5,0,28,22).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 21.57%
CMYK:
(5,0,28,22)
C5M0Y28K22 
(5%,0%,28%,22%)
(0.05/0.00/0.28/0.22)	

CMYK percentages

%5
%0
%27.5
%21.57

Codes

Color #BEC891 in popluar color models

BEC891
RGB190200145
HSL71°33.33%67.65%
HSB/HSV71°27.50%78.43%
CMYK5.00%0.00%27.50%
21.57%

Color #BEC891 in popluar number systems.

HEXBEC891
Decimal190200145
Binary101111101100100010010001
Octal276310221

Shades and tints

Shades of #BEC891

#BEC891
(190,200,145)
#ADB684
(173,182,132)
#9CA477
(156,164,119)
#8B926A
(139,146,106)
#7A805D
(122,128,93)
#696E50
(105,110,80)
#585C43
(88,92,67)
#474A36
(71,74,54)
#363829
(54,56,41)
#25261C
(37,38,28)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #BEC891

#BEC891
(190,200,145)
#C3CD9B
(195,205,155)
#C8D2A5
(200,210,165)
#CDD7AF
(205,215,175)
#D2DCB9
(210,220,185)
#D7E1C3
(215,225,195)
#DCE6CD
(220,230,205)
#E1EBD7
(225,235,215)
#E6F0E1
(230,240,225)
#EBF5EB
(235,245,235)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC891; }

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

This text font color is #BEC891.


Background Color

.myBgColor { background-color: #BEC891; }

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

This div background color is #BEC891.


Border color

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

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

This div border color is #BEC891.


Opacity

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

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

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

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

This text has shadow with #BEC891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC891 on black background.


Color preview on white background

This text has color #BEC891 on white background.



Black color preview on #BEC891 background

This text has black color on #BEC891 background.


White color preview on #BEC891 background

This text has white color on #BEC891 background.