COLOR #BDD8E1

HEX: #BDD8E1
RGB: (189,216,225)

Renk bilgisi

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

RGB renk modeli

#BDD8E1 color RGB value is (189,216,225).

  • kırmız ton 189;
  • yeşil ton 216;
  • mavi ton 225.
RGB:
(189,216,225)
(74%,85%,88%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 216 of 255 = 85%
B 225 of 255 = 88%

189
216
225

R + G + B ~ 82%. #BDD8E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 216 + 225 = 630 (100%)
R 189 of 630 ~ 30%
G 216 of 630 ~ 34.29%
B 225 of 630 ~ 35.71%

%30
%34.29
%35.71

CMYK RENK MODELİ

#BDD8E1 rengi CMYK tonu (16,4,0,12).

  • camgöbeği tonu 16.00%
  • eflatun tonu 4.00%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(16,4,0,12)
C16M4Y0K12 
(16%,4%,0%,12%)
(0.16/0.04/0.00/0.12)	

CMYK yüzdeleri

%16
%4
%0
%11.76

Codes

Color #BDD8E1 in popluar color models

BDD8E1
RGB189216225
HSL195°37.50%81.18%
HSB/HSV195°16.00%88.24%
CMYK16.00%4.00%0.00%
11.76%

Color #BDD8E1 in popluar number systems.

HEXBDD8E1
Decimal189216225
Binary101111011101100011100001
Octal275330341

Shades and tints

Shades of #BDD8E1

#BDD8E1
(189,216,225)
#ACC5CD
(172,197,205)
#9BB2B9
(155,178,185)
#8A9FA5
(138,159,165)
#798C91
(121,140,145)
#68797D
(104,121,125)
#576669
(87,102,105)
#465355
(70,83,85)
#354041
(53,64,65)
#242D2D
(36,45,45)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #BDD8E1

#BDD8E1
(189,216,225)
#C3DBE3
(195,219,227)
#C9DEE5
(201,222,229)
#CFE1E7
(207,225,231)
#D5E4E9
(213,228,233)
#DBE7EB
(219,231,235)
#E1EAED
(225,234,237)
#E7EDEF
(231,237,239)
#EDF0F1
(237,240,241)
#F3F3F3
(243,243,243)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD8E1 color. Also use rgb(189,216,225) instead hex code.

Text Font Color

.myTextColor { color: #BDD8E1; }

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

This text font color is #BDD8E1.


Background Color

.myBgColor { background-color: #BDD8E1; }

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

This div background color is #BDD8E1.


Border color

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

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

This div border color is #BDD8E1.


Opacity

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

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

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

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

This text has shadow with #BDD8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD8E1 on black background.


Color preview on white background

This text has color #BDD8E1 on white background.



Black color preview on #BDD8E1 background

This text has black color on #BDD8E1 background.


White color preview on #BDD8E1 background

This text has white color on #BDD8E1 background.