COLOR #BECA8D

HEX: #BECA8D
RGB: (190,202,141)

Color info

#BECA8D contains mainly red and green colors. Web safe color of #BECA8D is #CCCC99 (or #CC9).

RGB color model

#BECA8D color RGB value is (190,202,141).

  • red value is 190;
  • green value is 202;
  • blue value is 141.
RGB:
(190,202,141)
(75%,79%,55%)

RGB channels and saturation

R 190 of 255 = 75%
G 202 of 255 = 79%
B 141 of 255 = 55%

190
202
141

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

Portions of RGB colors in percentages

R + G + B =
190 + 202 + 141 = 533 (100%)
R 190 of 533 ~ 35.65%
G 202 of 533 ~ 37.9%
B 141 of 533 ~ 26.45%

%35.65
%37.9
%26.45

CMYK color model

#BECA8D color CMYK value is (6,0,30,21).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 20.78%
CMYK:
(6,0,30,21)
C6M0Y30K21 
(6%,0%,30%,21%)
(0.06/0.00/0.30/0.21)	

CMYK percentages

%5.94
%0
%30.2
%20.78

Codes

Color #BECA8D in popluar color models

BECA8D
RGB190202141
HSL72°36.53%67.25%
HSB/HSV72°30.20%79.22%
CMYK5.94%0.00%30.20%
20.78%

Color #BECA8D in popluar number systems.

HEXBECA8D
Decimal190202141
Binary101111101100101010001101
Octal276312215

Shades and tints

Shades of #BECA8D

#BECA8D
(190,202,141)
#ADB881
(173,184,129)
#9CA675
(156,166,117)
#8B9469
(139,148,105)
#7A825D
(122,130,93)
#697051
(105,112,81)
#585E45
(88,94,69)
#474C39
(71,76,57)
#363A2D
(54,58,45)
#252821
(37,40,33)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BECA8D

#BECA8D
(190,202,141)
#C3CE97
(195,206,151)
#C8D2A1
(200,210,161)
#CDD6AB
(205,214,171)
#D2DAB5
(210,218,181)
#D7DEBF
(215,222,191)
#DCE2C9
(220,226,201)
#E1E6D3
(225,230,211)
#E6EADD
(230,234,221)
#EBEEE7
(235,238,231)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECA8D color. Also use rgb(190,202,141) instead hex code.

Text Font Color

.myTextColor { color: #BECA8D; }

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

This text font color is #BECA8D.


Background Color

.myBgColor { background-color: #BECA8D; }

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

This div background color is #BECA8D.


Border color

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

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

This div border color is #BECA8D.


Opacity

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

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

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

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

This text has shadow with #BECA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECA8D on black background.


Color preview on white background

This text has color #BECA8D on white background.



Black color preview on #BECA8D background

This text has black color on #BECA8D background.


White color preview on #BECA8D background

This text has white color on #BECA8D background.