COLOR #BCD5E7

HEX: #BCD5E7
RGB: (188,213,231)

Renk bilgisi

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

RGB renk modeli

#BCD5E7 color RGB value is (188,213,231).

  • kırmız ton 188;
  • yeşil ton 213;
  • mavi ton 231.
RGB:
(188,213,231)
(74%,84%,91%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 213 of 255 = 84%
B 231 of 255 = 91%

188
213
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 213 + 231 = 632 (100%)
R 188 of 632 ~ 29.75%
G 213 of 632 ~ 33.7%
B 231 of 632 ~ 36.55%

%29.75
%33.7
%36.55

CMYK RENK MODELİ

#BCD5E7 rengi CMYK tonu (19,8,0,9).

  • camgöbeği tonu 18.61%
  • eflatun tonu 7.79%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(19,8,0,9)
C19M8Y0K9 
(19%,8%,0%,9%)
(0.19/0.08/0.00/0.09)	

CMYK yüzdeleri

%18.61
%7.79
%0
%9.41

Codes

Color #BCD5E7 in popluar color models

BCD5E7
RGB188213231
HSL205°47.25%82.16%
HSB/HSV205°18.61%90.59%
CMYK18.61%7.79%0.00%
9.41%

Color #BCD5E7 in popluar number systems.

HEXBCD5E7
Decimal188213231
Binary101111001101010111100111
Octal274325347

Shades and tints

Shades of #BCD5E7

#BCD5E7
(188,213,231)
#ABC2D2
(171,194,210)
#9AAFBD
(154,175,189)
#899CA8
(137,156,168)
#788993
(120,137,147)
#67767E
(103,118,126)
#566369
(86,99,105)
#455054
(69,80,84)
#343D3F
(52,61,63)
#232A2A
(35,42,42)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCD5E7

#BCD5E7
(188,213,231)
#C2D8E9
(194,216,233)
#C8DBEB
(200,219,235)
#CEDEED
(206,222,237)
#D4E1EF
(212,225,239)
#DAE4F1
(218,228,241)
#E0E7F3
(224,231,243)
#E6EAF5
(230,234,245)
#ECEDF7
(236,237,247)
#F2F0F9
(242,240,249)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD5E7 color. Also use rgb(188,213,231) instead hex code.

Text Font Color

.myTextColor { color: #BCD5E7; }

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

This text font color is #BCD5E7.


Background Color

.myBgColor { background-color: #BCD5E7; }

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

This div background color is #BCD5E7.


Border color

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

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

This div border color is #BCD5E7.


Opacity

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

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

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

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

This text has shadow with #BCD5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD5E7 on black background.


Color preview on white background

This text has color #BCD5E7 on white background.



Black color preview on #BCD5E7 background

This text has black color on #BCD5E7 background.


White color preview on #BCD5E7 background

This text has white color on #BCD5E7 background.