COLOR #D4ADD1

HEX: #D4ADD1
RGB: (212,173,209)

Renk bilgisi

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

RGB renk modeli

#D4ADD1 color RGB value is (212,173,209).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 173 of 255 = 68%
B 209 of 255 = 82%

212
173
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 173 + 209 = 594 (100%)
R 212 of 594 ~ 35.69%
G 173 of 594 ~ 29.12%
B 209 of 594 ~ 35.19%

%35.69
%29.12
%35.19

CMYK RENK MODELİ

#D4ADD1 rengi CMYK tonu (0,18,1,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.40%
  • sarı tonu 1.42%
  • ana renk tonu 16.86%
CMYK:
(0,18,1,17)
C0M18Y1K17 
(0%,18%,1%,17%)
(0.00/0.18/0.01/0.17)	

CMYK yüzdeleri

%0
%18.4
%1.42
%16.86

Codes

Color #D4ADD1 in popluar color models

D4ADD1
RGB212173209
HSL305°31.20%75.49%
HSB/HSV305°18.40%83.14%
CMYK0.00%18.40%1.42%
16.86%

Color #D4ADD1 in popluar number systems.

HEXD4ADD1
Decimal212173209
Binary110101001010110111010001
Octal324255321

Shades and tints

Shades of #D4ADD1

#D4ADD1
(212,173,209)
#C19EBE
(193,158,190)
#AE8FAB
(174,143,171)
#9B8098
(155,128,152)
#887185
(136,113,133)
#756272
(117,98,114)
#62535F
(98,83,95)
#4F444C
(79,68,76)
#3C3539
(60,53,57)
#292626
(41,38,38)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #D4ADD1

#D4ADD1
(212,173,209)
#D7B4D5
(215,180,213)
#DABBD9
(218,187,217)
#DDC2DD
(221,194,221)
#E0C9E1
(224,201,225)
#E3D0E5
(227,208,229)
#E6D7E9
(230,215,233)
#E9DEED
(233,222,237)
#ECE5F1
(236,229,241)
#EFECF5
(239,236,245)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4ADD1 color. Also use rgb(212,173,209) instead hex code.

Text Font Color

.myTextColor { color: #D4ADD1; }

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

This text font color is #D4ADD1.


Background Color

.myBgColor { background-color: #D4ADD1; }

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

This div background color is #D4ADD1.


Border color

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

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

This div border color is #D4ADD1.


Opacity

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

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

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

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

This text has shadow with #D4ADD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ADD1 on black background.


Color preview on white background

This text has color #D4ADD1 on white background.



Black color preview on #D4ADD1 background

This text has black color on #D4ADD1 background.


White color preview on #D4ADD1 background

This text has white color on #D4ADD1 background.