COLOR #BEB5CB

HEX: #BEB5CB
RGB: (190,181,203)

Color info

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

RGB color model

#BEB5CB color RGB value is (190,181,203).

  • red value is 190;
  • green value is 181;
  • blue value is 203.
RGB:
(190,181,203)
(75%,71%,80%)

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 203 of 255 = 80%

190
181
203

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

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 203 = 574 (100%)
R 190 of 574 ~ 33.1%
G 181 of 574 ~ 31.53%
B 203 of 574 ~ 35.37%

%33.1
%31.53
%35.37

CMYK color model

#BEB5CB color CMYK value is (6,11,0,20).

  • cyan value is 6.40%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(6,11,0,20)
C6M11Y0K20 
(6%,11%,0%,20%)
(0.06/0.11/0.00/0.20)	

CMYK percentages

%6.4
%10.84
%0
%20.39

Codes

Color #BEB5CB in popluar color models

BEB5CB
RGB190181203
HSL265°17.46%75.29%
HSB/HSV265°10.84%79.61%
CMYK6.40%10.84%0.00%
20.39%

Color #BEB5CB in popluar number systems.

HEXBEB5CB
Decimal190181203
Binary101111101011010111001011
Octal276265313

Shades and tints

Shades of #BEB5CB

#BEB5CB
(190,181,203)
#ADA5B9
(173,165,185)
#9C95A7
(156,149,167)
#8B8595
(139,133,149)
#7A7583
(122,117,131)
#696571
(105,101,113)
#58555F
(88,85,95)
#47454D
(71,69,77)
#36353B
(54,53,59)
#252529
(37,37,41)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BEB5CB

#BEB5CB
(190,181,203)
#C3BBCF
(195,187,207)
#C8C1D3
(200,193,211)
#CDC7D7
(205,199,215)
#D2CDDB
(210,205,219)
#D7D3DF
(215,211,223)
#DCD9E3
(220,217,227)
#E1DFE7
(225,223,231)
#E6E5EB
(230,229,235)
#EBEBEF
(235,235,239)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB5CB; }

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

This text font color is #BEB5CB.


Background Color

.myBgColor { background-color: #BEB5CB; }

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

This div background color is #BEB5CB.


Border color

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

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

This div border color is #BEB5CB.


Opacity

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

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

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

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

This text has shadow with #BEB5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5CB on black background.


Color preview on white background

This text has color #BEB5CB on white background.



Black color preview on #BEB5CB background

This text has black color on #BEB5CB background.


White color preview on #BEB5CB background

This text has white color on #BEB5CB background.