COLOR #B497AD

HEX: #B497AD
RGB: (180,151,173)

Renk bilgisi

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

RGB renk modeli

#B497AD color RGB value is (180,151,173).

  • kırmız ton 180;
  • yeşil ton 151;
  • mavi ton 173.
RGB:
(180,151,173)
(71%,59%,68%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 151 of 255 = 59%
B 173 of 255 = 68%

180
151
173

R + G + B ~ 66%. #B497AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 151 + 173 = 504 (100%)
R 180 of 504 ~ 35.71%
G 151 of 504 ~ 29.96%
B 173 of 504 ~ 34.33%

%35.71
%29.96
%34.33

CMYK RENK MODELİ

#B497AD rengi CMYK tonu (0,16,4,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.11%
  • sarı tonu 3.89%
  • ana renk tonu 29.41%
CMYK:
(0,16,4,29)
C0M16Y4K29 
(0%,16%,4%,29%)
(0.00/0.16/0.04/0.29)	

CMYK yüzdeleri

%0
%16.11
%3.89
%29.41

Codes

Color #B497AD in popluar color models

B497AD
RGB180151173
HSL314°16.20%64.90%
HSB/HSV314°16.11%70.59%
CMYK0.00%16.11%3.89%
29.41%

Color #B497AD in popluar number systems.

HEXB497AD
Decimal180151173
Binary101101001001011110101101
Octal264227255

Shades and tints

Shades of #B497AD

#B497AD
(180,151,173)
#A48A9E
(164,138,158)
#947D8F
(148,125,143)
#847080
(132,112,128)
#746371
(116,99,113)
#645662
(100,86,98)
#544953
(84,73,83)
#443C44
(68,60,68)
#342F35
(52,47,53)
#242226
(36,34,38)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #B497AD

#B497AD
(180,151,173)
#BAA0B4
(186,160,180)
#C0A9BB
(192,169,187)
#C6B2C2
(198,178,194)
#CCBBC9
(204,187,201)
#D2C4D0
(210,196,208)
#D8CDD7
(216,205,215)
#DED6DE
(222,214,222)
#E4DFE5
(228,223,229)
#EAE8EC
(234,232,236)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B497AD color. Also use rgb(180,151,173) instead hex code.

Text Font Color

.myTextColor { color: #B497AD; }

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

This text font color is #B497AD.


Background Color

.myBgColor { background-color: #B497AD; }

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

This div background color is #B497AD.


Border color

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

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

This div border color is #B497AD.


Opacity

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

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

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

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

This text has shadow with #B497AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B497AD on black background.


Color preview on white background

This text has color #B497AD on white background.



Black color preview on #B497AD background

This text has black color on #B497AD background.


White color preview on #B497AD background

This text has white color on #B497AD background.