COLOR #BE6AB4

HEX: #BE6AB4
RGB: (190,106,180)

Renk bilgisi

#BE6AB4 contains mainly red and blue colors. #BE6AB4 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#BE6AB4 color RGB value is (190,106,180).

  • kırmız ton 190;
  • yeşil ton 106;
  • mavi ton 180.
RGB:
(190,106,180)
(75%,42%,71%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 106 of 255 = 42%
B 180 of 255 = 71%

190
106
180

R + G + B ~ 63%. #BE6AB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 106 + 180 = 476 (100%)
R 190 of 476 ~ 39.92%
G 106 of 476 ~ 22.27%
B 180 of 476 ~ 37.82%

%39.92
%22.27
%37.82

CMYK RENK MODELİ

#BE6AB4 rengi CMYK tonu (0,44,5,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.21%
  • sarı tonu 5.26%
  • ana renk tonu 25.49%
CMYK:
(0,44,5,25)
C0M44Y5K25 
(0%,44%,5%,25%)
(0.00/0.44/0.05/0.25)	

CMYK yüzdeleri

%0
%44.21
%5.26
%25.49

Codes

Color #BE6AB4 in popluar color models

BE6AB4
RGB190106180
HSL307°39.25%58.04%
HSB/HSV307°44.21%74.51%
CMYK0.00%44.21%5.26%
25.49%

Color #BE6AB4 in popluar number systems.

HEXBE6AB4
Decimal190106180
Binary10111110110101010110100
Octal276152264

Shades and tints

Shades of #BE6AB4

#BE6AB4
(190,106,180)
#AD61A4
(173,97,164)
#9C5894
(156,88,148)
#8B4F84
(139,79,132)
#7A4674
(122,70,116)
#693D64
(105,61,100)
#583454
(88,52,84)
#472B44
(71,43,68)
#362234
(54,34,52)
#251924
(37,25,36)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #BE6AB4

#BE6AB4
(190,106,180)
#C377BA
(195,119,186)
#C884C0
(200,132,192)
#CD91C6
(205,145,198)
#D29ECC
(210,158,204)
#D7ABD2
(215,171,210)
#DCB8D8
(220,184,216)
#E1C5DE
(225,197,222)
#E6D2E4
(230,210,228)
#EBDFEA
(235,223,234)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6AB4 color. Also use rgb(190,106,180) instead hex code.

Text Font Color

.myTextColor { color: #BE6AB4; }

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

This text font color is #BE6AB4.


Background Color

.myBgColor { background-color: #BE6AB4; }

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

This div background color is #BE6AB4.


Border color

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

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

This div border color is #BE6AB4.


Opacity

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

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

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

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

This text has shadow with #BE6AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6AB4 on black background.


Color preview on white background

This text has color #BE6AB4 on white background.



Black color preview on #BE6AB4 background

This text has black color on #BE6AB4 background.


White color preview on #BE6AB4 background

This text has white color on #BE6AB4 background.