COLOR #BEBEC3

HEX: #BEBEC3
RGB: (190,190,195)

Color info

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

RGB color model

#BEBEC3 color RGB value is (190,190,195).

  • red value is 190;
  • green value is 190;
  • blue value is 195.
RGB:
(190,190,195)
(75%,75%,76%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 195 of 255 = 76%

190
190
195

R + G + B ~ 75%. #BEBEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 195 = 575 (100%)
R 190 of 575 ~ 33.04%
G 190 of 575 ~ 33.04%
B 195 of 575 ~ 33.91%

%33.04
%33.04
%33.91

CMYK color model

#BEBEC3 color CMYK value is (3,3,0,24).

  • cyan value is 2.56%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(3,3,0,24)
C3M3Y0K24 
(3%,3%,0%,24%)
(0.03/0.03/0.00/0.24)	

CMYK percentages

%2.56
%2.56
%0
%23.53

Codes

Color #BEBEC3 in popluar color models

BEBEC3
RGB190190195
HSL240°4.00%75.49%
HSB/HSV240°2.56%76.47%
CMYK2.56%2.56%0.00%
23.53%

Color #BEBEC3 in popluar number systems.

HEXBEBEC3
Decimal190190195
Binary101111101011111011000011
Octal276276303

Shades and tints

Shades of #BEBEC3

#BEBEC3
(190,190,195)
#ADADB2
(173,173,178)
#9C9CA1
(156,156,161)
#8B8B90
(139,139,144)
#7A7A7F
(122,122,127)
#69696E
(105,105,110)
#58585D
(88,88,93)
#47474C
(71,71,76)
#36363B
(54,54,59)
#25252A
(37,37,42)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #BEBEC3

#BEBEC3
(190,190,195)
#C3C3C8
(195,195,200)
#C8C8CD
(200,200,205)
#CDCDD2
(205,205,210)
#D2D2D7
(210,210,215)
#D7D7DC
(215,215,220)
#DCDCE1
(220,220,225)
#E1E1E6
(225,225,230)
#E6E6EB
(230,230,235)
#EBEBF0
(235,235,240)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEC3; }

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

This text font color is #BEBEC3.


Background Color

.myBgColor { background-color: #BEBEC3; }

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

This div background color is #BEBEC3.


Border color

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

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

This div border color is #BEBEC3.


Opacity

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

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

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

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

This text has shadow with #BEBEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBEC3 on black background.


Color preview on white background

This text has color #BEBEC3 on white background.



Black color preview on #BEBEC3 background

This text has black color on #BEBEC3 background.


White color preview on #BEBEC3 background

This text has white color on #BEBEC3 background.