COLOR #BCC6D6

HEX: #BCC6D6
RGB: (188,198,214)

Renk bilgisi

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

RGB renk modeli

#BCC6D6 color RGB value is (188,198,214).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 198 of 255 = 78%
B 214 of 255 = 84%

188
198
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 198 + 214 = 600 (100%)
R 188 of 600 ~ 31.33%
G 198 of 600 ~ 33%
B 214 of 600 ~ 35.67%

%31.33
%33
%35.67

CMYK RENK MODELİ

#BCC6D6 rengi CMYK tonu (12,7,0,16).

  • camgöbeği tonu 12.15%
  • eflatun tonu 7.48%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(12,7,0,16)
C12M7Y0K16 
(12%,7%,0%,16%)
(0.12/0.07/0.00/0.16)	

CMYK yüzdeleri

%12.15
%7.48
%0
%16.08

Codes

Color #BCC6D6 in popluar color models

BCC6D6
RGB188198214
HSL217°24.07%78.82%
HSB/HSV217°12.15%83.92%
CMYK12.15%7.48%0.00%
16.08%

Color #BCC6D6 in popluar number systems.

HEXBCC6D6
Decimal188198214
Binary101111001100011011010110
Octal274306326

Shades and tints

Shades of #BCC6D6

#BCC6D6
(188,198,214)
#ABB4C3
(171,180,195)
#9AA2B0
(154,162,176)
#89909D
(137,144,157)
#787E8A
(120,126,138)
#676C77
(103,108,119)
#565A64
(86,90,100)
#454851
(69,72,81)
#34363E
(52,54,62)
#23242B
(35,36,43)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #BCC6D6

#BCC6D6
(188,198,214)
#C2CBD9
(194,203,217)
#C8D0DC
(200,208,220)
#CED5DF
(206,213,223)
#D4DAE2
(212,218,226)
#DADFE5
(218,223,229)
#E0E4E8
(224,228,232)
#E6E9EB
(230,233,235)
#ECEEEE
(236,238,238)
#F2F3F1
(242,243,241)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC6D6; }

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

This text font color is #BCC6D6.


Background Color

.myBgColor { background-color: #BCC6D6; }

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

This div background color is #BCC6D6.


Border color

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

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

This div border color is #BCC6D6.


Opacity

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

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

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

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

This text has shadow with #BCC6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC6D6 on black background.


Color preview on white background

This text has color #BCC6D6 on white background.



Black color preview on #BCC6D6 background

This text has black color on #BCC6D6 background.


White color preview on #BCC6D6 background

This text has white color on #BCC6D6 background.