COLOR #BEA6B3

HEX: #BEA6B3
RGB: (190,166,179)

Renk bilgisi

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

RGB renk modeli

#BEA6B3 color RGB value is (190,166,179).

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

RGB bağlantıları ve doygunluk

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

190
166
179

R + G + B ~ 70%. #BEA6B3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 166 + 179 = 535 (100%)
R 190 of 535 ~ 35.51%
G 166 of 535 ~ 31.03%
B 179 of 535 ~ 33.46%

%35.51
%31.03
%33.46

CMYK RENK MODELİ

#BEA6B3 rengi CMYK tonu (0,13,6,25).

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

CMYK yüzdeleri

%0
%12.63
%5.79
%25.49

Codes

Color #BEA6B3 in popluar color models

BEA6B3
RGB190166179
HSL328°15.58%69.80%
HSB/HSV328°12.63%74.51%
CMYK0.00%12.63%5.79%
25.49%

Color #BEA6B3 in popluar number systems.

HEXBEA6B3
Decimal190166179
Binary101111101010011010110011
Octal276246263

Shades and tints

Shades of #BEA6B3

#BEA6B3
(190,166,179)
#AD97A3
(173,151,163)
#9C8893
(156,136,147)
#8B7983
(139,121,131)
#7A6A73
(122,106,115)
#695B63
(105,91,99)
#584C53
(88,76,83)
#473D43
(71,61,67)
#362E33
(54,46,51)
#251F23
(37,31,35)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #BEA6B3

#BEA6B3
(190,166,179)
#C3AEB9
(195,174,185)
#C8B6BF
(200,182,191)
#CDBEC5
(205,190,197)
#D2C6CB
(210,198,203)
#D7CED1
(215,206,209)
#DCD6D7
(220,214,215)
#E1DEDD
(225,222,221)
#E6E6E3
(230,230,227)
#EBEEE9
(235,238,233)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA6B3; }

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

This text font color is #BEA6B3.


Background Color

.myBgColor { background-color: #BEA6B3; }

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

This div background color is #BEA6B3.


Border color

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

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

This div border color is #BEA6B3.


Opacity

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

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

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

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

This text has shadow with #BEA6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA6B3 on black background.


Color preview on white background

This text has color #BEA6B3 on white background.



Black color preview on #BEA6B3 background

This text has black color on #BEA6B3 background.


White color preview on #BEA6B3 background

This text has white color on #BEA6B3 background.