COLOR #BEB6DA

HEX: #BEB6DA
RGB: (190,182,218)

Renk bilgisi

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

RGB renk modeli

#BEB6DA color RGB value is (190,182,218).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 182 of 255 = 71%
B 218 of 255 = 85%

190
182
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 182 + 218 = 590 (100%)
R 190 of 590 ~ 32.2%
G 182 of 590 ~ 30.85%
B 218 of 590 ~ 36.95%

%32.2
%30.85
%36.95

CMYK RENK MODELİ

#BEB6DA rengi CMYK tonu (13,17,0,15).

  • camgöbeği tonu 12.84%
  • eflatun tonu 16.51%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(13,17,0,15)
C13M17Y0K15 
(13%,17%,0%,15%)
(0.13/0.17/0.00/0.15)	

CMYK yüzdeleri

%12.84
%16.51
%0
%14.51

Codes

Color #BEB6DA in popluar color models

BEB6DA
RGB190182218
HSL253°32.73%78.43%
HSB/HSV253°16.51%85.49%
CMYK12.84%16.51%0.00%
14.51%

Color #BEB6DA in popluar number systems.

HEXBEB6DA
Decimal190182218
Binary101111101011011011011010
Octal276266332

Shades and tints

Shades of #BEB6DA

#BEB6DA
(190,182,218)
#ADA6C7
(173,166,199)
#9C96B4
(156,150,180)
#8B86A1
(139,134,161)
#7A768E
(122,118,142)
#69667B
(105,102,123)
#585668
(88,86,104)
#474655
(71,70,85)
#363642
(54,54,66)
#25262F
(37,38,47)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #BEB6DA

#BEB6DA
(190,182,218)
#C3BCDD
(195,188,221)
#C8C2E0
(200,194,224)
#CDC8E3
(205,200,227)
#D2CEE6
(210,206,230)
#D7D4E9
(215,212,233)
#DCDAEC
(220,218,236)
#E1E0EF
(225,224,239)
#E6E6F2
(230,230,242)
#EBECF5
(235,236,245)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB6DA; }

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

This text font color is #BEB6DA.


Background Color

.myBgColor { background-color: #BEB6DA; }

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

This div background color is #BEB6DA.


Border color

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

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

This div border color is #BEB6DA.


Opacity

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

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

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

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

This text has shadow with #BEB6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB6DA on black background.


Color preview on white background

This text has color #BEB6DA on white background.



Black color preview on #BEB6DA background

This text has black color on #BEB6DA background.


White color preview on #BEB6DA background

This text has white color on #BEB6DA background.