COLOR #BEC7BF

HEX: #BEC7BF RGB: (190,199,191)

Color info

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

RGB color model

#BEC7BF color RGB value is (190,199,191).

RGB: (190,199,191) (75%, 78%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 199 of 255 = 78%
B 191 of 255 = 75%

190
199
191

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

Portions of RGB colors in percentages

R + G + B = 190 + 199 + 191 = 580 (100%)
R 190 of 580 ~ 32.76%
G 199 of 580 ~ 34.31%
B 191 of 580 ~ 32.93'%

%32.76
%34.31
%32.93

CMYK color model

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

  • cyan value is 4.52%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 21.96%

CMYK: (5,0,4,22)
C5M0Y4K22 (5%, 0%, 4%, 22%)
(0.05 / 0.00 / 0.04 / 0.22)

CMYK percentages

%4.52
%0
%4.02
%21.96

Codes

Color #BEC7BF in popluar color models

BE C7 BF
RGB 190 199 191
HSL 127° 7.44% 76.27%
HSB/HSV 127° 4.52% 78.04%
CMYK 4.52% 0.00% 4.02%
21.96%

Color #BEC7BF in popluar number systems.

HEX BE C7 BF
Decimal 190 199 191
Binary 10111110 11000111 10111111
Octal 276 307 277

Shades and tints

Shades of #BEC7BF

#BEC7BF
(190,199,191)
#ADB5AE
(173,181,174)
#9CA39D
(156,163,157)
#8B918C
(139,145,140)
#7A7F7B
(122,127,123)
#696D6A
(105,109,106)
#585B59
(88,91,89)
#474948
(71,73,72)
#363737
(54,55,55)
#252526
(37,37,38)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #BEC7BF

#BEC7BF
(190,199,191)
#C3CCC4
(195,204,196)
#C8D1C9
(200,209,201)
#CDD6CE
(205,214,206)
#D2DBD3
(210,219,211)
#D7E0D8
(215,224,216)
#DCE5DD
(220,229,221)
#E1EAE2
(225,234,226)
#E6EFE7
(230,239,231)
#EBF4EC
(235,244,236)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC7BF color. Also use rgb(190,199,191) instead hex code.

Text Font Color

.myTextColor { color: #BEC7BF; }

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

This text font color is #BEC7BF.

Background Color

.myBgColor { background-color: #BEC7BF; }

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

This div background color is #BEC7BF.

Border color

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

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

This div border color is #BEC7BF.

Opacity

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

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

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

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

This text has shadow with #BEC7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC7BF.

Preview

Color preview on black background

This text has color #BEC7BF on black background.


Color preview on white background

This text has color #BEC7BF on white background.


Black color preview on #BEC7BF background

This text has black color on #BEC7BF background.


White color preview on #BEC7BF background

This text has white color on #BEC7BF background.


Related colors

Complementary color

Complementary color for #hex is #413840.


I love getcolorcode.com

Triadic colors

1 #BFBEC7 and #C7BFBE with #BEC7BF are triadic colors.

2 #BFC7BE and #C7BEBF with #BEC7BF are triadic colors.