COLOR #BECE9C

HEX: #BECE9C
RGB: (190,206,156)

Color info

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

RGB color model

#BECE9C color RGB value is (190,206,156).

  • red value is 190;
  • green value is 206;
  • blue value is 156.
RGB:
(190,206,156)
(75%,81%,61%)

RGB channels and saturation

R 190 of 255 = 75%
G 206 of 255 = 81%
B 156 of 255 = 61%

190
206
156

R + G + B ~ 72%. #BECE9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 206 + 156 = 552 (100%)
R 190 of 552 ~ 34.42%
G 206 of 552 ~ 37.32%
B 156 of 552 ~ 28.26%

%34.42
%37.32
%28.26

CMYK color model

#BECE9C color CMYK value is (8,0,24,19).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 24.27%
  • key color value is 19.22%
CMYK:
(8,0,24,19)
C8M0Y24K19 
(8%,0%,24%,19%)
(0.08/0.00/0.24/0.19)	

CMYK percentages

%7.77
%0
%24.27
%19.22

Codes

Color #BECE9C in popluar color models

BECE9C
RGB190206156
HSL79°33.78%70.98%
HSB/HSV79°24.27%80.78%
CMYK7.77%0.00%24.27%
19.22%

Color #BECE9C in popluar number systems.

HEXBECE9C
Decimal190206156
Binary101111101100111010011100
Octal276316234

Shades and tints

Shades of #BECE9C

#BECE9C
(190,206,156)
#ADBC8E
(173,188,142)
#9CAA80
(156,170,128)
#8B9872
(139,152,114)
#7A8664
(122,134,100)
#697456
(105,116,86)
#586248
(88,98,72)
#47503A
(71,80,58)
#363E2C
(54,62,44)
#252C1E
(37,44,30)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #BECE9C

#BECE9C
(190,206,156)
#C3D2A5
(195,210,165)
#C8D6AE
(200,214,174)
#CDDAB7
(205,218,183)
#D2DEC0
(210,222,192)
#D7E2C9
(215,226,201)
#DCE6D2
(220,230,210)
#E1EADB
(225,234,219)
#E6EEE4
(230,238,228)
#EBF2ED
(235,242,237)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECE9C color. Also use rgb(190,206,156) instead hex code.

Text Font Color

.myTextColor { color: #BECE9C; }

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

This text font color is #BECE9C.


Background Color

.myBgColor { background-color: #BECE9C; }

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

This div background color is #BECE9C.


Border color

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

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

This div border color is #BECE9C.


Opacity

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

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

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

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

This text has shadow with #BECE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECE9C on black background.


Color preview on white background

This text has color #BECE9C on white background.



Black color preview on #BECE9C background

This text has black color on #BECE9C background.


White color preview on #BECE9C background

This text has white color on #BECE9C background.