COLOR #BCC3D4

HEX: #BCC3D4
RGB: (188,195,212)

Renk bilgisi

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

RGB renk modeli

#BCC3D4 color RGB value is (188,195,212).

  • kırmız ton 188;
  • yeşil ton 195;
  • mavi ton 212.
RGB:
(188,195,212)
(74%,76%,83%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 195 of 255 = 76%
B 212 of 255 = 83%

188
195
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 195 + 212 = 595 (100%)
R 188 of 595 ~ 31.6%
G 195 of 595 ~ 32.77%
B 212 of 595 ~ 35.63%

%31.6
%32.77
%35.63

CMYK RENK MODELİ

#BCC3D4 rengi CMYK tonu (11,8,0,17).

  • camgöbeği tonu 11.32%
  • eflatun tonu 8.02%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(11,8,0,17)
C11M8Y0K17 
(11%,8%,0%,17%)
(0.11/0.08/0.00/0.17)	

CMYK yüzdeleri

%11.32
%8.02
%0
%16.86

Codes

Color #BCC3D4 in popluar color models

BCC3D4
RGB188195212
HSL223°21.82%78.43%
HSB/HSV223°11.32%83.14%
CMYK11.32%8.02%0.00%
16.86%

Color #BCC3D4 in popluar number systems.

HEXBCC3D4
Decimal188195212
Binary101111001100001111010100
Octal274303324

Shades and tints

Shades of #BCC3D4

#BCC3D4
(188,195,212)
#ABB2C1
(171,178,193)
#9AA1AE
(154,161,174)
#89909B
(137,144,155)
#787F88
(120,127,136)
#676E75
(103,110,117)
#565D62
(86,93,98)
#454C4F
(69,76,79)
#343B3C
(52,59,60)
#232A29
(35,42,41)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #BCC3D4

#BCC3D4
(188,195,212)
#C2C8D7
(194,200,215)
#C8CDDA
(200,205,218)
#CED2DD
(206,210,221)
#D4D7E0
(212,215,224)
#DADCE3
(218,220,227)
#E0E1E6
(224,225,230)
#E6E6E9
(230,230,233)
#ECEBEC
(236,235,236)
#F2F0EF
(242,240,239)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC3D4 color. Also use rgb(188,195,212) instead hex code.

Text Font Color

.myTextColor { color: #BCC3D4; }

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

This text font color is #BCC3D4.


Background Color

.myBgColor { background-color: #BCC3D4; }

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

This div background color is #BCC3D4.


Border color

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

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

This div border color is #BCC3D4.


Opacity

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

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

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

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

This text has shadow with #BCC3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC3D4 on black background.


Color preview on white background

This text has color #BCC3D4 on white background.



Black color preview on #BCC3D4 background

This text has black color on #BCC3D4 background.


White color preview on #BCC3D4 background

This text has white color on #BCC3D4 background.