COLOR #B4B0C6

HEX: #B4B0C6
RGB: (180,176,198)

Renk bilgisi

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

RGB renk modeli

#B4B0C6 color RGB value is (180,176,198).

  • kırmız ton 180;
  • yeşil ton 176;
  • mavi ton 198.
RGB:
(180,176,198)
(71%,69%,78%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 176 of 255 = 69%
B 198 of 255 = 78%

180
176
198

R + G + B ~ 73%. #B4B0C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 176 + 198 = 554 (100%)
R 180 of 554 ~ 32.49%
G 176 of 554 ~ 31.77%
B 198 of 554 ~ 35.74%

%32.49
%31.77
%35.74

CMYK RENK MODELİ

#B4B0C6 rengi CMYK tonu (9,11,0,22).

  • camgöbeği tonu 9.09%
  • eflatun tonu 11.11%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(9,11,0,22)
C9M11Y0K22 
(9%,11%,0%,22%)
(0.09/0.11/0.00/0.22)	

CMYK yüzdeleri

%9.09
%11.11
%0
%22.35

Codes

Color #B4B0C6 in popluar color models

B4B0C6
RGB180176198
HSL251°16.18%73.33%
HSB/HSV251°11.11%77.65%
CMYK9.09%11.11%0.00%
22.35%

Color #B4B0C6 in popluar number systems.

HEXB4B0C6
Decimal180176198
Binary101101001011000011000110
Octal264260306

Shades and tints

Shades of #B4B0C6

#B4B0C6
(180,176,198)
#A4A0B4
(164,160,180)
#9490A2
(148,144,162)
#848090
(132,128,144)
#74707E
(116,112,126)
#64606C
(100,96,108)
#54505A
(84,80,90)
#444048
(68,64,72)
#343036
(52,48,54)
#242024
(36,32,36)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #B4B0C6

#B4B0C6
(180,176,198)
#BAB7CB
(186,183,203)
#C0BED0
(192,190,208)
#C6C5D5
(198,197,213)
#CCCCDA
(204,204,218)
#D2D3DF
(210,211,223)
#D8DAE4
(216,218,228)
#DEE1E9
(222,225,233)
#E4E8EE
(228,232,238)
#EAEFF3
(234,239,243)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B0C6 color. Also use rgb(180,176,198) instead hex code.

Text Font Color

.myTextColor { color: #B4B0C6; }

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

This text font color is #B4B0C6.


Background Color

.myBgColor { background-color: #B4B0C6; }

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

This div background color is #B4B0C6.


Border color

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

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

This div border color is #B4B0C6.


Opacity

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

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

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

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

This text has shadow with #B4B0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B0C6 on black background.


Color preview on white background

This text has color #B4B0C6 on white background.



Black color preview on #B4B0C6 background

This text has black color on #B4B0C6 background.


White color preview on #B4B0C6 background

This text has white color on #B4B0C6 background.