COLOR #BEB7DA

HEX: #BEB7DA
RGB: (190,183,218)

Renk bilgisi

#BEB7DA contains red, green and blue colors in about the same proportion. #BEB7DA ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#BEB7DA color RGB value is (190,183,218).

  • kırmız ton 190;
  • yeşil ton 183;
  • mavi ton 218.
RGB:
(190,183,218)
(75%,72%,85%)

RGB bağlantıları ve doygunluk

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

190
183
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 183 + 218 = 591 (100%)
R 190 of 591 ~ 32.15%
G 183 of 591 ~ 30.96%
B 218 of 591 ~ 36.89%

%32.15
%30.96
%36.89

CMYK RENK MODELİ

#BEB7DA rengi CMYK tonu (13,16,0,15).

  • camgöbeği tonu 12.84%
  • eflatun tonu 16.06%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(13,16,0,15)
C13M16Y0K15 
(13%,16%,0%,15%)
(0.13/0.16/0.00/0.15)	

CMYK yüzdeleri

%12.84
%16.06
%0
%14.51

Codes

Color #BEB7DA in popluar color models

BEB7DA
RGB190183218
HSL252°32.11%78.63%
HSB/HSV252°16.06%85.49%
CMYK12.84%16.06%0.00%
14.51%

Color #BEB7DA in popluar number systems.

HEXBEB7DA
Decimal190183218
Binary101111101011011111011010
Octal276267332

Shades and tints

Shades of #BEB7DA

#BEB7DA
(190,183,218)
#ADA7C7
(173,167,199)
#9C97B4
(156,151,180)
#8B87A1
(139,135,161)
#7A778E
(122,119,142)
#69677B
(105,103,123)
#585768
(88,87,104)
#474755
(71,71,85)
#363742
(54,55,66)
#25272F
(37,39,47)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #BEB7DA

#BEB7DA
(190,183,218)
#C3BDDD
(195,189,221)
#C8C3E0
(200,195,224)
#CDC9E3
(205,201,227)
#D2CFE6
(210,207,230)
#D7D5E9
(215,213,233)
#DCDBEC
(220,219,236)
#E1E1EF
(225,225,239)
#E6E7F2
(230,231,242)
#EBEDF5
(235,237,245)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7DA; }

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

This text font color is #BEB7DA.


Background Color

.myBgColor { background-color: #BEB7DA; }

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

This div background color is #BEB7DA.


Border color

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

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

This div border color is #BEB7DA.


Opacity

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

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

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

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

This text has shadow with #BEB7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB7DA on black background.


Color preview on white background

This text has color #BEB7DA on white background.



Black color preview on #BEB7DA background

This text has black color on #BEB7DA background.


White color preview on #BEB7DA background

This text has white color on #BEB7DA background.