COLOR #BECD8C

HEX: #BECD8C
RGB: (190,205,140)

Color info

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

RGB color model

#BECD8C color RGB value is (190,205,140).

  • red value is 190;
  • green value is 205;
  • blue value is 140.
RGB:
(190,205,140)
(75%,80%,55%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 140 of 255 = 55%

190
205
140

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

Portions of RGB colors in percentages

R + G + B =
190 + 205 + 140 = 535 (100%)
R 190 of 535 ~ 35.51%
G 205 of 535 ~ 38.32%
B 140 of 535 ~ 26.17%

%35.51
%38.32
%26.17

CMYK color model

#BECD8C color CMYK value is (7,0,32,20).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 19.61%
CMYK:
(7,0,32,20)
C7M0Y32K20 
(7%,0%,32%,20%)
(0.07/0.00/0.32/0.20)	

CMYK percentages

%7.32
%0
%31.71
%19.61

Codes

Color #BECD8C in popluar color models

BECD8C
RGB190205140
HSL74°39.39%67.65%
HSB/HSV74°31.71%80.39%
CMYK7.32%0.00%31.71%
19.61%

Color #BECD8C in popluar number systems.

HEXBECD8C
Decimal190205140
Binary101111101100110110001100
Octal276315214

Shades and tints

Shades of #BECD8C

#BECD8C
(190,205,140)
#ADBB80
(173,187,128)
#9CA974
(156,169,116)
#8B9768
(139,151,104)
#7A855C
(122,133,92)
#697350
(105,115,80)
#586144
(88,97,68)
#474F38
(71,79,56)
#363D2C
(54,61,44)
#252B20
(37,43,32)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BECD8C

#BECD8C
(190,205,140)
#C3D196
(195,209,150)
#C8D5A0
(200,213,160)
#CDD9AA
(205,217,170)
#D2DDB4
(210,221,180)
#D7E1BE
(215,225,190)
#DCE5C8
(220,229,200)
#E1E9D2
(225,233,210)
#E6EDDC
(230,237,220)
#EBF1E6
(235,241,230)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECD8C color. Also use rgb(190,205,140) instead hex code.

Text Font Color

.myTextColor { color: #BECD8C; }

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

This text font color is #BECD8C.


Background Color

.myBgColor { background-color: #BECD8C; }

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

This div background color is #BECD8C.


Border color

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

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

This div border color is #BECD8C.


Opacity

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

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

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

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

This text has shadow with #BECD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECD8C on black background.


Color preview on white background

This text has color #BECD8C on white background.



Black color preview on #BECD8C background

This text has black color on #BECD8C background.


White color preview on #BECD8C background

This text has white color on #BECD8C background.