COLOR #D4ADD3

HEX: #D4ADD3
RGB: (212,173,211)

Renk bilgisi

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

RGB renk modeli

#D4ADD3 color RGB value is (212,173,211).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 173 of 255 = 68%
B 211 of 255 = 83%

212
173
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 173 + 211 = 596 (100%)
R 212 of 596 ~ 35.57%
G 173 of 596 ~ 29.03%
B 211 of 596 ~ 35.4%

%35.57
%29.03
%35.4

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%18.4
%0.47
%16.86

Codes

Color #D4ADD3 in popluar color models

D4ADD3
RGB212173211
HSL302°31.20%75.49%
HSB/HSV302°18.40%83.14%
CMYK0.00%18.40%0.47%
16.86%

Color #D4ADD3 in popluar number systems.

HEXD4ADD3
Decimal212173211
Binary110101001010110111010011
Octal324255323

Shades and tints

Shades of #D4ADD3

#D4ADD3
(212,173,211)
#C19EC0
(193,158,192)
#AE8FAD
(174,143,173)
#9B809A
(155,128,154)
#887187
(136,113,135)
#756274
(117,98,116)
#625361
(98,83,97)
#4F444E
(79,68,78)
#3C353B
(60,53,59)
#292628
(41,38,40)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #D4ADD3

#D4ADD3
(212,173,211)
#D7B4D7
(215,180,215)
#DABBDB
(218,187,219)
#DDC2DF
(221,194,223)
#E0C9E3
(224,201,227)
#E3D0E7
(227,208,231)
#E6D7EB
(230,215,235)
#E9DEEF
(233,222,239)
#ECE5F3
(236,229,243)
#EFECF7
(239,236,247)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ADD3; }

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

This text font color is #D4ADD3.


Background Color

.myBgColor { background-color: #D4ADD3; }

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

This div background color is #D4ADD3.


Border color

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

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

This div border color is #D4ADD3.


Opacity

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

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

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

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

This text has shadow with #D4ADD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ADD3 on black background.


Color preview on white background

This text has color #D4ADD3 on white background.



Black color preview on #D4ADD3 background

This text has black color on #D4ADD3 background.


White color preview on #D4ADD3 background

This text has white color on #D4ADD3 background.