COLOR #D6EAFA

HEX: #D6EAFA
RGB: (214,234,250)

Renk bilgisi

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

RGB renk modeli

#D6EAFA color RGB value is (214,234,250).

  • kırmız ton 214;
  • yeşil ton 234;
  • mavi ton 250.
RGB:
(214,234,250)
(84%,92%,98%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 234 of 255 = 92%
B 250 of 255 = 98%

214
234
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 234 + 250 = 698 (100%)
R 214 of 698 ~ 30.66%
G 234 of 698 ~ 33.52%
B 250 of 698 ~ 35.82%

%30.66
%33.52
%35.82

CMYK RENK MODELİ

#D6EAFA rengi CMYK tonu (14,6,0,2).

  • camgöbeği tonu 14.40%
  • eflatun tonu 6.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(14,6,0,2)
C14M6Y0K2 
(14%,6%,0%,2%)
(0.14/0.06/0.00/0.02)	

CMYK yüzdeleri

%14.4
%6.4
%0
%1.96

Codes

Color #D6EAFA in popluar color models

D6EAFA
RGB214234250
HSL207°78.26%90.98%
HSB/HSV207°14.40%98.04%
CMYK14.40%6.40%0.00%
1.96%

Color #D6EAFA in popluar number systems.

HEXD6EAFA
Decimal214234250
Binary110101101110101011111010
Octal326352372

Shades and tints

Shades of #D6EAFA

#D6EAFA
(214,234,250)
#C3D5E4
(195,213,228)
#B0C0CE
(176,192,206)
#9DABB8
(157,171,184)
#8A96A2
(138,150,162)
#77818C
(119,129,140)
#646C76
(100,108,118)
#515760
(81,87,96)
#3E424A
(62,66,74)
#2B2D34
(43,45,52)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #D6EAFA

#D6EAFA
(214,234,250)
#D9EBFA
(217,235,250)
#DCECFA
(220,236,250)
#DFEDFA
(223,237,250)
#E2EEFA
(226,238,250)
#E5EFFA
(229,239,250)
#E8F0FA
(232,240,250)
#EBF1FA
(235,241,250)
#EEF2FA
(238,242,250)
#F1F3FA
(241,243,250)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EAFA color. Also use rgb(214,234,250) instead hex code.

Text Font Color

.myTextColor { color: #D6EAFA; }

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

This text font color is #D6EAFA.


Background Color

.myBgColor { background-color: #D6EAFA; }

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

This div background color is #D6EAFA.


Border color

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

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

This div border color is #D6EAFA.


Opacity

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

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

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

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

This text has shadow with #D6EAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EAFA on black background.


Color preview on white background

This text has color #D6EAFA on white background.



Black color preview on #D6EAFA background

This text has black color on #D6EAFA background.


White color preview on #D6EAFA background

This text has white color on #D6EAFA background.