COLOR #EBF6FD

HEX: #EBF6FD
RGB: (235,246,253)

Renk bilgisi

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

RGB renk modeli

#EBF6FD color RGB value is (235,246,253).

  • kırmız ton 235;
  • yeşil ton 246;
  • mavi ton 253.
RGB:
(235,246,253)
(92%,96%,99%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 246 of 255 = 96%
B 253 of 255 = 99%

235
246
253

R + G + B ~ 96%. #EBF6FD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 246 + 253 = 734 (100%)
R 235 of 734 ~ 32.02%
G 246 of 734 ~ 33.51%
B 253 of 734 ~ 34.47%

%32.02
%33.51
%34.47

CMYK RENK MODELİ

#EBF6FD rengi CMYK tonu (7,3,0,1).

  • camgöbeği tonu 7.11%
  • eflatun tonu 2.77%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(7,3,0,1)
C7M3Y0K1 
(7%,3%,0%,1%)
(0.07/0.03/0.00/0.01)	

CMYK yüzdeleri

%7.11
%2.77
%0
%0.78

Codes

Color #EBF6FD in popluar color models

EBF6FD
RGB235246253
HSL203°81.82%95.69%
HSB/HSV203°7.11%99.22%
CMYK7.11%2.77%0.00%
0.78%

Color #EBF6FD in popluar number systems.

HEXEBF6FD
Decimal235246253
Binary111010111111011011111101
Octal353366375

Shades and tints

Shades of #EBF6FD

#EBF6FD
(235,246,253)
#D6E0E6
(214,224,230)
#C1CACF
(193,202,207)
#ACB4B8
(172,180,184)
#979EA1
(151,158,161)
#82888A
(130,136,138)
#6D7273
(109,114,115)
#585C5C
(88,92,92)
#434645
(67,70,69)
#2E302E
(46,48,46)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #EBF6FD

#EBF6FD
(235,246,253)
#ECF6FD
(236,246,253)
#EDF6FD
(237,246,253)
#EEF6FD
(238,246,253)
#EFF6FD
(239,246,253)
#F0F6FD
(240,246,253)
#F1F6FD
(241,246,253)
#F2F6FD
(242,246,253)
#F3F6FD
(243,246,253)
#F4F6FD
(244,246,253)
#F5F6FD
(245,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBF6FD color. Also use rgb(235,246,253) instead hex code.

Text Font Color

.myTextColor { color: #EBF6FD; }

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

This text font color is #EBF6FD.


Background Color

.myBgColor { background-color: #EBF6FD; }

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

This div background color is #EBF6FD.


Border color

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

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

This div border color is #EBF6FD.


Opacity

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

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

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

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

This text has shadow with #EBF6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF6FD on black background.


Color preview on white background

This text has color #EBF6FD on white background.



Black color preview on #EBF6FD background

This text has black color on #EBF6FD background.


White color preview on #EBF6FD background

This text has white color on #EBF6FD background.