COLOR #D6EAF1

HEX: #D6EAF1
RGB: (214,234,241)

Renk bilgisi

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

RGB renk modeli

#D6EAF1 color RGB value is (214,234,241).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 234 of 255 = 92%
B 241 of 255 = 95%

214
234
241

R + G + B ~ 90%. #D6EAF1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 234 + 241 = 689 (100%)
R 214 of 689 ~ 31.06%
G 234 of 689 ~ 33.96%
B 241 of 689 ~ 34.98%

%31.06
%33.96
%34.98

CMYK RENK MODELİ

#D6EAF1 rengi CMYK tonu (11,3,0,5).

  • camgöbeği tonu 11.20%
  • eflatun tonu 2.90%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(11,3,0,5)
C11M3Y0K5 
(11%,3%,0%,5%)
(0.11/0.03/0.00/0.05)	

CMYK yüzdeleri

%11.2
%2.9
%0
%5.49

Codes

Color #D6EAF1 in popluar color models

D6EAF1
RGB214234241
HSL196°49.09%89.22%
HSB/HSV196°11.20%94.51%
CMYK11.20%2.90%0.00%
5.49%

Color #D6EAF1 in popluar number systems.

HEXD6EAF1
Decimal214234241
Binary110101101110101011110001
Octal326352361

Shades and tints

Shades of #D6EAF1

#D6EAF1
(214,234,241)
#C3D5DC
(195,213,220)
#B0C0C7
(176,192,199)
#9DABB2
(157,171,178)
#8A969D
(138,150,157)
#778188
(119,129,136)
#646C73
(100,108,115)
#51575E
(81,87,94)
#3E4249
(62,66,73)
#2B2D34
(43,45,52)
#18181F
(24,24,31)
#000000
(0,0,0)

Tints of #D6EAF1

#D6EAF1
(214,234,241)
#D9EBF2
(217,235,242)
#DCECF3
(220,236,243)
#DFEDF4
(223,237,244)
#E2EEF5
(226,238,245)
#E5EFF6
(229,239,246)
#E8F0F7
(232,240,247)
#EBF1F8
(235,241,248)
#EEF2F9
(238,242,249)
#F1F3FA
(241,243,250)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EAF1; }

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

This text font color is #D6EAF1.


Background Color

.myBgColor { background-color: #D6EAF1; }

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

This div background color is #D6EAF1.


Border color

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

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

This div border color is #D6EAF1.


Opacity

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

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

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

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

This text has shadow with #D6EAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EAF1 on black background.


Color preview on white background

This text has color #D6EAF1 on white background.



Black color preview on #D6EAF1 background

This text has black color on #D6EAF1 background.


White color preview on #D6EAF1 background

This text has white color on #D6EAF1 background.