COLOR #BEA5DF

HEX: #BEA5DF
RGB: (190,165,223)

Renk bilgisi

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

RGB renk modeli

#BEA5DF color RGB value is (190,165,223).

  • kırmız ton 190;
  • yeşil ton 165;
  • mavi ton 223.
RGB:
(190,165,223)
(75%,65%,87%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 165 of 255 = 65%
B 223 of 255 = 87%

190
165
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 165 + 223 = 578 (100%)
R 190 of 578 ~ 32.87%
G 165 of 578 ~ 28.55%
B 223 of 578 ~ 38.58%

%32.87
%28.55
%38.58

CMYK RENK MODELİ

#BEA5DF rengi CMYK tonu (15,26,0,13).

  • camgöbeği tonu 14.80%
  • eflatun tonu 26.01%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(15,26,0,13)
C15M26Y0K13 
(15%,26%,0%,13%)
(0.15/0.26/0.00/0.13)	

CMYK yüzdeleri

%14.8
%26.01
%0
%12.55

Codes

Color #BEA5DF in popluar color models

BEA5DF
RGB190165223
HSL266°47.54%76.08%
HSB/HSV266°26.01%87.45%
CMYK14.80%26.01%0.00%
12.55%

Color #BEA5DF in popluar number systems.

HEXBEA5DF
Decimal190165223
Binary101111101010010111011111
Octal276245337

Shades and tints

Shades of #BEA5DF

#BEA5DF
(190,165,223)
#AD96CB
(173,150,203)
#9C87B7
(156,135,183)
#8B78A3
(139,120,163)
#7A698F
(122,105,143)
#695A7B
(105,90,123)
#584B67
(88,75,103)
#473C53
(71,60,83)
#362D3F
(54,45,63)
#251E2B
(37,30,43)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #BEA5DF

#BEA5DF
(190,165,223)
#C3ADE1
(195,173,225)
#C8B5E3
(200,181,227)
#CDBDE5
(205,189,229)
#D2C5E7
(210,197,231)
#D7CDE9
(215,205,233)
#DCD5EB
(220,213,235)
#E1DDED
(225,221,237)
#E6E5EF
(230,229,239)
#EBEDF1
(235,237,241)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA5DF color. Also use rgb(190,165,223) instead hex code.

Text Font Color

.myTextColor { color: #BEA5DF; }

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

This text font color is #BEA5DF.


Background Color

.myBgColor { background-color: #BEA5DF; }

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

This div background color is #BEA5DF.


Border color

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

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

This div border color is #BEA5DF.


Opacity

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

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

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

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

This text has shadow with #BEA5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA5DF on black background.


Color preview on white background

This text has color #BEA5DF on white background.



Black color preview on #BEA5DF background

This text has black color on #BEA5DF background.


White color preview on #BEA5DF background

This text has white color on #BEA5DF background.