COLOR #BEC385

HEX: #BEC385
RGB: (190,195,133)

Color info

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

RGB color model

#BEC385 color RGB value is (190,195,133).

  • red value is 190;
  • green value is 195;
  • blue value is 133.
RGB:
(190,195,133)
(75%,76%,52%)

RGB channels and saturation

R 190 of 255 = 75%
G 195 of 255 = 76%
B 133 of 255 = 52%

190
195
133

R + G + B ~ 68%. #BEC385 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 195 + 133 = 518 (100%)
R 190 of 518 ~ 36.68%
G 195 of 518 ~ 37.64%
B 133 of 518 ~ 25.68%

%36.68
%37.64
%25.68

CMYK color model

#BEC385 color CMYK value is (3,0,32,24).

  • cyan value is 2.56%
  • magenta value is 0.00%
  • yellow value is 31.79%
  • key color value is 23.53%
CMYK:
(3,0,32,24)
C3M0Y32K24 
(3%,0%,32%,24%)
(0.03/0.00/0.32/0.24)	

CMYK percentages

%2.56
%0
%31.79
%23.53

Codes

Color #BEC385 in popluar color models

BEC385
RGB190195133
HSL65°34.07%64.31%
HSB/HSV65°31.79%76.47%
CMYK2.56%0.00%31.79%
23.53%

Color #BEC385 in popluar number systems.

HEXBEC385
Decimal190195133
Binary101111101100001110000101
Octal276303205

Shades and tints

Shades of #BEC385

#BEC385
(190,195,133)
#ADB279
(173,178,121)
#9CA16D
(156,161,109)
#8B9061
(139,144,97)
#7A7F55
(122,127,85)
#696E49
(105,110,73)
#585D3D
(88,93,61)
#474C31
(71,76,49)
#363B25
(54,59,37)
#252A19
(37,42,25)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #BEC385

#BEC385
(190,195,133)
#C3C890
(195,200,144)
#C8CD9B
(200,205,155)
#CDD2A6
(205,210,166)
#D2D7B1
(210,215,177)
#D7DCBC
(215,220,188)
#DCE1C7
(220,225,199)
#E1E6D2
(225,230,210)
#E6EBDD
(230,235,221)
#EBF0E8
(235,240,232)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC385 color. Also use rgb(190,195,133) instead hex code.

Text Font Color

.myTextColor { color: #BEC385; }

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

This text font color is #BEC385.


Background Color

.myBgColor { background-color: #BEC385; }

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

This div background color is #BEC385.


Border color

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

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

This div border color is #BEC385.


Opacity

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

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

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

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

This text has shadow with #BEC385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC385 on black background.


Color preview on white background

This text has color #BEC385 on white background.



Black color preview on #BEC385 background

This text has black color on #BEC385 background.


White color preview on #BEC385 background

This text has white color on #BEC385 background.