COLOR #BEC6CF

HEX: #BEC6CF
RGB: (190,198,207)

Color info

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

RGB color model

#BEC6CF color RGB value is (190,198,207).

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

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 207 of 255 = 81%

190
198
207

R + G + B ~ 78%. #BEC6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 198 + 207 = 595 (100%)
R 190 of 595 ~ 31.93%
G 198 of 595 ~ 33.28%
B 207 of 595 ~ 34.79%

%31.93
%33.28
%34.79

CMYK color model

#BEC6CF color CMYK value is (8,4,0,19).

  • cyan value is 8.21%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(8,4,0,19)
C8M4Y0K19 
(8%,4%,0%,19%)
(0.08/0.04/0.00/0.19)	

CMYK percentages

%8.21
%4.35
%0
%18.82

Codes

Color #BEC6CF in popluar color models

BEC6CF
RGB190198207
HSL212°15.04%77.84%
HSB/HSV212°8.21%81.18%
CMYK8.21%4.35%0.00%
18.82%

Color #BEC6CF in popluar number systems.

HEXBEC6CF
Decimal190198207
Binary101111101100011011001111
Octal276306317

Shades and tints

Shades of #BEC6CF

#BEC6CF
(190,198,207)
#ADB4BD
(173,180,189)
#9CA2AB
(156,162,171)
#8B9099
(139,144,153)
#7A7E87
(122,126,135)
#696C75
(105,108,117)
#585A63
(88,90,99)
#474851
(71,72,81)
#36363F
(54,54,63)
#25242D
(37,36,45)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #BEC6CF

#BEC6CF
(190,198,207)
#C3CBD3
(195,203,211)
#C8D0D7
(200,208,215)
#CDD5DB
(205,213,219)
#D2DADF
(210,218,223)
#D7DFE3
(215,223,227)
#DCE4E7
(220,228,231)
#E1E9EB
(225,233,235)
#E6EEEF
(230,238,239)
#EBF3F3
(235,243,243)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC6CF; }

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

This text font color is #BEC6CF.


Background Color

.myBgColor { background-color: #BEC6CF; }

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

This div background color is #BEC6CF.


Border color

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

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

This div border color is #BEC6CF.


Opacity

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

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

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

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

This text has shadow with #BEC6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC6CF on black background.


Color preview on white background

This text has color #BEC6CF on white background.



Black color preview on #BEC6CF background

This text has black color on #BEC6CF background.


White color preview on #BEC6CF background

This text has white color on #BEC6CF background.