COLOR #D5DBF6

HEX: #D5DBF6
RGB: (213,219,246)

Renk bilgisi

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

RGB renk modeli

#D5DBF6 color RGB value is (213,219,246).

  • kırmız ton 213;
  • yeşil ton 219;
  • mavi ton 246.
RGB:
(213,219,246)
(84%,86%,96%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 219 of 255 = 86%
B 246 of 255 = 96%

213
219
246

R + G + B ~ 89%. #D5DBF6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 219 + 246 = 678 (100%)
R 213 of 678 ~ 31.42%
G 219 of 678 ~ 32.3%
B 246 of 678 ~ 36.28%

%31.42
%32.3
%36.28

CMYK RENK MODELİ

#D5DBF6 rengi CMYK tonu (13,11,0,4).

  • camgöbeği tonu 13.41%
  • eflatun tonu 10.98%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(13,11,0,4)
C13M11Y0K4 
(13%,11%,0%,4%)
(0.13/0.11/0.00/0.04)	

CMYK yüzdeleri

%13.41
%10.98
%0
%3.53

Codes

Color #D5DBF6 in popluar color models

D5DBF6
RGB213219246
HSL229°64.71%90.00%
HSB/HSV229°13.41%96.47%
CMYK13.41%10.98%0.00%
3.53%

Color #D5DBF6 in popluar number systems.

HEXD5DBF6
Decimal213219246
Binary110101011101101111110110
Octal325333366

Shades and tints

Shades of #D5DBF6

#D5DBF6
(213,219,246)
#C2C8E0
(194,200,224)
#AFB5CA
(175,181,202)
#9CA2B4
(156,162,180)
#898F9E
(137,143,158)
#767C88
(118,124,136)
#636972
(99,105,114)
#50565C
(80,86,92)
#3D4346
(61,67,70)
#2A3030
(42,48,48)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #D5DBF6

#D5DBF6
(213,219,246)
#D8DEF6
(216,222,246)
#DBE1F6
(219,225,246)
#DEE4F6
(222,228,246)
#E1E7F6
(225,231,246)
#E4EAF6
(228,234,246)
#E7EDF6
(231,237,246)
#EAF0F6
(234,240,246)
#EDF3F6
(237,243,246)
#F0F6F6
(240,246,246)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DBF6 color. Also use rgb(213,219,246) instead hex code.

Text Font Color

.myTextColor { color: #D5DBF6; }

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

This text font color is #D5DBF6.


Background Color

.myBgColor { background-color: #D5DBF6; }

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

This div background color is #D5DBF6.


Border color

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

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

This div border color is #D5DBF6.


Opacity

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

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

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

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

This text has shadow with #D5DBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DBF6 on black background.


Color preview on white background

This text has color #D5DBF6 on white background.



Black color preview on #D5DBF6 background

This text has black color on #D5DBF6 background.


White color preview on #D5DBF6 background

This text has white color on #D5DBF6 background.