COLOR #BCD9E5

HEX: #BCD9E5
RGB: (188,217,229)

Renk bilgisi

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

RGB renk modeli

#BCD9E5 color RGB value is (188,217,229).

  • kırmız ton 188;
  • yeşil ton 217;
  • mavi ton 229.
RGB:
(188,217,229)
(74%,85%,90%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 217 of 255 = 85%
B 229 of 255 = 90%

188
217
229

R + G + B ~ 83%. #BCD9E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 217 + 229 = 634 (100%)
R 188 of 634 ~ 29.65%
G 217 of 634 ~ 34.23%
B 229 of 634 ~ 36.12%

%29.65
%34.23
%36.12

CMYK RENK MODELİ

#BCD9E5 rengi CMYK tonu (18,5,0,10).

  • camgöbeği tonu 17.90%
  • eflatun tonu 5.24%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(18,5,0,10)
C18M5Y0K10 
(18%,5%,0%,10%)
(0.18/0.05/0.00/0.10)	

CMYK yüzdeleri

%17.9
%5.24
%0
%10.2

Codes

Color #BCD9E5 in popluar color models

BCD9E5
RGB188217229
HSL198°44.09%81.76%
HSB/HSV198°17.90%89.80%
CMYK17.90%5.24%0.00%
10.20%

Color #BCD9E5 in popluar number systems.

HEXBCD9E5
Decimal188217229
Binary101111001101100111100101
Octal274331345

Shades and tints

Shades of #BCD9E5

#BCD9E5
(188,217,229)
#ABC6D1
(171,198,209)
#9AB3BD
(154,179,189)
#89A0A9
(137,160,169)
#788D95
(120,141,149)
#677A81
(103,122,129)
#56676D
(86,103,109)
#455459
(69,84,89)
#344145
(52,65,69)
#232E31
(35,46,49)
#121B1D
(18,27,29)
#000000
(0,0,0)

Tints of #BCD9E5

#BCD9E5
(188,217,229)
#C2DCE7
(194,220,231)
#C8DFE9
(200,223,233)
#CEE2EB
(206,226,235)
#D4E5ED
(212,229,237)
#DAE8EF
(218,232,239)
#E0EBF1
(224,235,241)
#E6EEF3
(230,238,243)
#ECF1F5
(236,241,245)
#F2F4F7
(242,244,247)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD9E5 color. Also use rgb(188,217,229) instead hex code.

Text Font Color

.myTextColor { color: #BCD9E5; }

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

This text font color is #BCD9E5.


Background Color

.myBgColor { background-color: #BCD9E5; }

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

This div background color is #BCD9E5.


Border color

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

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

This div border color is #BCD9E5.


Opacity

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

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

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

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

This text has shadow with #BCD9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD9E5 on black background.


Color preview on white background

This text has color #BCD9E5 on white background.



Black color preview on #BCD9E5 background

This text has black color on #BCD9E5 background.


White color preview on #BCD9E5 background

This text has white color on #BCD9E5 background.