COLOR #B4C9CD

HEX: #B4C9CD
RGB: (180,201,205)

Renk bilgisi

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

RGB renk modeli

#B4C9CD color RGB value is (180,201,205).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 201 of 255 = 79%
B 205 of 255 = 80%

180
201
205

R + G + B ~ 77%. #B4C9CD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 201 + 205 = 586 (100%)
R 180 of 586 ~ 30.72%
G 201 of 586 ~ 34.3%
B 205 of 586 ~ 34.98%

%30.72
%34.3
%34.98

CMYK RENK MODELİ

#B4C9CD rengi CMYK tonu (12,2,0,20).

  • camgöbeği tonu 12.20%
  • eflatun tonu 1.95%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(12,2,0,20)
C12M2Y0K20 
(12%,2%,0%,20%)
(0.12/0.02/0.00/0.20)	

CMYK yüzdeleri

%12.2
%1.95
%0
%19.61

Codes

Color #B4C9CD in popluar color models

B4C9CD
RGB180201205
HSL190°20.00%75.49%
HSB/HSV190°12.20%80.39%
CMYK12.20%1.95%0.00%
19.61%

Color #B4C9CD in popluar number systems.

HEXB4C9CD
Decimal180201205
Binary101101001100100111001101
Octal264311315

Shades and tints

Shades of #B4C9CD

#B4C9CD
(180,201,205)
#A4B7BB
(164,183,187)
#94A5A9
(148,165,169)
#849397
(132,147,151)
#748185
(116,129,133)
#646F73
(100,111,115)
#545D61
(84,93,97)
#444B4F
(68,75,79)
#34393D
(52,57,61)
#24272B
(36,39,43)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #B4C9CD

#B4C9CD
(180,201,205)
#BACDD1
(186,205,209)
#C0D1D5
(192,209,213)
#C6D5D9
(198,213,217)
#CCD9DD
(204,217,221)
#D2DDE1
(210,221,225)
#D8E1E5
(216,225,229)
#DEE5E9
(222,229,233)
#E4E9ED
(228,233,237)
#EAEDF1
(234,237,241)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C9CD; }

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

This text font color is #B4C9CD.


Background Color

.myBgColor { background-color: #B4C9CD; }

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

This div background color is #B4C9CD.


Border color

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

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

This div border color is #B4C9CD.


Opacity

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

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

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

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

This text has shadow with #B4C9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C9CD on black background.


Color preview on white background

This text has color #B4C9CD on white background.



Black color preview on #B4C9CD background

This text has black color on #B4C9CD background.


White color preview on #B4C9CD background

This text has white color on #B4C9CD background.