COLOR #BEB7D1

HEX: #BEB7D1 RGB: (190,183,209)

Color info

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

RGB color model

#BEB7D1 color RGB value is (190,183,209).

RGB: (190,183,209) (75%, 72%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 209 of 255 = 82%

190
183
209

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

Portions of RGB colors in percentages

R + G + B = 190 + 183 + 209 = 582 (100%)
R 190 of 582 ~ 32.65%
G 183 of 582 ~ 31.44%
B 209 of 582 ~ 35.91'%

%32.65
%31.44
%35.91

CMYK color model

#BEB7D1 color CMYK value is (9,12,0,18).

  • cyan value is 9.09%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (9,12,0,18)
C9M12Y0K18 (9%, 12%, 0%, 18%)
(0.09 / 0.12 / 0.00 / 0.18)

CMYK percentages

%9.09
%12.44
%0
%18.04

Codes

Color #BEB7D1 in popluar color models

BE B7 D1
RGB 190 183 209
HSL 256° 22.03% 76.86%
HSB/HSV 256° 12.44% 81.96%
CMYK 9.09% 12.44% 0.00%
18.04%

Color #BEB7D1 in popluar number systems.

HEX BE B7 D1
Decimal 190 183 209
Binary 10111110 10110111 11010001
Octal 276 267 321

Shades and tints

Shades of #BEB7D1

#BEB7D1
(190,183,209)
#ADA7BE
(173,167,190)
#9C97AB
(156,151,171)
#8B8798
(139,135,152)
#7A7785
(122,119,133)
#696772
(105,103,114)
#58575F
(88,87,95)
#47474C
(71,71,76)
#363739
(54,55,57)
#252726
(37,39,38)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BEB7D1

#BEB7D1
(190,183,209)
#C3BDD5
(195,189,213)
#C8C3D9
(200,195,217)
#CDC9DD
(205,201,221)
#D2CFE1
(210,207,225)
#D7D5E5
(215,213,229)
#DCDBE9
(220,219,233)
#E1E1ED
(225,225,237)
#E6E7F1
(230,231,241)
#EBEDF5
(235,237,245)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7D1; }

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

This text font color is #BEB7D1.

Background Color

.myBgColor { background-color: #BEB7D1; }

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

This div background color is #BEB7D1.

Border color

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

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

This div border color is #BEB7D1.

Opacity

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

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

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

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

This text has shadow with #BEB7D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB7D1.

Preview

Color preview on black background

This text has color #BEB7D1 on black background.


Color preview on white background

This text has color #BEB7D1 on white background.


Black color preview on #BEB7D1 background

This text has black color on #BEB7D1 background.


White color preview on #BEB7D1 background

This text has white color on #BEB7D1 background.


Related colors

Complementary color

Complementary color for #hex is #41482E.


I love getcolorcode.com

Triadic colors

1 #D1BEB7 and #B7D1BE with #BEB7D1 are triadic colors.

2 #D1B7BE and #B7BED1 with #BEB7D1 are triadic colors.