COLOR #D9EEF0

HEX: #D9EEF0
RGB: (217,238,240)

Renk bilgisi

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

RGB renk modeli

#D9EEF0 color RGB value is (217,238,240).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 238 of 255 = 93%
B 240 of 255 = 94%

217
238
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 238 + 240 = 695 (100%)
R 217 of 695 ~ 31.22%
G 238 of 695 ~ 34.24%
B 240 of 695 ~ 34.53%

%31.22
%34.24
%34.53

CMYK RENK MODELİ

#D9EEF0 rengi CMYK tonu (10,1,0,6).

  • camgöbeği tonu 9.58%
  • eflatun tonu 0.83%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(10,1,0,6)
C10M1Y0K6 
(10%,1%,0%,6%)
(0.10/0.01/0.00/0.06)	

CMYK yüzdeleri

%9.58
%0.83
%0
%5.88

Codes

Color #D9EEF0 in popluar color models

D9EEF0
RGB217238240
HSL185°43.40%89.61%
HSB/HSV185°9.58%94.12%
CMYK9.58%0.83%0.00%
5.88%

Color #D9EEF0 in popluar number systems.

HEXD9EEF0
Decimal217238240
Binary110110011110111011110000
Octal331356360

Shades and tints

Shades of #D9EEF0

#D9EEF0
(217,238,240)
#C6D9DB
(198,217,219)
#B3C4C6
(179,196,198)
#A0AFB1
(160,175,177)
#8D9A9C
(141,154,156)
#7A8587
(122,133,135)
#677072
(103,112,114)
#545B5D
(84,91,93)
#414648
(65,70,72)
#2E3133
(46,49,51)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #D9EEF0

#D9EEF0
(217,238,240)
#DCEFF1
(220,239,241)
#DFF0F2
(223,240,242)
#E2F1F3
(226,241,243)
#E5F2F4
(229,242,244)
#E8F3F5
(232,243,245)
#EBF4F6
(235,244,246)
#EEF5F7
(238,245,247)
#F1F6F8
(241,246,248)
#F4F7F9
(244,247,249)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EEF0; }

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

This text font color is #D9EEF0.


Background Color

.myBgColor { background-color: #D9EEF0; }

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

This div background color is #D9EEF0.


Border color

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

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

This div border color is #D9EEF0.


Opacity

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

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

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

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

This text has shadow with #D9EEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EEF0 on black background.


Color preview on white background

This text has color #D9EEF0 on white background.



Black color preview on #D9EEF0 background

This text has black color on #D9EEF0 background.


White color preview on #D9EEF0 background

This text has white color on #D9EEF0 background.