COLOR #BEA6DE

HEX: #BEA6DE
RGB: (190,166,222)

Renk bilgisi

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

RGB renk modeli

#BEA6DE color RGB value is (190,166,222).

  • kırmız ton 190;
  • yeşil ton 166;
  • mavi ton 222.
RGB:
(190,166,222)
(75%,65%,87%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 166 of 255 = 65%
B 222 of 255 = 87%

190
166
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 166 + 222 = 578 (100%)
R 190 of 578 ~ 32.87%
G 166 of 578 ~ 28.72%
B 222 of 578 ~ 38.41%

%32.87
%28.72
%38.41

CMYK RENK MODELİ

#BEA6DE rengi CMYK tonu (14,25,0,13).

  • camgöbeği tonu 14.41%
  • eflatun tonu 25.23%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(14,25,0,13)
C14M25Y0K13 
(14%,25%,0%,13%)
(0.14/0.25/0.00/0.13)	

CMYK yüzdeleri

%14.41
%25.23
%0
%12.94

Codes

Color #BEA6DE in popluar color models

BEA6DE
RGB190166222
HSL266°45.90%76.08%
HSB/HSV266°25.23%87.06%
CMYK14.41%25.23%0.00%
12.94%

Color #BEA6DE in popluar number systems.

HEXBEA6DE
Decimal190166222
Binary101111101010011011011110
Octal276246336

Shades and tints

Shades of #BEA6DE

#BEA6DE
(190,166,222)
#AD97CA
(173,151,202)
#9C88B6
(156,136,182)
#8B79A2
(139,121,162)
#7A6A8E
(122,106,142)
#695B7A
(105,91,122)
#584C66
(88,76,102)
#473D52
(71,61,82)
#362E3E
(54,46,62)
#251F2A
(37,31,42)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #BEA6DE

#BEA6DE
(190,166,222)
#C3AEE1
(195,174,225)
#C8B6E4
(200,182,228)
#CDBEE7
(205,190,231)
#D2C6EA
(210,198,234)
#D7CEED
(215,206,237)
#DCD6F0
(220,214,240)
#E1DEF3
(225,222,243)
#E6E6F6
(230,230,246)
#EBEEF9
(235,238,249)
#F0F6FC
(240,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA6DE color. Also use rgb(190,166,222) instead hex code.

Text Font Color

.myTextColor { color: #BEA6DE; }

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

This text font color is #BEA6DE.


Background Color

.myBgColor { background-color: #BEA6DE; }

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

This div background color is #BEA6DE.


Border color

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

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

This div border color is #BEA6DE.


Opacity

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

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

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

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

This text has shadow with #BEA6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA6DE on black background.


Color preview on white background

This text has color #BEA6DE on white background.



Black color preview on #BEA6DE background

This text has black color on #BEA6DE background.


White color preview on #BEA6DE background

This text has white color on #BEA6DE background.