COLOR #D5ADF8

HEX: #D5ADF8
RGB: (213,173,248)

Renk bilgisi

#D5ADF8 contains mainly red and blue colors. #D5ADF8 ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#D5ADF8 color RGB value is (213,173,248).

  • kırmız ton 213;
  • yeşil ton 173;
  • mavi ton 248.
RGB:
(213,173,248)
(84%,68%,97%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 173 of 255 = 68%
B 248 of 255 = 97%

213
173
248

R + G + B ~ 83%. #D5ADF8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 173 + 248 = 634 (100%)
R 213 of 634 ~ 33.6%
G 173 of 634 ~ 27.29%
B 248 of 634 ~ 39.12%

%33.6
%27.29
%39.12

CMYK RENK MODELİ

#D5ADF8 rengi CMYK tonu (14,30,0,3).

  • camgöbeği tonu 14.11%
  • eflatun tonu 30.24%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(14,30,0,3)
C14M30Y0K3 
(14%,30%,0%,3%)
(0.14/0.30/0.00/0.03)	

CMYK yüzdeleri

%14.11
%30.24
%0
%2.75

Codes

Color #D5ADF8 in popluar color models

D5ADF8
RGB213173248
HSL272°84.27%82.55%
HSB/HSV272°30.24%97.25%
CMYK14.11%30.24%0.00%
2.75%

Color #D5ADF8 in popluar number systems.

HEXD5ADF8
Decimal213173248
Binary110101011010110111111000
Octal325255370

Shades and tints

Shades of #D5ADF8

#D5ADF8
(213,173,248)
#C29EE2
(194,158,226)
#AF8FCC
(175,143,204)
#9C80B6
(156,128,182)
#8971A0
(137,113,160)
#76628A
(118,98,138)
#635374
(99,83,116)
#50445E
(80,68,94)
#3D3548
(61,53,72)
#2A2632
(42,38,50)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #D5ADF8

#D5ADF8
(213,173,248)
#D8B4F8
(216,180,248)
#DBBBF8
(219,187,248)
#DEC2F8
(222,194,248)
#E1C9F8
(225,201,248)
#E4D0F8
(228,208,248)
#E7D7F8
(231,215,248)
#EADEF8
(234,222,248)
#EDE5F8
(237,229,248)
#F0ECF8
(240,236,248)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ADF8 color. Also use rgb(213,173,248) instead hex code.

Text Font Color

.myTextColor { color: #D5ADF8; }

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

This text font color is #D5ADF8.


Background Color

.myBgColor { background-color: #D5ADF8; }

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

This div background color is #D5ADF8.


Border color

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

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

This div border color is #D5ADF8.


Opacity

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

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

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

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

This text has shadow with #D5ADF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ADF8 on black background.


Color preview on white background

This text has color #D5ADF8 on white background.



Black color preview on #D5ADF8 background

This text has black color on #D5ADF8 background.


White color preview on #D5ADF8 background

This text has white color on #D5ADF8 background.