COLOR #D4DAFB

HEX: #D4DAFB
RGB: (212,218,251)

Renk bilgisi

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

RGB renk modeli

#D4DAFB color RGB value is (212,218,251).

  • kırmız ton 212;
  • yeşil ton 218;
  • mavi ton 251.
RGB:
(212,218,251)
(83%,85%,98%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 218 of 255 = 85%
B 251 of 255 = 98%

212
218
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 218 + 251 = 681 (100%)
R 212 of 681 ~ 31.13%
G 218 of 681 ~ 32.01%
B 251 of 681 ~ 36.86%

%31.13
%32.01
%36.86

CMYK RENK MODELİ

#D4DAFB rengi CMYK tonu (16,13,0,2).

  • camgöbeği tonu 15.54%
  • eflatun tonu 13.15%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(16,13,0,2)
C16M13Y0K2 
(16%,13%,0%,2%)
(0.16/0.13/0.00/0.02)	

CMYK yüzdeleri

%15.54
%13.15
%0
%1.57

Codes

Color #D4DAFB in popluar color models

D4DAFB
RGB212218251
HSL231°82.98%90.78%
HSB/HSV231°15.54%98.43%
CMYK15.54%13.15%0.00%
1.57%

Color #D4DAFB in popluar number systems.

HEXD4DAFB
Decimal212218251
Binary110101001101101011111011
Octal324332373

Shades and tints

Shades of #D4DAFB

#D4DAFB
(212,218,251)
#C1C7E5
(193,199,229)
#AEB4CF
(174,180,207)
#9BA1B9
(155,161,185)
#888EA3
(136,142,163)
#757B8D
(117,123,141)
#626877
(98,104,119)
#4F5561
(79,85,97)
#3C424B
(60,66,75)
#292F35
(41,47,53)
#161C1F
(22,28,31)
#000000
(0,0,0)

Tints of #D4DAFB

#D4DAFB
(212,218,251)
#D7DDFB
(215,221,251)
#DAE0FB
(218,224,251)
#DDE3FB
(221,227,251)
#E0E6FB
(224,230,251)
#E3E9FB
(227,233,251)
#E6ECFB
(230,236,251)
#E9EFFB
(233,239,251)
#ECF2FB
(236,242,251)
#EFF5FB
(239,245,251)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DAFB color. Also use rgb(212,218,251) instead hex code.

Text Font Color

.myTextColor { color: #D4DAFB; }

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

This text font color is #D4DAFB.


Background Color

.myBgColor { background-color: #D4DAFB; }

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

This div background color is #D4DAFB.


Border color

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

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

This div border color is #D4DAFB.


Opacity

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

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

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

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

This text has shadow with #D4DAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DAFB on black background.


Color preview on white background

This text has color #D4DAFB on white background.



Black color preview on #D4DAFB background

This text has black color on #D4DAFB background.


White color preview on #D4DAFB background

This text has white color on #D4DAFB background.