COLOR #D5D8F6

HEX: #D5D8F6
RGB: (213,216,246)

Renk bilgisi

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

RGB renk modeli

#D5D8F6 color RGB value is (213,216,246).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 216 of 255 = 85%
B 246 of 255 = 96%

213
216
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 216 + 246 = 675 (100%)
R 213 of 675 ~ 31.56%
G 216 of 675 ~ 32%
B 246 of 675 ~ 36.44%

%31.56
%32
%36.44

CMYK RENK MODELİ

#D5D8F6 rengi CMYK tonu (13,12,0,4).

  • camgöbeği tonu 13.41%
  • eflatun tonu 12.20%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(13,12,0,4)
C13M12Y0K4 
(13%,12%,0%,4%)
(0.13/0.12/0.00/0.04)	

CMYK yüzdeleri

%13.41
%12.2
%0
%3.53

Codes

Color #D5D8F6 in popluar color models

D5D8F6
RGB213216246
HSL235°64.71%90.00%
HSB/HSV235°13.41%96.47%
CMYK13.41%12.20%0.00%
3.53%

Color #D5D8F6 in popluar number systems.

HEXD5D8F6
Decimal213216246
Binary110101011101100011110110
Octal325330366

Shades and tints

Shades of #D5D8F6

#D5D8F6
(213,216,246)
#C2C5E0
(194,197,224)
#AFB2CA
(175,178,202)
#9C9FB4
(156,159,180)
#898C9E
(137,140,158)
#767988
(118,121,136)
#636672
(99,102,114)
#50535C
(80,83,92)
#3D4046
(61,64,70)
#2A2D30
(42,45,48)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #D5D8F6

#D5D8F6
(213,216,246)
#D8DBF6
(216,219,246)
#DBDEF6
(219,222,246)
#DEE1F6
(222,225,246)
#E1E4F6
(225,228,246)
#E4E7F6
(228,231,246)
#E7EAF6
(231,234,246)
#EAEDF6
(234,237,246)
#EDF0F6
(237,240,246)
#F0F3F6
(240,243,246)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D8F6; }

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

This text font color is #D5D8F6.


Background Color

.myBgColor { background-color: #D5D8F6; }

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

This div background color is #D5D8F6.


Border color

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

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

This div border color is #D5D8F6.


Opacity

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

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

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

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

This text has shadow with #D5D8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D8F6 on black background.


Color preview on white background

This text has color #D5D8F6 on white background.



Black color preview on #D5D8F6 background

This text has black color on #D5D8F6 background.


White color preview on #D5D8F6 background

This text has white color on #D5D8F6 background.