COLOR #BCC6CF

HEX: #BCC6CF
RGB: (188,198,207)

Renk bilgisi

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

RGB renk modeli

#BCC6CF color RGB value is (188,198,207).

  • kırmız ton 188;
  • yeşil ton 198;
  • mavi ton 207.
RGB:
(188,198,207)
(74%,78%,81%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 198 of 255 = 78%
B 207 of 255 = 81%

188
198
207

R + G + B ~ 78%. #BCC6CF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 198 + 207 = 593 (100%)
R 188 of 593 ~ 31.7%
G 198 of 593 ~ 33.39%
B 207 of 593 ~ 34.91%

%31.7
%33.39
%34.91

CMYK RENK MODELİ

#BCC6CF rengi CMYK tonu (9,4,0,19).

  • camgöbeği tonu 9.18%
  • eflatun tonu 4.35%
  • sarı tonu 0.00%
  • ana renk tonu 18.82%
CMYK:
(9,4,0,19)
C9M4Y0K19 
(9%,4%,0%,19%)
(0.09/0.04/0.00/0.19)	

CMYK yüzdeleri

%9.18
%4.35
%0
%18.82

Codes

Color #BCC6CF in popluar color models

BCC6CF
RGB188198207
HSL208°16.52%77.45%
HSB/HSV208°9.18%81.18%
CMYK9.18%4.35%0.00%
18.82%

Color #BCC6CF in popluar number systems.

HEXBCC6CF
Decimal188198207
Binary101111001100011011001111
Octal274306317

Shades and tints

Shades of #BCC6CF

#BCC6CF
(188,198,207)
#ABB4BD
(171,180,189)
#9AA2AB
(154,162,171)
#899099
(137,144,153)
#787E87
(120,126,135)
#676C75
(103,108,117)
#565A63
(86,90,99)
#454851
(69,72,81)
#34363F
(52,54,63)
#23242D
(35,36,45)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #BCC6CF

#BCC6CF
(188,198,207)
#C2CBD3
(194,203,211)
#C8D0D7
(200,208,215)
#CED5DB
(206,213,219)
#D4DADF
(212,218,223)
#DADFE3
(218,223,227)
#E0E4E7
(224,228,231)
#E6E9EB
(230,233,235)
#ECEEEF
(236,238,239)
#F2F3F3
(242,243,243)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC6CF color. Also use rgb(188,198,207) instead hex code.

Text Font Color

.myTextColor { color: #BCC6CF; }

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

This text font color is #BCC6CF.


Background Color

.myBgColor { background-color: #BCC6CF; }

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

This div background color is #BCC6CF.


Border color

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

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

This div border color is #BCC6CF.


Opacity

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

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

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

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

This text has shadow with #BCC6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC6CF on black background.


Color preview on white background

This text has color #BCC6CF on white background.



Black color preview on #BCC6CF background

This text has black color on #BCC6CF background.


White color preview on #BCC6CF background

This text has white color on #BCC6CF background.