COLOR #BECEB4

HEX: #BECEB4
RGB: (190,206,180)

Color info

#BECEB4 contains red, green and blue colors in about the same proportion. Web safe color of #BECEB4 is #CCCCCC (or #CCC).

RGB color model

#BECEB4 color RGB value is (190,206,180).

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

RGB channels and saturation

R 190 of 255 = 75%
G 206 of 255 = 81%
B 180 of 255 = 71%

190
206
180

R + G + B ~ 76%. #BECEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 206 + 180 = 576 (100%)
R 190 of 576 ~ 32.99%
G 206 of 576 ~ 35.76%
B 180 of 576 ~ 31.25%

%32.99
%35.76
%31.25

CMYK color model

#BECEB4 color CMYK value is (8,0,13,19).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 19.22%
CMYK:
(8,0,13,19)
C8M0Y13K19 
(8%,0%,13%,19%)
(0.08/0.00/0.13/0.19)	

CMYK percentages

%7.77
%0
%12.62
%19.22

Codes

Color #BECEB4 in popluar color models

BECEB4
RGB190206180
HSL97°20.97%75.69%
HSB/HSV97°12.62%80.78%
CMYK7.77%0.00%12.62%
19.22%

Color #BECEB4 in popluar number systems.

HEXBECEB4
Decimal190206180
Binary101111101100111010110100
Octal276316264

Shades and tints

Shades of #BECEB4

#BECEB4
(190,206,180)
#ADBCA4
(173,188,164)
#9CAA94
(156,170,148)
#8B9884
(139,152,132)
#7A8674
(122,134,116)
#697464
(105,116,100)
#586254
(88,98,84)
#475044
(71,80,68)
#363E34
(54,62,52)
#252C24
(37,44,36)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #BECEB4

#BECEB4
(190,206,180)
#C3D2BA
(195,210,186)
#C8D6C0
(200,214,192)
#CDDAC6
(205,218,198)
#D2DECC
(210,222,204)
#D7E2D2
(215,226,210)
#DCE6D8
(220,230,216)
#E1EADE
(225,234,222)
#E6EEE4
(230,238,228)
#EBF2EA
(235,242,234)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECEB4; }

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

This text font color is #BECEB4.


Background Color

.myBgColor { background-color: #BECEB4; }

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

This div background color is #BECEB4.


Border color

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

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

This div border color is #BECEB4.


Opacity

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

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

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

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

This text has shadow with #BECEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECEB4 on black background.


Color preview on white background

This text has color #BECEB4 on white background.



Black color preview on #BECEB4 background

This text has black color on #BECEB4 background.


White color preview on #BECEB4 background

This text has white color on #BECEB4 background.