COLOR #B9C9CC

HEX: #B9C9CC
RGB: (185,201,204)

Renk bilgisi

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

RGB renk modeli

#B9C9CC color RGB value is (185,201,204).

  • kırmız ton 185;
  • yeşil ton 201;
  • mavi ton 204.
RGB:
(185,201,204)
(73%,79%,80%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 201 of 255 = 79%
B 204 of 255 = 80%

185
201
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 201 + 204 = 590 (100%)
R 185 of 590 ~ 31.36%
G 201 of 590 ~ 34.07%
B 204 of 590 ~ 34.58%

%31.36
%34.07
%34.58

CMYK RENK MODELİ

#B9C9CC rengi CMYK tonu (9,1,0,20).

  • camgöbeği tonu 9.31%
  • eflatun tonu 1.47%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(9,1,0,20)
C9M1Y0K20 
(9%,1%,0%,20%)
(0.09/0.01/0.00/0.20)	

CMYK yüzdeleri

%9.31
%1.47
%0
%20

Codes

Color #B9C9CC in popluar color models

B9C9CC
RGB185201204
HSL189°15.70%76.27%
HSB/HSV189°9.31%80.00%
CMYK9.31%1.47%0.00%
20.00%

Color #B9C9CC in popluar number systems.

HEXB9C9CC
Decimal185201204
Binary101110011100100111001100
Octal271311314

Shades and tints

Shades of #B9C9CC

#B9C9CC
(185,201,204)
#A9B7BA
(169,183,186)
#99A5A8
(153,165,168)
#899396
(137,147,150)
#798184
(121,129,132)
#696F72
(105,111,114)
#595D60
(89,93,96)
#494B4E
(73,75,78)
#39393C
(57,57,60)
#29272A
(41,39,42)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B9C9CC

#B9C9CC
(185,201,204)
#BFCDD0
(191,205,208)
#C5D1D4
(197,209,212)
#CBD5D8
(203,213,216)
#D1D9DC
(209,217,220)
#D7DDE0
(215,221,224)
#DDE1E4
(221,225,228)
#E3E5E8
(227,229,232)
#E9E9EC
(233,233,236)
#EFEDF0
(239,237,240)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C9CC; }

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

This text font color is #B9C9CC.


Background Color

.myBgColor { background-color: #B9C9CC; }

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

This div background color is #B9C9CC.


Border color

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

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

This div border color is #B9C9CC.


Opacity

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

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

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

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

This text has shadow with #B9C9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C9CC on black background.


Color preview on white background

This text has color #B9C9CC on white background.



Black color preview on #B9C9CC background

This text has black color on #B9C9CC background.


White color preview on #B9C9CC background

This text has white color on #B9C9CC background.