COLOR #D9EFED

HEX: #D9EFED
RGB: (217,239,237)

Renk bilgisi

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

RGB renk modeli

#D9EFED color RGB value is (217,239,237).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 239 of 255 = 94%
B 237 of 255 = 93%

217
239
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 239 + 237 = 693 (100%)
R 217 of 693 ~ 31.31%
G 239 of 693 ~ 34.49%
B 237 of 693 ~ 34.2%

%31.31
%34.49
%34.2

CMYK RENK MODELİ

#D9EFED rengi CMYK tonu (9,0,1,6).

  • camgöbeği tonu 9.21%
  • eflatun tonu 0.00%
  • sarı tonu 0.84%
  • ana renk tonu 6.27%
CMYK:
(9,0,1,6)
C9M0Y1K6 
(9%,0%,1%,6%)
(0.09/0.00/0.01/0.06)	

CMYK yüzdeleri

%9.21
%0
%0.84
%6.27

Codes

Color #D9EFED in popluar color models

D9EFED
RGB217239237
HSL175°40.74%89.41%
HSB/HSV175°9.21%93.73%
CMYK9.21%0.00%0.84%
6.27%

Color #D9EFED in popluar number systems.

HEXD9EFED
Decimal217239237
Binary110110011110111111101101
Octal331357355

Shades and tints

Shades of #D9EFED

#D9EFED
(217,239,237)
#C6DAD8
(198,218,216)
#B3C5C3
(179,197,195)
#A0B0AE
(160,176,174)
#8D9B99
(141,155,153)
#7A8684
(122,134,132)
#67716F
(103,113,111)
#545C5A
(84,92,90)
#414745
(65,71,69)
#2E3230
(46,50,48)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #D9EFED

#D9EFED
(217,239,237)
#DCF0EE
(220,240,238)
#DFF1EF
(223,241,239)
#E2F2F0
(226,242,240)
#E5F3F1
(229,243,241)
#E8F4F2
(232,244,242)
#EBF5F3
(235,245,243)
#EEF6F4
(238,246,244)
#F1F7F5
(241,247,245)
#F4F8F6
(244,248,246)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EFED color. Also use rgb(217,239,237) instead hex code.

Text Font Color

.myTextColor { color: #D9EFED; }

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

This text font color is #D9EFED.


Background Color

.myBgColor { background-color: #D9EFED; }

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

This div background color is #D9EFED.


Border color

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

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

This div border color is #D9EFED.


Opacity

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

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

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

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

This text has shadow with #D9EFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EFED on black background.


Color preview on white background

This text has color #D9EFED on white background.



Black color preview on #D9EFED background

This text has black color on #D9EFED background.


White color preview on #D9EFED background

This text has white color on #D9EFED background.