COLOR #BCC7BB

HEX: #BCC7BB
RGB: (188,199,187)

Renk bilgisi

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

RGB renk modeli

#BCC7BB color RGB value is (188,199,187).

  • kırmız ton 188;
  • yeşil ton 199;
  • mavi ton 187.
RGB:
(188,199,187)
(74%,78%,73%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 199 of 255 = 78%
B 187 of 255 = 73%

188
199
187

R + G + B ~ 75%. #BCC7BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 199 + 187 = 574 (100%)
R 188 of 574 ~ 32.75%
G 199 of 574 ~ 34.67%
B 187 of 574 ~ 32.58%

%32.75
%34.67
%32.58

CMYK RENK MODELİ

#BCC7BB rengi CMYK tonu (6,0,6,22).

  • camgöbeği tonu 5.53%
  • eflatun tonu 0.00%
  • sarı tonu 6.03%
  • ana renk tonu 21.96%
CMYK:
(6,0,6,22)
C6M0Y6K22 
(6%,0%,6%,22%)
(0.06/0.00/0.06/0.22)	

CMYK yüzdeleri

%5.53
%0
%6.03
%21.96

Codes

Color #BCC7BB in popluar color models

BCC7BB
RGB188199187
HSL115°9.68%75.69%
HSB/HSV115°6.03%78.04%
CMYK5.53%0.00%6.03%
21.96%

Color #BCC7BB in popluar number systems.

HEXBCC7BB
Decimal188199187
Binary101111001100011110111011
Octal274307273

Shades and tints

Shades of #BCC7BB

#BCC7BB
(188,199,187)
#ABB5AA
(171,181,170)
#9AA399
(154,163,153)
#899188
(137,145,136)
#787F77
(120,127,119)
#676D66
(103,109,102)
#565B55
(86,91,85)
#454944
(69,73,68)
#343733
(52,55,51)
#232522
(35,37,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #BCC7BB

#BCC7BB
(188,199,187)
#C2CCC1
(194,204,193)
#C8D1C7
(200,209,199)
#CED6CD
(206,214,205)
#D4DBD3
(212,219,211)
#DAE0D9
(218,224,217)
#E0E5DF
(224,229,223)
#E6EAE5
(230,234,229)
#ECEFEB
(236,239,235)
#F2F4F1
(242,244,241)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC7BB color. Also use rgb(188,199,187) instead hex code.

Text Font Color

.myTextColor { color: #BCC7BB; }

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

This text font color is #BCC7BB.


Background Color

.myBgColor { background-color: #BCC7BB; }

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

This div background color is #BCC7BB.


Border color

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

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

This div border color is #BCC7BB.


Opacity

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

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

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

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

This text has shadow with #BCC7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC7BB on black background.


Color preview on white background

This text has color #BCC7BB on white background.



Black color preview on #BCC7BB background

This text has black color on #BCC7BB background.


White color preview on #BCC7BB background

This text has white color on #BCC7BB background.