COLOR #BEA9E0

HEX: #BEA9E0
RGB: (190,169,224)

Renk bilgisi

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

RGB renk modeli

#BEA9E0 color RGB value is (190,169,224).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 169 of 255 = 66%
B 224 of 255 = 88%

190
169
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 169 + 224 = 583 (100%)
R 190 of 583 ~ 32.59%
G 169 of 583 ~ 28.99%
B 224 of 583 ~ 38.42%

%32.59
%28.99
%38.42

CMYK RENK MODELİ

#BEA9E0 rengi CMYK tonu (15,25,0,12).

  • camgöbeği tonu 15.18%
  • eflatun tonu 24.55%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(15,25,0,12)
C15M25Y0K12 
(15%,25%,0%,12%)
(0.15/0.25/0.00/0.12)	

CMYK yüzdeleri

%15.18
%24.55
%0
%12.16

Codes

Color #BEA9E0 in popluar color models

BEA9E0
RGB190169224
HSL263°47.01%77.06%
HSB/HSV263°24.55%87.84%
CMYK15.18%24.55%0.00%
12.16%

Color #BEA9E0 in popluar number systems.

HEXBEA9E0
Decimal190169224
Binary101111101010100111100000
Octal276251340

Shades and tints

Shades of #BEA9E0

#BEA9E0
(190,169,224)
#AD9ACC
(173,154,204)
#9C8BB8
(156,139,184)
#8B7CA4
(139,124,164)
#7A6D90
(122,109,144)
#695E7C
(105,94,124)
#584F68
(88,79,104)
#474054
(71,64,84)
#363140
(54,49,64)
#25222C
(37,34,44)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #BEA9E0

#BEA9E0
(190,169,224)
#C3B0E2
(195,176,226)
#C8B7E4
(200,183,228)
#CDBEE6
(205,190,230)
#D2C5E8
(210,197,232)
#D7CCEA
(215,204,234)
#DCD3EC
(220,211,236)
#E1DAEE
(225,218,238)
#E6E1F0
(230,225,240)
#EBE8F2
(235,232,242)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA9E0; }

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

This text font color is #BEA9E0.


Background Color

.myBgColor { background-color: #BEA9E0; }

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

This div background color is #BEA9E0.


Border color

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

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

This div border color is #BEA9E0.


Opacity

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

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

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

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

This text has shadow with #BEA9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA9E0 on black background.


Color preview on white background

This text has color #BEA9E0 on white background.



Black color preview on #BEA9E0 background

This text has black color on #BEA9E0 background.


White color preview on #BEA9E0 background

This text has white color on #BEA9E0 background.