COLOR #BCD7EE

HEX: #BCD7EE
RGB: (188,215,238)

Renk bilgisi

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

RGB renk modeli

#BCD7EE color RGB value is (188,215,238).

  • kırmız ton 188;
  • yeşil ton 215;
  • mavi ton 238.
RGB:
(188,215,238)
(74%,84%,93%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 215 of 255 = 84%
B 238 of 255 = 93%

188
215
238

R + G + B ~ 84%. #BCD7EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 215 + 238 = 641 (100%)
R 188 of 641 ~ 29.33%
G 215 of 641 ~ 33.54%
B 238 of 641 ~ 37.13%

%29.33
%33.54
%37.13

CMYK RENK MODELİ

#BCD7EE rengi CMYK tonu (21,10,0,7).

  • camgöbeği tonu 21.01%
  • eflatun tonu 9.66%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(21,10,0,7)
C21M10Y0K7 
(21%,10%,0%,7%)
(0.21/0.10/0.00/0.07)	

CMYK yüzdeleri

%21.01
%9.66
%0
%6.67

Codes

Color #BCD7EE in popluar color models

BCD7EE
RGB188215238
HSL208°59.52%83.53%
HSB/HSV208°21.01%93.33%
CMYK21.01%9.66%0.00%
6.67%

Color #BCD7EE in popluar number systems.

HEXBCD7EE
Decimal188215238
Binary101111001101011111101110
Octal274327356

Shades and tints

Shades of #BCD7EE

#BCD7EE
(188,215,238)
#ABC4D9
(171,196,217)
#9AB1C4
(154,177,196)
#899EAF
(137,158,175)
#788B9A
(120,139,154)
#677885
(103,120,133)
#566570
(86,101,112)
#45525B
(69,82,91)
#343F46
(52,63,70)
#232C31
(35,44,49)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #BCD7EE

#BCD7EE
(188,215,238)
#C2DAEF
(194,218,239)
#C8DDF0
(200,221,240)
#CEE0F1
(206,224,241)
#D4E3F2
(212,227,242)
#DAE6F3
(218,230,243)
#E0E9F4
(224,233,244)
#E6ECF5
(230,236,245)
#ECEFF6
(236,239,246)
#F2F2F7
(242,242,247)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD7EE color. Also use rgb(188,215,238) instead hex code.

Text Font Color

.myTextColor { color: #BCD7EE; }

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

This text font color is #BCD7EE.


Background Color

.myBgColor { background-color: #BCD7EE; }

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

This div background color is #BCD7EE.


Border color

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

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

This div border color is #BCD7EE.


Opacity

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

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

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

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

This text has shadow with #BCD7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD7EE on black background.


Color preview on white background

This text has color #BCD7EE on white background.



Black color preview on #BCD7EE background

This text has black color on #BCD7EE background.


White color preview on #BCD7EE background

This text has white color on #BCD7EE background.