COLOR #BEBED3

HEX: #BEBED3 RGB: (190,190,211)

Color info

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

RGB color model

#BEBED3 color RGB value is (190,190,211).

RGB: (190,190,211) (75%, 75%, 83%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 211 of 255 = 83%

190
190
211

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

Portions of RGB colors in percentages

R + G + B = 190 + 190 + 211 = 591 (100%)
R 190 of 591 ~ 32.15%
G 190 of 591 ~ 32.15%
B 211 of 591 ~ 35.7'%

%32.15
%32.15
%35.7

CMYK color model

#BEBED3 color CMYK value is (10,10,0,17).

  • cyan value is 9.95%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (10,10,0,17)
C10M10Y0K17 (10%, 10%, 0%, 17%)
(0.10 / 0.10 / 0.00 / 0.17)

CMYK percentages

%9.95
%9.95
%0
%17.25

Codes

Color #BEBED3 in popluar color models

BE BE D3
RGB 190 190 211
HSL 240° 19.27% 78.63%
HSB/HSV 240° 9.95% 82.75%
CMYK 9.95% 9.95% 0.00%
17.25%

Color #BEBED3 in popluar number systems.

HEX BE BE D3
Decimal 190 190 211
Binary 10111110 10111110 11010011
Octal 276 276 323

Shades and tints

Shades of #BEBED3

#BEBED3
(190,190,211)
#ADADC0
(173,173,192)
#9C9CAD
(156,156,173)
#8B8B9A
(139,139,154)
#7A7A87
(122,122,135)
#696974
(105,105,116)
#585861
(88,88,97)
#47474E
(71,71,78)
#36363B
(54,54,59)
#252528
(37,37,40)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #BEBED3

#BEBED3
(190,190,211)
#C3C3D7
(195,195,215)
#C8C8DB
(200,200,219)
#CDCDDF
(205,205,223)
#D2D2E3
(210,210,227)
#D7D7E7
(215,215,231)
#DCDCEB
(220,220,235)
#E1E1EF
(225,225,239)
#E6E6F3
(230,230,243)
#EBEBF7
(235,235,247)
#F0F0FB
(240,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBED3; }

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

This text font color is #BEBED3.

Background Color

.myBgColor { background-color: #BEBED3; }

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

This div background color is #BEBED3.

Border color

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

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

This div border color is #BEBED3.

Opacity

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

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

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

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

This text has shadow with #BEBED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBED3.

Preview

Color preview on black background

This text has color #BEBED3 on black background.


Color preview on white background

This text has color #BEBED3 on white background.


Black color preview on #BEBED3 background

This text has black color on #BEBED3 background.


White color preview on #BEBED3 background

This text has white color on #BEBED3 background.


Related colors

Complementary color

Complementary color for #hex is #41412C.


I love getcolorcode.com