COLOR #BEA9EF

HEX: #BEA9EF
RGB: (190,169,239)

Renk bilgisi

#BEA9EF contains mainly red and blue colors. #BEA9EF ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#BEA9EF color RGB value is (190,169,239).

  • kırmız ton 190;
  • yeşil ton 169;
  • mavi ton 239.
RGB:
(190,169,239)
(75%,66%,94%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 169 of 255 = 66%
B 239 of 255 = 94%

190
169
239

R + G + B ~ 78%. #BEA9EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 169 + 239 = 598 (100%)
R 190 of 598 ~ 31.77%
G 169 of 598 ~ 28.26%
B 239 of 598 ~ 39.97%

%31.77
%28.26
%39.97

CMYK RENK MODELİ

#BEA9EF rengi CMYK tonu (21,29,0,6).

  • camgöbeği tonu 20.50%
  • eflatun tonu 29.29%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(21,29,0,6)
C21M29Y0K6 
(21%,29%,0%,6%)
(0.21/0.29/0.00/0.06)	

CMYK yüzdeleri

%20.5
%29.29
%0
%6.27

Codes

Color #BEA9EF in popluar color models

BEA9EF
RGB190169239
HSL258°68.63%80.00%
HSB/HSV258°29.29%93.73%
CMYK20.50%29.29%0.00%
6.27%

Color #BEA9EF in popluar number systems.

HEXBEA9EF
Decimal190169239
Binary101111101010100111101111
Octal276251357

Shades and tints

Shades of #BEA9EF

#BEA9EF
(190,169,239)
#AD9ADA
(173,154,218)
#9C8BC5
(156,139,197)
#8B7CB0
(139,124,176)
#7A6D9B
(122,109,155)
#695E86
(105,94,134)
#584F71
(88,79,113)
#47405C
(71,64,92)
#363147
(54,49,71)
#252232
(37,34,50)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #BEA9EF

#BEA9EF
(190,169,239)
#C3B0F0
(195,176,240)
#C8B7F1
(200,183,241)
#CDBEF2
(205,190,242)
#D2C5F3
(210,197,243)
#D7CCF4
(215,204,244)
#DCD3F5
(220,211,245)
#E1DAF6
(225,218,246)
#E6E1F7
(230,225,247)
#EBE8F8
(235,232,248)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA9EF color. Also use rgb(190,169,239) instead hex code.

Text Font Color

.myTextColor { color: #BEA9EF; }

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

This text font color is #BEA9EF.


Background Color

.myBgColor { background-color: #BEA9EF; }

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

This div background color is #BEA9EF.


Border color

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

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

This div border color is #BEA9EF.


Opacity

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

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

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

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

This text has shadow with #BEA9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA9EF on black background.


Color preview on white background

This text has color #BEA9EF on white background.



Black color preview on #BEA9EF background

This text has black color on #BEA9EF background.


White color preview on #BEA9EF background

This text has white color on #BEA9EF background.