COLOR #BEA5C1

HEX: #BEA5C1
RGB: (190,165,193)

Renk bilgisi

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

RGB renk modeli

#BEA5C1 color RGB value is (190,165,193).

  • kırmız ton 190;
  • yeşil ton 165;
  • mavi ton 193.
RGB:
(190,165,193)
(75%,65%,76%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 165 of 255 = 65%
B 193 of 255 = 76%

190
165
193

R + G + B ~ 72%. #BEA5C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 165 + 193 = 548 (100%)
R 190 of 548 ~ 34.67%
G 165 of 548 ~ 30.11%
B 193 of 548 ~ 35.22%

%34.67
%30.11
%35.22

CMYK RENK MODELİ

#BEA5C1 rengi CMYK tonu (2,15,0,24).

  • camgöbeği tonu 1.55%
  • eflatun tonu 14.51%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(2,15,0,24)
C2M15Y0K24 
(2%,15%,0%,24%)
(0.02/0.15/0.00/0.24)	

CMYK yüzdeleri

%1.55
%14.51
%0
%24.31

Codes

Color #BEA5C1 in popluar color models

BEA5C1
RGB190165193
HSL294°18.42%70.20%
HSB/HSV294°14.51%75.69%
CMYK1.55%14.51%0.00%
24.31%

Color #BEA5C1 in popluar number systems.

HEXBEA5C1
Decimal190165193
Binary101111101010010111000001
Octal276245301

Shades and tints

Shades of #BEA5C1

#BEA5C1
(190,165,193)
#AD96B0
(173,150,176)
#9C879F
(156,135,159)
#8B788E
(139,120,142)
#7A697D
(122,105,125)
#695A6C
(105,90,108)
#584B5B
(88,75,91)
#473C4A
(71,60,74)
#362D39
(54,45,57)
#251E28
(37,30,40)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #BEA5C1

#BEA5C1
(190,165,193)
#C3ADC6
(195,173,198)
#C8B5CB
(200,181,203)
#CDBDD0
(205,189,208)
#D2C5D5
(210,197,213)
#D7CDDA
(215,205,218)
#DCD5DF
(220,213,223)
#E1DDE4
(225,221,228)
#E6E5E9
(230,229,233)
#EBEDEE
(235,237,238)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA5C1 color. Also use rgb(190,165,193) instead hex code.

Text Font Color

.myTextColor { color: #BEA5C1; }

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

This text font color is #BEA5C1.


Background Color

.myBgColor { background-color: #BEA5C1; }

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

This div background color is #BEA5C1.


Border color

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

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

This div border color is #BEA5C1.


Opacity

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

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

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

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

This text has shadow with #BEA5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA5C1 on black background.


Color preview on white background

This text has color #BEA5C1 on white background.



Black color preview on #BEA5C1 background

This text has black color on #BEA5C1 background.


White color preview on #BEA5C1 background

This text has white color on #BEA5C1 background.