COLOR #BEA7A3

HEX: #BEA7A3
RGB: (190,167,163)

Renk bilgisi

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

RGB renk modeli

#BEA7A3 color RGB value is (190,167,163).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 167 of 255 = 65%
B 163 of 255 = 64%

190
167
163

R + G + B ~ 68%. #BEA7A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 167 + 163 = 520 (100%)
R 190 of 520 ~ 36.54%
G 167 of 520 ~ 32.12%
B 163 of 520 ~ 31.35%

%36.54
%32.12
%31.35

CMYK RENK MODELİ

#BEA7A3 rengi CMYK tonu (0,12,14,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.11%
  • sarı tonu 14.21%
  • ana renk tonu 25.49%
CMYK:
(0,12,14,25)
C0M12Y14K25 
(0%,12%,14%,25%)
(0.00/0.12/0.14/0.25)	

CMYK yüzdeleri

%0
%12.11
%14.21
%25.49

Codes

Color #BEA7A3 in popluar color models

BEA7A3
RGB190167163
HSL17.20%69.22%
HSB/HSV14.21%74.51%
CMYK0.00%12.11%14.21%
25.49%

Color #BEA7A3 in popluar number systems.

HEXBEA7A3
Decimal190167163
Binary101111101010011110100011
Octal276247243

Shades and tints

Shades of #BEA7A3

#BEA7A3
(190,167,163)
#AD9895
(173,152,149)
#9C8987
(156,137,135)
#8B7A79
(139,122,121)
#7A6B6B
(122,107,107)
#695C5D
(105,92,93)
#584D4F
(88,77,79)
#473E41
(71,62,65)
#362F33
(54,47,51)
#252025
(37,32,37)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #BEA7A3

#BEA7A3
(190,167,163)
#C3AFAB
(195,175,171)
#C8B7B3
(200,183,179)
#CDBFBB
(205,191,187)
#D2C7C3
(210,199,195)
#D7CFCB
(215,207,203)
#DCD7D3
(220,215,211)
#E1DFDB
(225,223,219)
#E6E7E3
(230,231,227)
#EBEFEB
(235,239,235)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA7A3; }

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

This text font color is #BEA7A3.


Background Color

.myBgColor { background-color: #BEA7A3; }

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

This div background color is #BEA7A3.


Border color

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

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

This div border color is #BEA7A3.


Opacity

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

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

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

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

This text has shadow with #BEA7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA7A3 on black background.


Color preview on white background

This text has color #BEA7A3 on white background.



Black color preview on #BEA7A3 background

This text has black color on #BEA7A3 background.


White color preview on #BEA7A3 background

This text has white color on #BEA7A3 background.