COLOR #BEAAEF

HEX: #BEAAEF
RGB: (190,170,239)

Renk bilgisi

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

RGB renk modeli

#BEAAEF color RGB value is (190,170,239).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 170 of 255 = 67%
B 239 of 255 = 94%

190
170
239

R + G + B ~ 79%. #BEAAEF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 170 + 239 = 599 (100%)
R 190 of 599 ~ 31.72%
G 170 of 599 ~ 28.38%
B 239 of 599 ~ 39.9%

%31.72
%28.38
%39.9

CMYK RENK MODELİ

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

  • camgöbeği tonu 20.50%
  • eflatun tonu 28.87%
  • 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
%28.87
%0
%6.27

Codes

Color #BEAAEF in popluar color models

BEAAEF
RGB190170239
HSL257°68.32%80.20%
HSB/HSV257°28.87%93.73%
CMYK20.50%28.87%0.00%
6.27%

Color #BEAAEF in popluar number systems.

HEXBEAAEF
Decimal190170239
Binary101111101010101011101111
Octal276252357

Shades and tints

Shades of #BEAAEF

#BEAAEF
(190,170,239)
#AD9BDA
(173,155,218)
#9C8CC5
(156,140,197)
#8B7DB0
(139,125,176)
#7A6E9B
(122,110,155)
#695F86
(105,95,134)
#585071
(88,80,113)
#47415C
(71,65,92)
#363247
(54,50,71)
#252332
(37,35,50)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #BEAAEF

#BEAAEF
(190,170,239)
#C3B1F0
(195,177,240)
#C8B8F1
(200,184,241)
#CDBFF2
(205,191,242)
#D2C6F3
(210,198,243)
#D7CDF4
(215,205,244)
#DCD4F5
(220,212,245)
#E1DBF6
(225,219,246)
#E6E2F7
(230,226,247)
#EBE9F8
(235,233,248)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAAEF; }

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

This text font color is #BEAAEF.


Background Color

.myBgColor { background-color: #BEAAEF; }

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

This div background color is #BEAAEF.


Border color

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

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

This div border color is #BEAAEF.


Opacity

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

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

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

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

This text has shadow with #BEAAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAAEF on black background.


Color preview on white background

This text has color #BEAAEF on white background.



Black color preview on #BEAAEF background

This text has black color on #BEAAEF background.


White color preview on #BEAAEF background

This text has white color on #BEAAEF background.