COLOR #D5DBE8

HEX: #D5DBE8
RGB: (213,219,232)

Renk bilgisi

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

RGB renk modeli

#D5DBE8 color RGB value is (213,219,232).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 219 of 255 = 86%
B 232 of 255 = 91%

213
219
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 219 + 232 = 664 (100%)
R 213 of 664 ~ 32.08%
G 219 of 664 ~ 32.98%
B 232 of 664 ~ 34.94%

%32.08
%32.98
%34.94

CMYK RENK MODELİ

#D5DBE8 rengi CMYK tonu (8,6,0,9).

  • camgöbeği tonu 8.19%
  • eflatun tonu 5.60%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(8,6,0,9)
C8M6Y0K9 
(8%,6%,0%,9%)
(0.08/0.06/0.00/0.09)	

CMYK yüzdeleri

%8.19
%5.6
%0
%9.02

Codes

Color #D5DBE8 in popluar color models

D5DBE8
RGB213219232
HSL221°29.23%87.25%
HSB/HSV221°8.19%90.98%
CMYK8.19%5.60%0.00%
9.02%

Color #D5DBE8 in popluar number systems.

HEXD5DBE8
Decimal213219232
Binary110101011101101111101000
Octal325333350

Shades and tints

Shades of #D5DBE8

#D5DBE8
(213,219,232)
#C2C8D3
(194,200,211)
#AFB5BE
(175,181,190)
#9CA2A9
(156,162,169)
#898F94
(137,143,148)
#767C7F
(118,124,127)
#63696A
(99,105,106)
#505655
(80,86,85)
#3D4340
(61,67,64)
#2A302B
(42,48,43)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #D5DBE8

#D5DBE8
(213,219,232)
#D8DEEA
(216,222,234)
#DBE1EC
(219,225,236)
#DEE4EE
(222,228,238)
#E1E7F0
(225,231,240)
#E4EAF2
(228,234,242)
#E7EDF4
(231,237,244)
#EAF0F6
(234,240,246)
#EDF3F8
(237,243,248)
#F0F6FA
(240,246,250)
#F3F9FC
(243,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DBE8; }

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

This text font color is #D5DBE8.


Background Color

.myBgColor { background-color: #D5DBE8; }

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

This div background color is #D5DBE8.


Border color

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

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

This div border color is #D5DBE8.


Opacity

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

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

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

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

This text has shadow with #D5DBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DBE8 on black background.


Color preview on white background

This text has color #D5DBE8 on white background.



Black color preview on #D5DBE8 background

This text has black color on #D5DBE8 background.


White color preview on #D5DBE8 background

This text has white color on #D5DBE8 background.