COLOR #BEB7D8

HEX: #BEB7D8 RGB: (190,183,216)

Color info

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

RGB color model

#BEB7D8 color RGB value is (190,183,216).

RGB: (190,183,216) (75%, 72%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 216 of 255 = 85%

190
183
216

R + G + B ~ 77%. #BEB7D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 183 + 216 = 589 (100%)
R 190 of 589 ~ 32.26%
G 183 of 589 ~ 31.07%
B 216 of 589 ~ 36.67'%

%32.26
%31.07
%36.67

CMYK color model

#BEB7D8 color CMYK value is (12,15,0,15).

  • cyan value is 12.04%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (12,15,0,15)
C12M15Y0K15 (12%, 15%, 0%, 15%)
(0.12 / 0.15 / 0.00 / 0.15)

CMYK percentages

%12.04
%15.28
%0
%15.29

Codes

Color #BEB7D8 in popluar color models

BE B7 D8
RGB 190 183 216
HSL 253° 29.73% 78.24%
HSB/HSV 253° 15.28% 84.71%
CMYK 12.04% 15.28% 0.00%
15.29%

Color #BEB7D8 in popluar number systems.

HEX BE B7 D8
Decimal 190 183 216
Binary 10111110 10110111 11011000
Octal 276 267 330

Shades and tints

Shades of #BEB7D8

#BEB7D8
(190,183,216)
#ADA7C5
(173,167,197)
#9C97B2
(156,151,178)
#8B879F
(139,135,159)
#7A778C
(122,119,140)
#696779
(105,103,121)
#585766
(88,87,102)
#474753
(71,71,83)
#363740
(54,55,64)
#25272D
(37,39,45)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #BEB7D8

#BEB7D8
(190,183,216)
#C3BDDB
(195,189,219)
#C8C3DE
(200,195,222)
#CDC9E1
(205,201,225)
#D2CFE4
(210,207,228)
#D7D5E7
(215,213,231)
#DCDBEA
(220,219,234)
#E1E1ED
(225,225,237)
#E6E7F0
(230,231,240)
#EBEDF3
(235,237,243)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7D8; }

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

This text font color is #BEB7D8.

Background Color

.myBgColor { background-color: #BEB7D8; }

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

This div background color is #BEB7D8.

Border color

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

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

This div border color is #BEB7D8.

Opacity

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

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

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

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

This text has shadow with #BEB7D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB7D8.

Preview

Color preview on black background

This text has color #BEB7D8 on black background.


Color preview on white background

This text has color #BEB7D8 on white background.


Black color preview on #BEB7D8 background

This text has black color on #BEB7D8 background.


White color preview on #BEB7D8 background

This text has white color on #BEB7D8 background.


Related colors

Complementary color

Complementary color for #hex is #414827.


I love getcolorcode.com

Triadic colors

1 #D8BEB7 and #B7D8BE with #BEB7D8 are triadic colors.

2 #D8B7BE and #B7BED8 with #BEB7D8 are triadic colors.