COLOR #BEA3C7

HEX: #BEA3C7
RGB: (190,163,199)

Renk bilgisi

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

RGB renk modeli

#BEA3C7 color RGB value is (190,163,199).

  • kırmız ton 190;
  • yeşil ton 163;
  • mavi ton 199.
RGB:
(190,163,199)
(75%,64%,78%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 163 of 255 = 64%
B 199 of 255 = 78%

190
163
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 163 + 199 = 552 (100%)
R 190 of 552 ~ 34.42%
G 163 of 552 ~ 29.53%
B 199 of 552 ~ 36.05%

%34.42
%29.53
%36.05

CMYK RENK MODELİ

#BEA3C7 rengi CMYK tonu (5,18,0,22).

  • camgöbeği tonu 4.52%
  • eflatun tonu 18.09%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(5,18,0,22)
C5M18Y0K22 
(5%,18%,0%,22%)
(0.05/0.18/0.00/0.22)	

CMYK yüzdeleri

%4.52
%18.09
%0
%21.96

Codes

Color #BEA3C7 in popluar color models

BEA3C7
RGB190163199
HSL285°24.32%70.98%
HSB/HSV285°18.09%78.04%
CMYK4.52%18.09%0.00%
21.96%

Color #BEA3C7 in popluar number systems.

HEXBEA3C7
Decimal190163199
Binary101111101010001111000111
Octal276243307

Shades and tints

Shades of #BEA3C7

#BEA3C7
(190,163,199)
#AD95B5
(173,149,181)
#9C87A3
(156,135,163)
#8B7991
(139,121,145)
#7A6B7F
(122,107,127)
#695D6D
(105,93,109)
#584F5B
(88,79,91)
#474149
(71,65,73)
#363337
(54,51,55)
#252525
(37,37,37)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BEA3C7

#BEA3C7
(190,163,199)
#C3ABCC
(195,171,204)
#C8B3D1
(200,179,209)
#CDBBD6
(205,187,214)
#D2C3DB
(210,195,219)
#D7CBE0
(215,203,224)
#DCD3E5
(220,211,229)
#E1DBEA
(225,219,234)
#E6E3EF
(230,227,239)
#EBEBF4
(235,235,244)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA3C7 color. Also use rgb(190,163,199) instead hex code.

Text Font Color

.myTextColor { color: #BEA3C7; }

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

This text font color is #BEA3C7.


Background Color

.myBgColor { background-color: #BEA3C7; }

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

This div background color is #BEA3C7.


Border color

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

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

This div border color is #BEA3C7.


Opacity

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

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

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

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

This text has shadow with #BEA3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA3C7 on black background.


Color preview on white background

This text has color #BEA3C7 on white background.



Black color preview on #BEA3C7 background

This text has black color on #BEA3C7 background.


White color preview on #BEA3C7 background

This text has white color on #BEA3C7 background.