COLOR #BEA99D

HEX: #BEA99D
RGB: (190,169,157)

Renk bilgisi

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

RGB renk modeli

#BEA99D color RGB value is (190,169,157).

  • kırmız ton 190;
  • yeşil ton 169;
  • mavi ton 157.
RGB:
(190,169,157)
(75%,66%,62%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 169 of 255 = 66%
B 157 of 255 = 62%

190
169
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 169 + 157 = 516 (100%)
R 190 of 516 ~ 36.82%
G 169 of 516 ~ 32.75%
B 157 of 516 ~ 30.43%

%36.82
%32.75
%30.43

CMYK RENK MODELİ

#BEA99D rengi CMYK tonu (0,11,17,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.05%
  • sarı tonu 17.37%
  • ana renk tonu 25.49%
CMYK:
(0,11,17,25)
C0M11Y17K25 
(0%,11%,17%,25%)
(0.00/0.11/0.17/0.25)	

CMYK yüzdeleri

%0
%11.05
%17.37
%25.49

Codes

Color #BEA99D in popluar color models

BEA99D
RGB190169157
HSL22°20.25%68.04%
HSB/HSV22°17.37%74.51%
CMYK0.00%11.05%17.37%
25.49%

Color #BEA99D in popluar number systems.

HEXBEA99D
Decimal190169157
Binary101111101010100110011101
Octal276251235

Shades and tints

Shades of #BEA99D

#BEA99D
(190,169,157)
#AD9A8F
(173,154,143)
#9C8B81
(156,139,129)
#8B7C73
(139,124,115)
#7A6D65
(122,109,101)
#695E57
(105,94,87)
#584F49
(88,79,73)
#47403B
(71,64,59)
#36312D
(54,49,45)
#25221F
(37,34,31)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #BEA99D

#BEA99D
(190,169,157)
#C3B0A5
(195,176,165)
#C8B7AD
(200,183,173)
#CDBEB5
(205,190,181)
#D2C5BD
(210,197,189)
#D7CCC5
(215,204,197)
#DCD3CD
(220,211,205)
#E1DAD5
(225,218,213)
#E6E1DD
(230,225,221)
#EBE8E5
(235,232,229)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA99D color. Also use rgb(190,169,157) instead hex code.

Text Font Color

.myTextColor { color: #BEA99D; }

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

This text font color is #BEA99D.


Background Color

.myBgColor { background-color: #BEA99D; }

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

This div background color is #BEA99D.


Border color

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

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

This div border color is #BEA99D.


Opacity

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

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

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

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

This text has shadow with #BEA99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA99D on black background.


Color preview on white background

This text has color #BEA99D on white background.



Black color preview on #BEA99D background

This text has black color on #BEA99D background.


White color preview on #BEA99D background

This text has white color on #BEA99D background.