COLOR #D9D5EC

HEX: #D9D5EC
RGB: (217,213,236)

Renk bilgisi

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

RGB renk modeli

#D9D5EC color RGB value is (217,213,236).

  • kırmız ton 217;
  • yeşil ton 213;
  • mavi ton 236.
RGB:
(217,213,236)
(85%,84%,93%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 213 of 255 = 84%
B 236 of 255 = 93%

217
213
236

R + G + B ~ 87%. #D9D5EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 213 + 236 = 666 (100%)
R 217 of 666 ~ 32.58%
G 213 of 666 ~ 31.98%
B 236 of 666 ~ 35.44%

%32.58
%31.98
%35.44

CMYK RENK MODELİ

#D9D5EC rengi CMYK tonu (8,10,0,7).

  • camgöbeği tonu 8.05%
  • eflatun tonu 9.75%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(8,10,0,7)
C8M10Y0K7 
(8%,10%,0%,7%)
(0.08/0.10/0.00/0.07)	

CMYK yüzdeleri

%8.05
%9.75
%0
%7.45

Codes

Color #D9D5EC in popluar color models

D9D5EC
RGB217213236
HSL250°37.70%88.04%
HSB/HSV250°9.75%92.55%
CMYK8.05%9.75%0.00%
7.45%

Color #D9D5EC in popluar number systems.

HEXD9D5EC
Decimal217213236
Binary110110011101010111101100
Octal331325354

Shades and tints

Shades of #D9D5EC

#D9D5EC
(217,213,236)
#C6C2D7
(198,194,215)
#B3AFC2
(179,175,194)
#A09CAD
(160,156,173)
#8D8998
(141,137,152)
#7A7683
(122,118,131)
#67636E
(103,99,110)
#545059
(84,80,89)
#413D44
(65,61,68)
#2E2A2F
(46,42,47)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #D9D5EC

#D9D5EC
(217,213,236)
#DCD8ED
(220,216,237)
#DFDBEE
(223,219,238)
#E2DEEF
(226,222,239)
#E5E1F0
(229,225,240)
#E8E4F1
(232,228,241)
#EBE7F2
(235,231,242)
#EEEAF3
(238,234,243)
#F1EDF4
(241,237,244)
#F4F0F5
(244,240,245)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D5EC color. Also use rgb(217,213,236) instead hex code.

Text Font Color

.myTextColor { color: #D9D5EC; }

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

This text font color is #D9D5EC.


Background Color

.myBgColor { background-color: #D9D5EC; }

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

This div background color is #D9D5EC.


Border color

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

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

This div border color is #D9D5EC.


Opacity

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

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

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

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

This text has shadow with #D9D5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D5EC on black background.


Color preview on white background

This text has color #D9D5EC on white background.



Black color preview on #D9D5EC background

This text has black color on #D9D5EC background.


White color preview on #D9D5EC background

This text has white color on #D9D5EC background.