COLOR #BEA0DB

HEX: #BEA0DB
RGB: (190,160,219)

Renk bilgisi

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

RGB renk modeli

#BEA0DB color RGB value is (190,160,219).

  • kırmız ton 190;
  • yeşil ton 160;
  • mavi ton 219.
RGB:
(190,160,219)
(75%,63%,86%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 160 of 255 = 63%
B 219 of 255 = 86%

190
160
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 160 + 219 = 569 (100%)
R 190 of 569 ~ 33.39%
G 160 of 569 ~ 28.12%
B 219 of 569 ~ 38.49%

%33.39
%28.12
%38.49

CMYK RENK MODELİ

#BEA0DB rengi CMYK tonu (13,27,0,14).

  • camgöbeği tonu 13.24%
  • eflatun tonu 26.94%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(13,27,0,14)
C13M27Y0K14 
(13%,27%,0%,14%)
(0.13/0.27/0.00/0.14)	

CMYK yüzdeleri

%13.24
%26.94
%0
%14.12

Codes

Color #BEA0DB in popluar color models

BEA0DB
RGB190160219
HSL271°45.04%74.31%
HSB/HSV271°26.94%85.88%
CMYK13.24%26.94%0.00%
14.12%

Color #BEA0DB in popluar number systems.

HEXBEA0DB
Decimal190160219
Binary101111101010000011011011
Octal276240333

Shades and tints

Shades of #BEA0DB

#BEA0DB
(190,160,219)
#AD92C8
(173,146,200)
#9C84B5
(156,132,181)
#8B76A2
(139,118,162)
#7A688F
(122,104,143)
#695A7C
(105,90,124)
#584C69
(88,76,105)
#473E56
(71,62,86)
#363043
(54,48,67)
#252230
(37,34,48)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #BEA0DB

#BEA0DB
(190,160,219)
#C3A8DE
(195,168,222)
#C8B0E1
(200,176,225)
#CDB8E4
(205,184,228)
#D2C0E7
(210,192,231)
#D7C8EA
(215,200,234)
#DCD0ED
(220,208,237)
#E1D8F0
(225,216,240)
#E6E0F3
(230,224,243)
#EBE8F6
(235,232,246)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA0DB color. Also use rgb(190,160,219) instead hex code.

Text Font Color

.myTextColor { color: #BEA0DB; }

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

This text font color is #BEA0DB.


Background Color

.myBgColor { background-color: #BEA0DB; }

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

This div background color is #BEA0DB.


Border color

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

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

This div border color is #BEA0DB.


Opacity

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

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

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

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

This text has shadow with #BEA0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA0DB on black background.


Color preview on white background

This text has color #BEA0DB on white background.



Black color preview on #BEA0DB background

This text has black color on #BEA0DB background.


White color preview on #BEA0DB background

This text has white color on #BEA0DB background.