COLOR #B49CC4

HEX: #B49CC4
RGB: (180,156,196)

Renk bilgisi

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

RGB renk modeli

#B49CC4 color RGB value is (180,156,196).

  • kırmız ton 180;
  • yeşil ton 156;
  • mavi ton 196.
RGB:
(180,156,196)
(71%,61%,77%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 156 of 255 = 61%
B 196 of 255 = 77%

180
156
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 156 + 196 = 532 (100%)
R 180 of 532 ~ 33.83%
G 156 of 532 ~ 29.32%
B 196 of 532 ~ 36.84%

%33.83
%29.32
%36.84

CMYK RENK MODELİ

#B49CC4 rengi CMYK tonu (8,20,0,23).

  • camgöbeği tonu 8.16%
  • eflatun tonu 20.41%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(8,20,0,23)
C8M20Y0K23 
(8%,20%,0%,23%)
(0.08/0.20/0.00/0.23)	

CMYK yüzdeleri

%8.16
%20.41
%0
%23.14

Codes

Color #B49CC4 in popluar color models

B49CC4
RGB180156196
HSL276°25.32%69.02%
HSB/HSV276°20.41%76.86%
CMYK8.16%20.41%0.00%
23.14%

Color #B49CC4 in popluar number systems.

HEXB49CC4
Decimal180156196
Binary101101001001110011000100
Octal264234304

Shades and tints

Shades of #B49CC4

#B49CC4
(180,156,196)
#A48EB3
(164,142,179)
#9480A2
(148,128,162)
#847291
(132,114,145)
#746480
(116,100,128)
#64566F
(100,86,111)
#54485E
(84,72,94)
#443A4D
(68,58,77)
#342C3C
(52,44,60)
#241E2B
(36,30,43)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #B49CC4

#B49CC4
(180,156,196)
#BAA5C9
(186,165,201)
#C0AECE
(192,174,206)
#C6B7D3
(198,183,211)
#CCC0D8
(204,192,216)
#D2C9DD
(210,201,221)
#D8D2E2
(216,210,226)
#DEDBE7
(222,219,231)
#E4E4EC
(228,228,236)
#EAEDF1
(234,237,241)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49CC4 color. Also use rgb(180,156,196) instead hex code.

Text Font Color

.myTextColor { color: #B49CC4; }

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

This text font color is #B49CC4.


Background Color

.myBgColor { background-color: #B49CC4; }

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

This div background color is #B49CC4.


Border color

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

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

This div border color is #B49CC4.


Opacity

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

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

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

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

This text has shadow with #B49CC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49CC4 on black background.


Color preview on white background

This text has color #B49CC4 on white background.



Black color preview on #B49CC4 background

This text has black color on #B49CC4 background.


White color preview on #B49CC4 background

This text has white color on #B49CC4 background.