COLOR #BEAE99

HEX: #BEAE99
RGB: (190,174,153)

Renk bilgisi

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

RGB renk modeli

#BEAE99 color RGB value is (190,174,153).

  • kırmız ton 190;
  • yeşil ton 174;
  • mavi ton 153.
RGB:
(190,174,153)
(75%,68%,60%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 174 of 255 = 68%
B 153 of 255 = 60%

190
174
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 174 + 153 = 517 (100%)
R 190 of 517 ~ 36.75%
G 174 of 517 ~ 33.66%
B 153 of 517 ~ 29.59%

%36.75
%33.66
%29.59

CMYK RENK MODELİ

#BEAE99 rengi CMYK tonu (0,8,19,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.42%
  • sarı tonu 19.47%
  • ana renk tonu 25.49%
CMYK:
(0,8,19,25)
C0M8Y19K25 
(0%,8%,19%,25%)
(0.00/0.08/0.19/0.25)	

CMYK yüzdeleri

%0
%8.42
%19.47
%25.49

Codes

Color #BEAE99 in popluar color models

BEAE99
RGB190174153
HSL34°22.16%67.25%
HSB/HSV34°19.47%74.51%
CMYK0.00%8.42%19.47%
25.49%

Color #BEAE99 in popluar number systems.

HEXBEAE99
Decimal190174153
Binary101111101010111010011001
Octal276256231

Shades and tints

Shades of #BEAE99

#BEAE99
(190,174,153)
#AD9F8C
(173,159,140)
#9C907F
(156,144,127)
#8B8172
(139,129,114)
#7A7265
(122,114,101)
#696358
(105,99,88)
#58544B
(88,84,75)
#47453E
(71,69,62)
#363631
(54,54,49)
#252724
(37,39,36)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #BEAE99

#BEAE99
(190,174,153)
#C3B5A2
(195,181,162)
#C8BCAB
(200,188,171)
#CDC3B4
(205,195,180)
#D2CABD
(210,202,189)
#D7D1C6
(215,209,198)
#DCD8CF
(220,216,207)
#E1DFD8
(225,223,216)
#E6E6E1
(230,230,225)
#EBEDEA
(235,237,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAE99 color. Also use rgb(190,174,153) instead hex code.

Text Font Color

.myTextColor { color: #BEAE99; }

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

This text font color is #BEAE99.


Background Color

.myBgColor { background-color: #BEAE99; }

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

This div background color is #BEAE99.


Border color

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

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

This div border color is #BEAE99.


Opacity

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

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

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

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

This text has shadow with #BEAE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAE99 on black background.


Color preview on white background

This text has color #BEAE99 on white background.



Black color preview on #BEAE99 background

This text has black color on #BEAE99 background.


White color preview on #BEAE99 background

This text has white color on #BEAE99 background.