COLOR #DAEBF6

HEX: #DAEBF6
RGB: (218,235,246)

Renk bilgisi

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

RGB renk modeli

#DAEBF6 color RGB value is (218,235,246).

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

RGB bağlantıları ve doygunluk

R 218 of 255 = 85%
G 235 of 255 = 92%
B 246 of 255 = 96%

218
235
246

R + G + B ~ 91%. #DAEBF6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
218 + 235 + 246 = 699 (100%)
R 218 of 699 ~ 31.19%
G 235 of 699 ~ 33.62%
B 246 of 699 ~ 35.19%

%31.19
%33.62
%35.19

CMYK RENK MODELİ

#DAEBF6 rengi CMYK tonu (11,4,0,4).

  • camgöbeği tonu 11.38%
  • eflatun tonu 4.47%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(11,4,0,4)
C11M4Y0K4 
(11%,4%,0%,4%)
(0.11/0.04/0.00/0.04)	

CMYK yüzdeleri

%11.38
%4.47
%0
%3.53

Codes

Color #DAEBF6 in popluar color models

DAEBF6
RGB218235246
HSL204°60.87%90.98%
HSB/HSV204°11.38%96.47%
CMYK11.38%4.47%0.00%
3.53%

Color #DAEBF6 in popluar number systems.

HEXDAEBF6
Decimal218235246
Binary110110101110101111110110
Octal332353366

Shades and tints

Shades of #DAEBF6

#DAEBF6
(218,235,246)
#C7D6E0
(199,214,224)
#B4C1CA
(180,193,202)
#A1ACB4
(161,172,180)
#8E979E
(142,151,158)
#7B8288
(123,130,136)
#686D72
(104,109,114)
#55585C
(85,88,92)
#424346
(66,67,70)
#2F2E30
(47,46,48)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #DAEBF6

#DAEBF6
(218,235,246)
#DDECF6
(221,236,246)
#E0EDF6
(224,237,246)
#E3EEF6
(227,238,246)
#E6EFF6
(230,239,246)
#E9F0F6
(233,240,246)
#ECF1F6
(236,241,246)
#EFF2F6
(239,242,246)
#F2F3F6
(242,243,246)
#F5F4F6
(245,244,246)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAEBF6; }

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

This text font color is #DAEBF6.


Background Color

.myBgColor { background-color: #DAEBF6; }

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

This div background color is #DAEBF6.


Border color

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

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

This div border color is #DAEBF6.


Opacity

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

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

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

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

This text has shadow with #DAEBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAEBF6 on black background.


Color preview on white background

This text has color #DAEBF6 on white background.



Black color preview on #DAEBF6 background

This text has black color on #DAEBF6 background.


White color preview on #DAEBF6 background

This text has white color on #DAEBF6 background.