COLOR #BEA4DF

HEX: #BEA4DF
RGB: (190,164,223)

Renk bilgisi

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

RGB renk modeli

#BEA4DF color RGB value is (190,164,223).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 164 of 255 = 64%
B 223 of 255 = 87%

190
164
223

R + G + B ~ 75%. #BEA4DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 164 + 223 = 577 (100%)
R 190 of 577 ~ 32.93%
G 164 of 577 ~ 28.42%
B 223 of 577 ~ 38.65%

%32.93
%28.42
%38.65

CMYK RENK MODELİ

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

  • camgöbeği tonu 14.80%
  • eflatun tonu 26.46%
  • 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.46
%0
%12.55

Codes

Color #BEA4DF in popluar color models

BEA4DF
RGB190164223
HSL266°47.97%75.88%
HSB/HSV266°26.46%87.45%
CMYK14.80%26.46%0.00%
12.55%

Color #BEA4DF in popluar number systems.

HEXBEA4DF
Decimal190164223
Binary101111101010010011011111
Octal276244337

Shades and tints

Shades of #BEA4DF

#BEA4DF
(190,164,223)
#AD96CB
(173,150,203)
#9C88B7
(156,136,183)
#8B7AA3
(139,122,163)
#7A6C8F
(122,108,143)
#695E7B
(105,94,123)
#585067
(88,80,103)
#474253
(71,66,83)
#36343F
(54,52,63)
#25262B
(37,38,43)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #BEA4DF

#BEA4DF
(190,164,223)
#C3ACE1
(195,172,225)
#C8B4E3
(200,180,227)
#CDBCE5
(205,188,229)
#D2C4E7
(210,196,231)
#D7CCE9
(215,204,233)
#DCD4EB
(220,212,235)
#E1DCED
(225,220,237)
#E6E4EF
(230,228,239)
#EBECF1
(235,236,241)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA4DF; }

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

This text font color is #BEA4DF.


Background Color

.myBgColor { background-color: #BEA4DF; }

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

This div background color is #BEA4DF.


Border color

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

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

This div border color is #BEA4DF.


Opacity

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

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

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

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

This text has shadow with #BEA4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA4DF on black background.


Color preview on white background

This text has color #BEA4DF on white background.



Black color preview on #BEA4DF background

This text has black color on #BEA4DF background.


White color preview on #BEA4DF background

This text has white color on #BEA4DF background.