COLOR #BEAA97

HEX: #BEAA97
RGB: (190,170,151)

Renk bilgisi

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

RGB renk modeli

#BEAA97 color RGB value is (190,170,151).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 170 of 255 = 67%
B 151 of 255 = 59%

190
170
151

R + G + B ~ 67%. #BEAA97 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 170 + 151 = 511 (100%)
R 190 of 511 ~ 37.18%
G 170 of 511 ~ 33.27%
B 151 of 511 ~ 29.55%

%37.18
%33.27
%29.55

CMYK RENK MODELİ

#BEAA97 rengi CMYK tonu (0,11,21,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.53%
  • sarı tonu 20.53%
  • ana renk tonu 25.49%
CMYK:
(0,11,21,25)
C0M11Y21K25 
(0%,11%,21%,25%)
(0.00/0.11/0.21/0.25)	

CMYK yüzdeleri

%0
%10.53
%20.53
%25.49

Codes

Color #BEAA97 in popluar color models

BEAA97
RGB190170151
HSL29°23.08%66.86%
HSB/HSV29°20.53%74.51%
CMYK0.00%10.53%20.53%
25.49%

Color #BEAA97 in popluar number systems.

HEXBEAA97
Decimal190170151
Binary101111101010101010010111
Octal276252227

Shades and tints

Shades of #BEAA97

#BEAA97
(190,170,151)
#AD9B8A
(173,155,138)
#9C8C7D
(156,140,125)
#8B7D70
(139,125,112)
#7A6E63
(122,110,99)
#695F56
(105,95,86)
#585049
(88,80,73)
#47413C
(71,65,60)
#36322F
(54,50,47)
#252322
(37,35,34)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #BEAA97

#BEAA97
(190,170,151)
#C3B1A0
(195,177,160)
#C8B8A9
(200,184,169)
#CDBFB2
(205,191,178)
#D2C6BB
(210,198,187)
#D7CDC4
(215,205,196)
#DCD4CD
(220,212,205)
#E1DBD6
(225,219,214)
#E6E2DF
(230,226,223)
#EBE9E8
(235,233,232)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAA97; }

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

This text font color is #BEAA97.


Background Color

.myBgColor { background-color: #BEAA97; }

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

This div background color is #BEAA97.


Border color

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

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

This div border color is #BEAA97.


Opacity

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

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

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

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

This text has shadow with #BEAA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAA97 on black background.


Color preview on white background

This text has color #BEAA97 on white background.



Black color preview on #BEAA97 background

This text has black color on #BEAA97 background.


White color preview on #BEAA97 background

This text has white color on #BEAA97 background.