COLOR #BEA6D1

HEX: #BEA6D1
RGB: (190,166,209)

Renk bilgisi

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

RGB renk modeli

#BEA6D1 color RGB value is (190,166,209).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 166 of 255 = 65%
B 209 of 255 = 82%

190
166
209

R + G + B ~ 74%. #BEA6D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 166 + 209 = 565 (100%)
R 190 of 565 ~ 33.63%
G 166 of 565 ~ 29.38%
B 209 of 565 ~ 36.99%

%33.63
%29.38
%36.99

CMYK RENK MODELİ

#BEA6D1 rengi CMYK tonu (9,21,0,18).

  • camgöbeği tonu 9.09%
  • eflatun tonu 20.57%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(9,21,0,18)
C9M21Y0K18 
(9%,21%,0%,18%)
(0.09/0.21/0.00/0.18)	

CMYK yüzdeleri

%9.09
%20.57
%0
%18.04

Codes

Color #BEA6D1 in popluar color models

BEA6D1
RGB190166209
HSL273°31.85%73.53%
HSB/HSV273°20.57%81.96%
CMYK9.09%20.57%0.00%
18.04%

Color #BEA6D1 in popluar number systems.

HEXBEA6D1
Decimal190166209
Binary101111101010011011010001
Octal276246321

Shades and tints

Shades of #BEA6D1

#BEA6D1
(190,166,209)
#AD97BE
(173,151,190)
#9C88AB
(156,136,171)
#8B7998
(139,121,152)
#7A6A85
(122,106,133)
#695B72
(105,91,114)
#584C5F
(88,76,95)
#473D4C
(71,61,76)
#362E39
(54,46,57)
#251F26
(37,31,38)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #BEA6D1

#BEA6D1
(190,166,209)
#C3AED5
(195,174,213)
#C8B6D9
(200,182,217)
#CDBEDD
(205,190,221)
#D2C6E1
(210,198,225)
#D7CEE5
(215,206,229)
#DCD6E9
(220,214,233)
#E1DEED
(225,222,237)
#E6E6F1
(230,230,241)
#EBEEF5
(235,238,245)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA6D1; }

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

This text font color is #BEA6D1.


Background Color

.myBgColor { background-color: #BEA6D1; }

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

This div background color is #BEA6D1.


Border color

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

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

This div border color is #BEA6D1.


Opacity

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

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

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

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

This text has shadow with #BEA6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA6D1 on black background.


Color preview on white background

This text has color #BEA6D1 on white background.



Black color preview on #BEA6D1 background

This text has black color on #BEA6D1 background.


White color preview on #BEA6D1 background

This text has white color on #BEA6D1 background.