COLOR #D3ADD2

HEX: #D3ADD2
RGB: (211,173,210)

Renk bilgisi

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

RGB renk modeli

#D3ADD2 color RGB value is (211,173,210).

  • kırmız ton 211;
  • yeşil ton 173;
  • mavi ton 210.
RGB:
(211,173,210)
(83%,68%,82%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 173 of 255 = 68%
B 210 of 255 = 82%

211
173
210

R + G + B ~ 78%. #D3ADD2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 173 + 210 = 594 (100%)
R 211 of 594 ~ 35.52%
G 173 of 594 ~ 29.12%
B 210 of 594 ~ 35.35%

%35.52
%29.12
%35.35

CMYK RENK MODELİ

#D3ADD2 rengi CMYK tonu (0,18,0,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.01%
  • sarı tonu 0.47%
  • ana renk tonu 17.25%
CMYK:
(0,18,0,17)
C0M18Y0K17 
(0%,18%,0%,17%)
(0.00/0.18/0.00/0.17)	

CMYK yüzdeleri

%0
%18.01
%0.47
%17.25

Codes

Color #D3ADD2 in popluar color models

D3ADD2
RGB211173210
HSL302°30.16%75.29%
HSB/HSV302°18.01%82.75%
CMYK0.00%18.01%0.47%
17.25%

Color #D3ADD2 in popluar number systems.

HEXD3ADD2
Decimal211173210
Binary110100111010110111010010
Octal323255322

Shades and tints

Shades of #D3ADD2

#D3ADD2
(211,173,210)
#C09EBF
(192,158,191)
#AD8FAC
(173,143,172)
#9A8099
(154,128,153)
#877186
(135,113,134)
#746273
(116,98,115)
#615360
(97,83,96)
#4E444D
(78,68,77)
#3B353A
(59,53,58)
#282627
(40,38,39)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #D3ADD2

#D3ADD2
(211,173,210)
#D7B4D6
(215,180,214)
#DBBBDA
(219,187,218)
#DFC2DE
(223,194,222)
#E3C9E2
(227,201,226)
#E7D0E6
(231,208,230)
#EBD7EA
(235,215,234)
#EFDEEE
(239,222,238)
#F3E5F2
(243,229,242)
#F7ECF6
(247,236,246)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3ADD2 color. Also use rgb(211,173,210) instead hex code.

Text Font Color

.myTextColor { color: #D3ADD2; }

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

This text font color is #D3ADD2.


Background Color

.myBgColor { background-color: #D3ADD2; }

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

This div background color is #D3ADD2.


Border color

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

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

This div border color is #D3ADD2.


Opacity

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

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

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

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

This text has shadow with #D3ADD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3ADD2 on black background.


Color preview on white background

This text has color #D3ADD2 on white background.



Black color preview on #D3ADD2 background

This text has black color on #D3ADD2 background.


White color preview on #D3ADD2 background

This text has white color on #D3ADD2 background.