COLOR #BEA6A6

HEX: #BEA6A6
RGB: (190,166,166)

Renk bilgisi

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

RGB renk modeli

#BEA6A6 color RGB value is (190,166,166).

  • kırmız ton 190;
  • yeşil ton 166;
  • mavi ton 166.
RGB:
(190,166,166)
(75%,65%,65%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 166 of 255 = 65%
B 166 of 255 = 65%

190
166
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 166 + 166 = 522 (100%)
R 190 of 522 ~ 36.4%
G 166 of 522 ~ 31.8%
B 166 of 522 ~ 31.8%

%36.4
%31.8
%31.8

CMYK RENK MODELİ

#BEA6A6 rengi CMYK tonu (0,13,13,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.63%
  • sarı tonu 12.63%
  • ana renk tonu 25.49%
CMYK:
(0,13,13,25)
C0M13Y13K25 
(0%,13%,13%,25%)
(0.00/0.13/0.13/0.25)	

CMYK yüzdeleri

%0
%12.63
%12.63
%25.49

Codes

Color #BEA6A6 in popluar color models

BEA6A6
RGB190166166
HSL15.58%69.80%
HSB/HSV12.63%74.51%
CMYK0.00%12.63%12.63%
25.49%

Color #BEA6A6 in popluar number systems.

HEXBEA6A6
Decimal190166166
Binary101111101010011010100110
Octal276246246

Shades and tints

Shades of #BEA6A6

#BEA6A6
(190,166,166)
#AD9797
(173,151,151)
#9C8888
(156,136,136)
#8B7979
(139,121,121)
#7A6A6A
(122,106,106)
#695B5B
(105,91,91)
#584C4C
(88,76,76)
#473D3D
(71,61,61)
#362E2E
(54,46,46)
#251F1F
(37,31,31)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #BEA6A6

#BEA6A6
(190,166,166)
#C3AEAE
(195,174,174)
#C8B6B6
(200,182,182)
#CDBEBE
(205,190,190)
#D2C6C6
(210,198,198)
#D7CECE
(215,206,206)
#DCD6D6
(220,214,214)
#E1DEDE
(225,222,222)
#E6E6E6
(230,230,230)
#EBEEEE
(235,238,238)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA6A6; }

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

This text font color is #BEA6A6.


Background Color

.myBgColor { background-color: #BEA6A6; }

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

This div background color is #BEA6A6.


Border color

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

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

This div border color is #BEA6A6.


Opacity

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

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

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

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

This text has shadow with #BEA6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA6A6 on black background.


Color preview on white background

This text has color #BEA6A6 on white background.



Black color preview on #BEA6A6 background

This text has black color on #BEA6A6 background.


White color preview on #BEA6A6 background

This text has white color on #BEA6A6 background.