COLOR #B476AB

HEX: #B476AB
RGB: (180,118,171)

Renk bilgisi

#B476AB contains mainly red and blue colors. #B476AB ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#B476AB color RGB value is (180,118,171).

  • kırmız ton 180;
  • yeşil ton 118;
  • mavi ton 171.
RGB:
(180,118,171)
(71%,46%,67%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 118 of 255 = 46%
B 171 of 255 = 67%

180
118
171

R + G + B ~ 61%. #B476AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 118 + 171 = 469 (100%)
R 180 of 469 ~ 38.38%
G 118 of 469 ~ 25.16%
B 171 of 469 ~ 36.46%

%38.38
%25.16
%36.46

CMYK RENK MODELİ

#B476AB rengi CMYK tonu (0,34,5,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.44%
  • sarı tonu 5.00%
  • ana renk tonu 29.41%
CMYK:
(0,34,5,29)
C0M34Y5K29 
(0%,34%,5%,29%)
(0.00/0.34/0.05/0.29)	

CMYK yüzdeleri

%0
%34.44
%5
%29.41

Codes

Color #B476AB in popluar color models

B476AB
RGB180118171
HSL309°29.25%58.43%
HSB/HSV309°34.44%70.59%
CMYK0.00%34.44%5.00%
29.41%

Color #B476AB in popluar number systems.

HEXB476AB
Decimal180118171
Binary10110100111011010101011
Octal264166253

Shades and tints

Shades of #B476AB

#B476AB
(180,118,171)
#A46C9C
(164,108,156)
#94628D
(148,98,141)
#84587E
(132,88,126)
#744E6F
(116,78,111)
#644460
(100,68,96)
#543A51
(84,58,81)
#443042
(68,48,66)
#342633
(52,38,51)
#241C24
(36,28,36)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #B476AB

#B476AB
(180,118,171)
#BA82B2
(186,130,178)
#C08EB9
(192,142,185)
#C69AC0
(198,154,192)
#CCA6C7
(204,166,199)
#D2B2CE
(210,178,206)
#D8BED5
(216,190,213)
#DECADC
(222,202,220)
#E4D6E3
(228,214,227)
#EAE2EA
(234,226,234)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B476AB color. Also use rgb(180,118,171) instead hex code.

Text Font Color

.myTextColor { color: #B476AB; }

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

This text font color is #B476AB.


Background Color

.myBgColor { background-color: #B476AB; }

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

This div background color is #B476AB.


Border color

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

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

This div border color is #B476AB.


Opacity

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

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

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

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

This text has shadow with #B476AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B476AB on black background.


Color preview on white background

This text has color #B476AB on white background.



Black color preview on #B476AB background

This text has black color on #B476AB background.


White color preview on #B476AB background

This text has white color on #B476AB background.