COLOR #B4B4CC

HEX: #B4B4CC
RGB: (180,180,204)

Renk bilgisi

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

RGB renk modeli

#B4B4CC color RGB value is (180,180,204).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 180 of 255 = 71%
B 204 of 255 = 80%

180
180
204

R + G + B ~ 74%. #B4B4CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 180 + 204 = 564 (100%)
R 180 of 564 ~ 31.91%
G 180 of 564 ~ 31.91%
B 204 of 564 ~ 36.17%

%31.91
%31.91
%36.17

CMYK RENK MODELİ

#B4B4CC rengi CMYK tonu (12,12,0,20).

  • camgöbeği tonu 11.76%
  • eflatun tonu 11.76%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(12,12,0,20)
C12M12Y0K20 
(12%,12%,0%,20%)
(0.12/0.12/0.00/0.20)	

CMYK yüzdeleri

%11.76
%11.76
%0
%20

Codes

Color #B4B4CC in popluar color models

B4B4CC
RGB180180204
HSL240°19.05%75.29%
HSB/HSV240°11.76%80.00%
CMYK11.76%11.76%0.00%
20.00%

Color #B4B4CC in popluar number systems.

HEXB4B4CC
Decimal180180204
Binary101101001011010011001100
Octal264264314

Shades and tints

Shades of #B4B4CC

#B4B4CC
(180,180,204)
#A4A4BA
(164,164,186)
#9494A8
(148,148,168)
#848496
(132,132,150)
#747484
(116,116,132)
#646472
(100,100,114)
#545460
(84,84,96)
#44444E
(68,68,78)
#34343C
(52,52,60)
#24242A
(36,36,42)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #B4B4CC

#B4B4CC
(180,180,204)
#BABAD0
(186,186,208)
#C0C0D4
(192,192,212)
#C6C6D8
(198,198,216)
#CCCCDC
(204,204,220)
#D2D2E0
(210,210,224)
#D8D8E4
(216,216,228)
#DEDEE8
(222,222,232)
#E4E4EC
(228,228,236)
#EAEAF0
(234,234,240)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B4CC; }

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

This text font color is #B4B4CC.


Background Color

.myBgColor { background-color: #B4B4CC; }

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

This div background color is #B4B4CC.


Border color

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

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

This div border color is #B4B4CC.


Opacity

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

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

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

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

This text has shadow with #B4B4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B4CC on black background.


Color preview on white background

This text has color #B4B4CC on white background.



Black color preview on #B4B4CC background

This text has black color on #B4B4CC background.


White color preview on #B4B4CC background

This text has white color on #B4B4CC background.