COLOR #BDC5E7

HEX: #BDC5E7
RGB: (189,197,231)

Renk bilgisi

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

RGB renk modeli

#BDC5E7 color RGB value is (189,197,231).

  • kırmız ton 189;
  • yeşil ton 197;
  • mavi ton 231.
RGB:
(189,197,231)
(74%,77%,91%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 197 of 255 = 77%
B 231 of 255 = 91%

189
197
231

R + G + B ~ 81%. #BDC5E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 197 + 231 = 617 (100%)
R 189 of 617 ~ 30.63%
G 197 of 617 ~ 31.93%
B 231 of 617 ~ 37.44%

%30.63
%31.93
%37.44

CMYK RENK MODELİ

#BDC5E7 rengi CMYK tonu (18,15,0,9).

  • camgöbeği tonu 18.18%
  • eflatun tonu 14.72%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(18,15,0,9)
C18M15Y0K9 
(18%,15%,0%,9%)
(0.18/0.15/0.00/0.09)	

CMYK yüzdeleri

%18.18
%14.72
%0
%9.41

Codes

Color #BDC5E7 in popluar color models

BDC5E7
RGB189197231
HSL229°46.67%82.35%
HSB/HSV229°18.18%90.59%
CMYK18.18%14.72%0.00%
9.41%

Color #BDC5E7 in popluar number systems.

HEXBDC5E7
Decimal189197231
Binary101111011100010111100111
Octal275305347

Shades and tints

Shades of #BDC5E7

#BDC5E7
(189,197,231)
#ACB4D2
(172,180,210)
#9BA3BD
(155,163,189)
#8A92A8
(138,146,168)
#798193
(121,129,147)
#68707E
(104,112,126)
#575F69
(87,95,105)
#464E54
(70,78,84)
#353D3F
(53,61,63)
#242C2A
(36,44,42)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #BDC5E7

#BDC5E7
(189,197,231)
#C3CAE9
(195,202,233)
#C9CFEB
(201,207,235)
#CFD4ED
(207,212,237)
#D5D9EF
(213,217,239)
#DBDEF1
(219,222,241)
#E1E3F3
(225,227,243)
#E7E8F5
(231,232,245)
#EDEDF7
(237,237,247)
#F3F2F9
(243,242,249)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC5E7 color. Also use rgb(189,197,231) instead hex code.

Text Font Color

.myTextColor { color: #BDC5E7; }

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

This text font color is #BDC5E7.


Background Color

.myBgColor { background-color: #BDC5E7; }

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

This div background color is #BDC5E7.


Border color

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

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

This div border color is #BDC5E7.


Opacity

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

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

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

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

This text has shadow with #BDC5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC5E7 on black background.


Color preview on white background

This text has color #BDC5E7 on white background.



Black color preview on #BDC5E7 background

This text has black color on #BDC5E7 background.


White color preview on #BDC5E7 background

This text has white color on #BDC5E7 background.