COLOR #BEAFA0

HEX: #BEAFA0
RGB: (190,175,160)

Renk bilgisi

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

RGB renk modeli

#BEAFA0 color RGB value is (190,175,160).

  • kırmız ton 190;
  • yeşil ton 175;
  • mavi ton 160.
RGB:
(190,175,160)
(75%,69%,63%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 175 of 255 = 69%
B 160 of 255 = 63%

190
175
160

R + G + B ~ 69%. #BEAFA0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 175 + 160 = 525 (100%)
R 190 of 525 ~ 36.19%
G 175 of 525 ~ 33.33%
B 160 of 525 ~ 30.48%

%36.19
%33.33
%30.48

CMYK RENK MODELİ

#BEAFA0 rengi CMYK tonu (0,8,16,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.89%
  • sarı tonu 15.79%
  • ana renk tonu 25.49%
CMYK:
(0,8,16,25)
C0M8Y16K25 
(0%,8%,16%,25%)
(0.00/0.08/0.16/0.25)	

CMYK yüzdeleri

%0
%7.89
%15.79
%25.49

Codes

Color #BEAFA0 in popluar color models

BEAFA0
RGB190175160
HSL30°18.75%68.63%
HSB/HSV30°15.79%74.51%
CMYK0.00%7.89%15.79%
25.49%

Color #BEAFA0 in popluar number systems.

HEXBEAFA0
Decimal190175160
Binary101111101010111110100000
Octal276257240

Shades and tints

Shades of #BEAFA0

#BEAFA0
(190,175,160)
#ADA092
(173,160,146)
#9C9184
(156,145,132)
#8B8276
(139,130,118)
#7A7368
(122,115,104)
#69645A
(105,100,90)
#58554C
(88,85,76)
#47463E
(71,70,62)
#363730
(54,55,48)
#252822
(37,40,34)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BEAFA0

#BEAFA0
(190,175,160)
#C3B6A8
(195,182,168)
#C8BDB0
(200,189,176)
#CDC4B8
(205,196,184)
#D2CBC0
(210,203,192)
#D7D2C8
(215,210,200)
#DCD9D0
(220,217,208)
#E1E0D8
(225,224,216)
#E6E7E0
(230,231,224)
#EBEEE8
(235,238,232)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAFA0 color. Also use rgb(190,175,160) instead hex code.

Text Font Color

.myTextColor { color: #BEAFA0; }

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

This text font color is #BEAFA0.


Background Color

.myBgColor { background-color: #BEAFA0; }

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

This div background color is #BEAFA0.


Border color

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

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

This div border color is #BEAFA0.


Opacity

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

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

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

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

This text has shadow with #BEAFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAFA0 on black background.


Color preview on white background

This text has color #BEAFA0 on white background.



Black color preview on #BEAFA0 background

This text has black color on #BEAFA0 background.


White color preview on #BEAFA0 background

This text has white color on #BEAFA0 background.