COLOR #BEC6BD

HEX: #BEC6BD
RGB: (190,198,189)

Color info

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

RGB color model

#BEC6BD color RGB value is (190,198,189).

  • red value is 190;
  • green value is 198;
  • blue value is 189.
RGB:
(190,198,189)
(75%,78%,74%)

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 189 of 255 = 74%

190
198
189

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

Portions of RGB colors in percentages

R + G + B =
190 + 198 + 189 = 577 (100%)
R 190 of 577 ~ 32.93%
G 198 of 577 ~ 34.32%
B 189 of 577 ~ 32.76%

%32.93
%34.32
%32.76

CMYK color model

#BEC6BD color CMYK value is (4,0,5,22).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 22.35%
CMYK:
(4,0,5,22)
C4M0Y5K22 
(4%,0%,5%,22%)
(0.04/0.00/0.05/0.22)	

CMYK percentages

%4.04
%0
%4.55
%22.35

Codes

Color #BEC6BD in popluar color models

BEC6BD
RGB190198189
HSL113°7.32%75.88%
HSB/HSV113°4.55%77.65%
CMYK4.04%0.00%4.55%
22.35%

Color #BEC6BD in popluar number systems.

HEXBEC6BD
Decimal190198189
Binary101111101100011010111101
Octal276306275

Shades and tints

Shades of #BEC6BD

#BEC6BD
(190,198,189)
#ADB4AC
(173,180,172)
#9CA29B
(156,162,155)
#8B908A
(139,144,138)
#7A7E79
(122,126,121)
#696C68
(105,108,104)
#585A57
(88,90,87)
#474846
(71,72,70)
#363635
(54,54,53)
#252424
(37,36,36)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #BEC6BD

#BEC6BD
(190,198,189)
#C3CBC3
(195,203,195)
#C8D0C9
(200,208,201)
#CDD5CF
(205,213,207)
#D2DAD5
(210,218,213)
#D7DFDB
(215,223,219)
#DCE4E1
(220,228,225)
#E1E9E7
(225,233,231)
#E6EEED
(230,238,237)
#EBF3F3
(235,243,243)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC6BD color. Also use rgb(190,198,189) instead hex code.

Text Font Color

.myTextColor { color: #BEC6BD; }

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

This text font color is #BEC6BD.


Background Color

.myBgColor { background-color: #BEC6BD; }

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

This div background color is #BEC6BD.


Border color

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

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

This div border color is #BEC6BD.


Opacity

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

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

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

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

This text has shadow with #BEC6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC6BD on black background.


Color preview on white background

This text has color #BEC6BD on white background.



Black color preview on #BEC6BD background

This text has black color on #BEC6BD background.


White color preview on #BEC6BD background

This text has white color on #BEC6BD background.