COLOR #BDE6EF

HEX: #BDE6EF
RGB: (189,230,239)

Renk bilgisi

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

RGB renk modeli

#BDE6EF color RGB value is (189,230,239).

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

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 230 of 255 = 90%
B 239 of 255 = 94%

189
230
239

R + G + B ~ 86%. #BDE6EF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 230 + 239 = 658 (100%)
R 189 of 658 ~ 28.72%
G 230 of 658 ~ 34.95%
B 239 of 658 ~ 36.32%

%28.72
%34.95
%36.32

CMYK RENK MODELİ

#BDE6EF rengi CMYK tonu (21,4,0,6).

  • camgöbeği tonu 20.92%
  • eflatun tonu 3.77%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(21,4,0,6)
C21M4Y0K6 
(21%,4%,0%,6%)
(0.21/0.04/0.00/0.06)	

CMYK yüzdeleri

%20.92
%3.77
%0
%6.27

Codes

Color #BDE6EF in popluar color models

BDE6EF
RGB189230239
HSL191°60.98%83.92%
HSB/HSV191°20.92%93.73%
CMYK20.92%3.77%0.00%
6.27%

Color #BDE6EF in popluar number systems.

HEXBDE6EF
Decimal189230239
Binary101111011110011011101111
Octal275346357

Shades and tints

Shades of #BDE6EF

#BDE6EF
(189,230,239)
#ACD2DA
(172,210,218)
#9BBEC5
(155,190,197)
#8AAAB0
(138,170,176)
#79969B
(121,150,155)
#688286
(104,130,134)
#576E71
(87,110,113)
#465A5C
(70,90,92)
#354647
(53,70,71)
#243232
(36,50,50)
#131E1D
(19,30,29)
#000000
(0,0,0)

Tints of #BDE6EF

#BDE6EF
(189,230,239)
#C3E8F0
(195,232,240)
#C9EAF1
(201,234,241)
#CFECF2
(207,236,242)
#D5EEF3
(213,238,243)
#DBF0F4
(219,240,244)
#E1F2F5
(225,242,245)
#E7F4F6
(231,244,246)
#EDF6F7
(237,246,247)
#F3F8F8
(243,248,248)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE6EF; }

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

This text font color is #BDE6EF.


Background Color

.myBgColor { background-color: #BDE6EF; }

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

This div background color is #BDE6EF.


Border color

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

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

This div border color is #BDE6EF.


Opacity

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

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

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

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

This text has shadow with #BDE6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE6EF on black background.


Color preview on white background

This text has color #BDE6EF on white background.



Black color preview on #BDE6EF background

This text has black color on #BDE6EF background.


White color preview on #BDE6EF background

This text has white color on #BDE6EF background.