COLOR #BEA397

HEX: #BEA397
RGB: (190,163,151)

Renk bilgisi

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

RGB renk modeli

#BEA397 color RGB value is (190,163,151).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 163 of 255 = 64%
B 151 of 255 = 59%

190
163
151

R + G + B ~ 66%. #BEA397 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 163 + 151 = 504 (100%)
R 190 of 504 ~ 37.7%
G 163 of 504 ~ 32.34%
B 151 of 504 ~ 29.96%

%37.7
%32.34
%29.96

CMYK RENK MODELİ

#BEA397 rengi CMYK tonu (0,14,21,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.21%
  • sarı tonu 20.53%
  • ana renk tonu 25.49%
CMYK:
(0,14,21,25)
C0M14Y21K25 
(0%,14%,21%,25%)
(0.00/0.14/0.21/0.25)	

CMYK yüzdeleri

%0
%14.21
%20.53
%25.49

Codes

Color #BEA397 in popluar color models

BEA397
RGB190163151
HSL18°23.08%66.86%
HSB/HSV18°20.53%74.51%
CMYK0.00%14.21%20.53%
25.49%

Color #BEA397 in popluar number systems.

HEXBEA397
Decimal190163151
Binary101111101010001110010111
Octal276243227

Shades and tints

Shades of #BEA397

#BEA397
(190,163,151)
#AD958A
(173,149,138)
#9C877D
(156,135,125)
#8B7970
(139,121,112)
#7A6B63
(122,107,99)
#695D56
(105,93,86)
#584F49
(88,79,73)
#47413C
(71,65,60)
#36332F
(54,51,47)
#252522
(37,37,34)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BEA397

#BEA397
(190,163,151)
#C3ABA0
(195,171,160)
#C8B3A9
(200,179,169)
#CDBBB2
(205,187,178)
#D2C3BB
(210,195,187)
#D7CBC4
(215,203,196)
#DCD3CD
(220,211,205)
#E1DBD6
(225,219,214)
#E6E3DF
(230,227,223)
#EBEBE8
(235,235,232)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA397; }

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

This text font color is #BEA397.


Background Color

.myBgColor { background-color: #BEA397; }

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

This div background color is #BEA397.


Border color

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

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

This div border color is #BEA397.


Opacity

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

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

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

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

This text has shadow with #BEA397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA397 on black background.


Color preview on white background

This text has color #BEA397 on white background.



Black color preview on #BEA397 background

This text has black color on #BEA397 background.


White color preview on #BEA397 background

This text has white color on #BEA397 background.