COLOR #D9EEF6

HEX: #D9EEF6
RGB: (217,238,246)

Renk bilgisi

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

RGB renk modeli

#D9EEF6 color RGB value is (217,238,246).

  • kırmız ton 217;
  • yeşil ton 238;
  • mavi ton 246.
RGB:
(217,238,246)
(85%,93%,96%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 238 of 255 = 93%
B 246 of 255 = 96%

217
238
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 238 + 246 = 701 (100%)
R 217 of 701 ~ 30.96%
G 238 of 701 ~ 33.95%
B 246 of 701 ~ 35.09%

%30.96
%33.95
%35.09

CMYK RENK MODELİ

#D9EEF6 rengi CMYK tonu (12,3,0,4).

  • camgöbeği tonu 11.79%
  • eflatun tonu 3.25%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(12,3,0,4)
C12M3Y0K4 
(12%,3%,0%,4%)
(0.12/0.03/0.00/0.04)	

CMYK yüzdeleri

%11.79
%3.25
%0
%3.53

Codes

Color #D9EEF6 in popluar color models

D9EEF6
RGB217238246
HSL197°61.70%90.78%
HSB/HSV197°11.79%96.47%
CMYK11.79%3.25%0.00%
3.53%

Color #D9EEF6 in popluar number systems.

HEXD9EEF6
Decimal217238246
Binary110110011110111011110110
Octal331356366

Shades and tints

Shades of #D9EEF6

#D9EEF6
(217,238,246)
#C6D9E0
(198,217,224)
#B3C4CA
(179,196,202)
#A0AFB4
(160,175,180)
#8D9A9E
(141,154,158)
#7A8588
(122,133,136)
#677072
(103,112,114)
#545B5C
(84,91,92)
#414646
(65,70,70)
#2E3130
(46,49,48)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #D9EEF6

#D9EEF6
(217,238,246)
#DCEFF6
(220,239,246)
#DFF0F6
(223,240,246)
#E2F1F6
(226,241,246)
#E5F2F6
(229,242,246)
#E8F3F6
(232,243,246)
#EBF4F6
(235,244,246)
#EEF5F6
(238,245,246)
#F1F6F6
(241,246,246)
#F4F7F6
(244,247,246)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EEF6 color. Also use rgb(217,238,246) instead hex code.

Text Font Color

.myTextColor { color: #D9EEF6; }

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

This text font color is #D9EEF6.


Background Color

.myBgColor { background-color: #D9EEF6; }

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

This div background color is #D9EEF6.


Border color

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

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

This div border color is #D9EEF6.


Opacity

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

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

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

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

This text has shadow with #D9EEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EEF6 on black background.


Color preview on white background

This text has color #D9EEF6 on white background.



Black color preview on #D9EEF6 background

This text has black color on #D9EEF6 background.


White color preview on #D9EEF6 background

This text has white color on #D9EEF6 background.