COLOR #BEB8CB

HEX: #BEB8CB RGB: (190,184,203)

Color info

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

RGB color model

#BEB8CB color RGB value is (190,184,203).

RGB: (190,184,203) (75%, 72%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 203 of 255 = 80%

190
184
203

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

Portions of RGB colors in percentages

R + G + B = 190 + 184 + 203 = 577 (100%)
R 190 of 577 ~ 32.93%
G 184 of 577 ~ 31.89%
B 203 of 577 ~ 35.18'%

%32.93
%31.89
%35.18

CMYK color model

#BEB8CB color CMYK value is (6,9,0,20).

  • cyan value is 6.40%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (6,9,0,20)
C6M9Y0K20 (6%, 9%, 0%, 20%)
(0.06 / 0.09 / 0.00 / 0.20)

CMYK percentages

%6.4
%9.36
%0
%20.39

Codes

Color #BEB8CB in popluar color models

BE B8 CB
RGB 190 184 203
HSL 259° 15.45% 75.88%
HSB/HSV 259° 9.36% 79.61%
CMYK 6.40% 9.36% 0.00%
20.39%

Color #BEB8CB in popluar number systems.

HEX BE B8 CB
Decimal 190 184 203
Binary 10111110 10111000 11001011
Octal 276 270 313

Shades and tints

Shades of #BEB8CB

#BEB8CB
(190,184,203)
#ADA8B9
(173,168,185)
#9C98A7
(156,152,167)
#8B8895
(139,136,149)
#7A7883
(122,120,131)
#696871
(105,104,113)
#58585F
(88,88,95)
#47484D
(71,72,77)
#36383B
(54,56,59)
#252829
(37,40,41)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #BEB8CB

#BEB8CB
(190,184,203)
#C3BECF
(195,190,207)
#C8C4D3
(200,196,211)
#CDCAD7
(205,202,215)
#D2D0DB
(210,208,219)
#D7D6DF
(215,214,223)
#DCDCE3
(220,220,227)
#E1E2E7
(225,226,231)
#E6E8EB
(230,232,235)
#EBEEEF
(235,238,239)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB8CB; }

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

This text font color is #BEB8CB.

Background Color

.myBgColor { background-color: #BEB8CB; }

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

This div background color is #BEB8CB.

Border color

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

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

This div border color is #BEB8CB.

Opacity

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

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

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

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

This text has shadow with #BEB8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB8CB.

Preview

Color preview on black background

This text has color #BEB8CB on black background.


Color preview on white background

This text has color #BEB8CB on white background.


Black color preview on #BEB8CB background

This text has black color on #BEB8CB background.


White color preview on #BEB8CB background

This text has white color on #BEB8CB background.


Related colors

Complementary color

Complementary color for #hex is #414734.


I love getcolorcode.com

Triadic colors

1 #CBBEB8 and #B8CBBE with #BEB8CB are triadic colors.

2 #CBB8BE and #B8BECB with #BEB8CB are triadic colors.