COLOR #BE9DAD

HEX: #BE9DAD
RGB: (190,157,173)

Renk bilgisi

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

RGB renk modeli

#BE9DAD color RGB value is (190,157,173).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 157 of 255 = 62%
B 173 of 255 = 68%

190
157
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 157 + 173 = 520 (100%)
R 190 of 520 ~ 36.54%
G 157 of 520 ~ 30.19%
B 173 of 520 ~ 33.27%

%36.54
%30.19
%33.27

CMYK RENK MODELİ

#BE9DAD rengi CMYK tonu (0,17,9,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.37%
  • sarı tonu 8.95%
  • ana renk tonu 25.49%
CMYK:
(0,17,9,25)
C0M17Y9K25 
(0%,17%,9%,25%)
(0.00/0.17/0.09/0.25)	

CMYK yüzdeleri

%0
%17.37
%8.95
%25.49

Codes

Color #BE9DAD in popluar color models

BE9DAD
RGB190157173
HSL331°20.25%68.04%
HSB/HSV331°17.37%74.51%
CMYK0.00%17.37%8.95%
25.49%

Color #BE9DAD in popluar number systems.

HEXBE9DAD
Decimal190157173
Binary101111101001110110101101
Octal276235255

Shades and tints

Shades of #BE9DAD

#BE9DAD
(190,157,173)
#AD8F9E
(173,143,158)
#9C818F
(156,129,143)
#8B7380
(139,115,128)
#7A6571
(122,101,113)
#695762
(105,87,98)
#584953
(88,73,83)
#473B44
(71,59,68)
#362D35
(54,45,53)
#251F26
(37,31,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #BE9DAD

#BE9DAD
(190,157,173)
#C3A5B4
(195,165,180)
#C8ADBB
(200,173,187)
#CDB5C2
(205,181,194)
#D2BDC9
(210,189,201)
#D7C5D0
(215,197,208)
#DCCDD7
(220,205,215)
#E1D5DE
(225,213,222)
#E6DDE5
(230,221,229)
#EBE5EC
(235,229,236)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9DAD; }

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

This text font color is #BE9DAD.


Background Color

.myBgColor { background-color: #BE9DAD; }

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

This div background color is #BE9DAD.


Border color

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

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

This div border color is #BE9DAD.


Opacity

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

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

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

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

This text has shadow with #BE9DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9DAD on black background.


Color preview on white background

This text has color #BE9DAD on white background.



Black color preview on #BE9DAD background

This text has black color on #BE9DAD background.


White color preview on #BE9DAD background

This text has white color on #BE9DAD background.