COLOR #B4C9DC

HEX: #B4C9DC
RGB: (180,201,220)

Renk bilgisi

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

RGB renk modeli

#B4C9DC color RGB value is (180,201,220).

  • kırmız ton 180;
  • yeşil ton 201;
  • mavi ton 220.
RGB:
(180,201,220)
(71%,79%,86%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 201 of 255 = 79%
B 220 of 255 = 86%

180
201
220

R + G + B ~ 79%. #B4C9DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 201 + 220 = 601 (100%)
R 180 of 601 ~ 29.95%
G 201 of 601 ~ 33.44%
B 220 of 601 ~ 36.61%

%29.95
%33.44
%36.61

CMYK RENK MODELİ

#B4C9DC rengi CMYK tonu (18,9,0,14).

  • camgöbeği tonu 18.18%
  • eflatun tonu 8.64%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(18,9,0,14)
C18M9Y0K14 
(18%,9%,0%,14%)
(0.18/0.09/0.00/0.14)	

CMYK yüzdeleri

%18.18
%8.64
%0
%13.73

Codes

Color #B4C9DC in popluar color models

B4C9DC
RGB180201220
HSL209°36.36%78.43%
HSB/HSV209°18.18%86.27%
CMYK18.18%8.64%0.00%
13.73%

Color #B4C9DC in popluar number systems.

HEXB4C9DC
Decimal180201220
Binary101101001100100111011100
Octal264311334

Shades and tints

Shades of #B4C9DC

#B4C9DC
(180,201,220)
#A4B7C8
(164,183,200)
#94A5B4
(148,165,180)
#8493A0
(132,147,160)
#74818C
(116,129,140)
#646F78
(100,111,120)
#545D64
(84,93,100)
#444B50
(68,75,80)
#34393C
(52,57,60)
#242728
(36,39,40)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #B4C9DC

#B4C9DC
(180,201,220)
#BACDDF
(186,205,223)
#C0D1E2
(192,209,226)
#C6D5E5
(198,213,229)
#CCD9E8
(204,217,232)
#D2DDEB
(210,221,235)
#D8E1EE
(216,225,238)
#DEE5F1
(222,229,241)
#E4E9F4
(228,233,244)
#EAEDF7
(234,237,247)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C9DC; }

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

This text font color is #B4C9DC.


Background Color

.myBgColor { background-color: #B4C9DC; }

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

This div background color is #B4C9DC.


Border color

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

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

This div border color is #B4C9DC.


Opacity

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

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

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

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

This text has shadow with #B4C9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C9DC on black background.


Color preview on white background

This text has color #B4C9DC on white background.



Black color preview on #B4C9DC background

This text has black color on #B4C9DC background.


White color preview on #B4C9DC background

This text has white color on #B4C9DC background.