COLOR #BCC5D1

HEX: #BCC5D1
RGB: (188,197,209)

Renk bilgisi

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

RGB renk modeli

#BCC5D1 color RGB value is (188,197,209).

  • kırmız ton 188;
  • yeşil ton 197;
  • mavi ton 209.
RGB:
(188,197,209)
(74%,77%,82%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 197 of 255 = 77%
B 209 of 255 = 82%

188
197
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 197 + 209 = 594 (100%)
R 188 of 594 ~ 31.65%
G 197 of 594 ~ 33.16%
B 209 of 594 ~ 35.19%

%31.65
%33.16
%35.19

CMYK RENK MODELİ

#BCC5D1 rengi CMYK tonu (10,6,0,18).

  • camgöbeği tonu 10.05%
  • eflatun tonu 5.74%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(10,6,0,18)
C10M6Y0K18 
(10%,6%,0%,18%)
(0.10/0.06/0.00/0.18)	

CMYK yüzdeleri

%10.05
%5.74
%0
%18.04

Codes

Color #BCC5D1 in popluar color models

BCC5D1
RGB188197209
HSL214°18.58%77.84%
HSB/HSV214°10.05%81.96%
CMYK10.05%5.74%0.00%
18.04%

Color #BCC5D1 in popluar number systems.

HEXBCC5D1
Decimal188197209
Binary101111001100010111010001
Octal274305321

Shades and tints

Shades of #BCC5D1

#BCC5D1
(188,197,209)
#ABB4BE
(171,180,190)
#9AA3AB
(154,163,171)
#899298
(137,146,152)
#788185
(120,129,133)
#677072
(103,112,114)
#565F5F
(86,95,95)
#454E4C
(69,78,76)
#343D39
(52,61,57)
#232C26
(35,44,38)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #BCC5D1

#BCC5D1
(188,197,209)
#C2CAD5
(194,202,213)
#C8CFD9
(200,207,217)
#CED4DD
(206,212,221)
#D4D9E1
(212,217,225)
#DADEE5
(218,222,229)
#E0E3E9
(224,227,233)
#E6E8ED
(230,232,237)
#ECEDF1
(236,237,241)
#F2F2F5
(242,242,245)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC5D1 color. Also use rgb(188,197,209) instead hex code.

Text Font Color

.myTextColor { color: #BCC5D1; }

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

This text font color is #BCC5D1.


Background Color

.myBgColor { background-color: #BCC5D1; }

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

This div background color is #BCC5D1.


Border color

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

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

This div border color is #BCC5D1.


Opacity

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

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

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

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

This text has shadow with #BCC5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5D1 on black background.


Color preview on white background

This text has color #BCC5D1 on white background.



Black color preview on #BCC5D1 background

This text has black color on #BCC5D1 background.


White color preview on #BCC5D1 background

This text has white color on #BCC5D1 background.