COLOR #B497B6

HEX: #B497B6
RGB: (180,151,182)

Renk bilgisi

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

RGB renk modeli

#B497B6 color RGB value is (180,151,182).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 151 of 255 = 59%
B 182 of 255 = 71%

180
151
182

R + G + B ~ 67%. #B497B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 151 + 182 = 513 (100%)
R 180 of 513 ~ 35.09%
G 151 of 513 ~ 29.43%
B 182 of 513 ~ 35.48%

%35.09
%29.43
%35.48

CMYK RENK MODELİ

#B497B6 rengi CMYK tonu (1,17,0,29).

  • camgöbeği tonu 1.10%
  • eflatun tonu 17.03%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(1,17,0,29)
C1M17Y0K29 
(1%,17%,0%,29%)
(0.01/0.17/0.00/0.29)	

CMYK yüzdeleri

%1.1
%17.03
%0
%28.63

Codes

Color #B497B6 in popluar color models

B497B6
RGB180151182
HSL296°17.51%65.29%
HSB/HSV296°17.03%71.37%
CMYK1.10%17.03%0.00%
28.63%

Color #B497B6 in popluar number systems.

HEXB497B6
Decimal180151182
Binary101101001001011110110110
Octal264227266

Shades and tints

Shades of #B497B6

#B497B6
(180,151,182)
#A48AA6
(164,138,166)
#947D96
(148,125,150)
#847086
(132,112,134)
#746376
(116,99,118)
#645666
(100,86,102)
#544956
(84,73,86)
#443C46
(68,60,70)
#342F36
(52,47,54)
#242226
(36,34,38)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #B497B6

#B497B6
(180,151,182)
#BAA0BC
(186,160,188)
#C0A9C2
(192,169,194)
#C6B2C8
(198,178,200)
#CCBBCE
(204,187,206)
#D2C4D4
(210,196,212)
#D8CDDA
(216,205,218)
#DED6E0
(222,214,224)
#E4DFE6
(228,223,230)
#EAE8EC
(234,232,236)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B497B6; }

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

This text font color is #B497B6.


Background Color

.myBgColor { background-color: #B497B6; }

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

This div background color is #B497B6.


Border color

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

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

This div border color is #B497B6.


Opacity

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

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

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

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

This text has shadow with #B497B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B497B6 on black background.


Color preview on white background

This text has color #B497B6 on white background.



Black color preview on #B497B6 background

This text has black color on #B497B6 background.


White color preview on #B497B6 background

This text has white color on #B497B6 background.