COLOR #BDD5E6

HEX: #BDD5E6
RGB: (189,213,230)

Renk bilgisi

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

RGB renk modeli

#BDD5E6 color RGB value is (189,213,230).

  • kırmız ton 189;
  • yeşil ton 213;
  • mavi ton 230.
RGB:
(189,213,230)
(74%,84%,90%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 213 of 255 = 84%
B 230 of 255 = 90%

189
213
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 213 + 230 = 632 (100%)
R 189 of 632 ~ 29.91%
G 213 of 632 ~ 33.7%
B 230 of 632 ~ 36.39%

%29.91
%33.7
%36.39

CMYK RENK MODELİ

#BDD5E6 rengi CMYK tonu (18,7,0,10).

  • camgöbeği tonu 17.83%
  • eflatun tonu 7.39%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(18,7,0,10)
C18M7Y0K10 
(18%,7%,0%,10%)
(0.18/0.07/0.00/0.10)	

CMYK yüzdeleri

%17.83
%7.39
%0
%9.8

Codes

Color #BDD5E6 in popluar color models

BDD5E6
RGB189213230
HSL205°45.05%82.16%
HSB/HSV205°17.83%90.20%
CMYK17.83%7.39%0.00%
9.80%

Color #BDD5E6 in popluar number systems.

HEXBDD5E6
Decimal189213230
Binary101111011101010111100110
Octal275325346

Shades and tints

Shades of #BDD5E6

#BDD5E6
(189,213,230)
#ACC2D2
(172,194,210)
#9BAFBE
(155,175,190)
#8A9CAA
(138,156,170)
#798996
(121,137,150)
#687682
(104,118,130)
#57636E
(87,99,110)
#46505A
(70,80,90)
#353D46
(53,61,70)
#242A32
(36,42,50)
#13171E
(19,23,30)
#000000
(0,0,0)

Tints of #BDD5E6

#BDD5E6
(189,213,230)
#C3D8E8
(195,216,232)
#C9DBEA
(201,219,234)
#CFDEEC
(207,222,236)
#D5E1EE
(213,225,238)
#DBE4F0
(219,228,240)
#E1E7F2
(225,231,242)
#E7EAF4
(231,234,244)
#EDEDF6
(237,237,246)
#F3F0F8
(243,240,248)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD5E6 color. Also use rgb(189,213,230) instead hex code.

Text Font Color

.myTextColor { color: #BDD5E6; }

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

This text font color is #BDD5E6.


Background Color

.myBgColor { background-color: #BDD5E6; }

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

This div background color is #BDD5E6.


Border color

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

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

This div border color is #BDD5E6.


Opacity

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

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

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

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

This text has shadow with #BDD5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD5E6 on black background.


Color preview on white background

This text has color #BDD5E6 on white background.



Black color preview on #BDD5E6 background

This text has black color on #BDD5E6 background.


White color preview on #BDD5E6 background

This text has white color on #BDD5E6 background.