COLOR #D9EBDC

HEX: #D9EBDC
RGB: (217,235,220)

Renk bilgisi

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

RGB renk modeli

#D9EBDC color RGB value is (217,235,220).

  • kırmız ton 217;
  • yeşil ton 235;
  • mavi ton 220.
RGB:
(217,235,220)
(85%,92%,86%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 235 of 255 = 92%
B 220 of 255 = 86%

217
235
220

R + G + B ~ 88%. #D9EBDC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 235 + 220 = 672 (100%)
R 217 of 672 ~ 32.29%
G 235 of 672 ~ 34.97%
B 220 of 672 ~ 32.74%

%32.29
%34.97
%32.74

CMYK RENK MODELİ

#D9EBDC rengi CMYK tonu (8,0,6,8).

  • camgöbeği tonu 7.66%
  • eflatun tonu 0.00%
  • sarı tonu 6.38%
  • ana renk tonu 7.84%
CMYK:
(8,0,6,8)
C8M0Y6K8 
(8%,0%,6%,8%)
(0.08/0.00/0.06/0.08)	

CMYK yüzdeleri

%7.66
%0
%6.38
%7.84

Codes

Color #D9EBDC in popluar color models

D9EBDC
RGB217235220
HSL130°31.03%88.63%
HSB/HSV130°7.66%92.16%
CMYK7.66%0.00%6.38%
7.84%

Color #D9EBDC in popluar number systems.

HEXD9EBDC
Decimal217235220
Binary110110011110101111011100
Octal331353334

Shades and tints

Shades of #D9EBDC

#D9EBDC
(217,235,220)
#C6D6C8
(198,214,200)
#B3C1B4
(179,193,180)
#A0ACA0
(160,172,160)
#8D978C
(141,151,140)
#7A8278
(122,130,120)
#676D64
(103,109,100)
#545850
(84,88,80)
#41433C
(65,67,60)
#2E2E28
(46,46,40)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #D9EBDC

#D9EBDC
(217,235,220)
#DCECDF
(220,236,223)
#DFEDE2
(223,237,226)
#E2EEE5
(226,238,229)
#E5EFE8
(229,239,232)
#E8F0EB
(232,240,235)
#EBF1EE
(235,241,238)
#EEF2F1
(238,242,241)
#F1F3F4
(241,243,244)
#F4F4F7
(244,244,247)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EBDC color. Also use rgb(217,235,220) instead hex code.

Text Font Color

.myTextColor { color: #D9EBDC; }

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

This text font color is #D9EBDC.


Background Color

.myBgColor { background-color: #D9EBDC; }

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

This div background color is #D9EBDC.


Border color

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

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

This div border color is #D9EBDC.


Opacity

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

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

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

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

This text has shadow with #D9EBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EBDC on black background.


Color preview on white background

This text has color #D9EBDC on white background.



Black color preview on #D9EBDC background

This text has black color on #D9EBDC background.


White color preview on #D9EBDC background

This text has white color on #D9EBDC background.