COLOR #D6ADD5

HEX: #D6ADD5
RGB: (214,173,213)

Renk bilgisi

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

RGB renk modeli

#D6ADD5 color RGB value is (214,173,213).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 173 of 255 = 68%
B 213 of 255 = 84%

214
173
213

R + G + B ~ 79%. #D6ADD5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 173 + 213 = 600 (100%)
R 214 of 600 ~ 35.67%
G 173 of 600 ~ 28.83%
B 213 of 600 ~ 35.5%

%35.67
%28.83
%35.5

CMYK RENK MODELİ

#D6ADD5 rengi CMYK tonu (0,19,0,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.16%
  • sarı tonu 0.47%
  • ana renk tonu 16.08%
CMYK:
(0,19,0,16)
C0M19Y0K16 
(0%,19%,0%,16%)
(0.00/0.19/0.00/0.16)	

CMYK yüzdeleri

%0
%19.16
%0.47
%16.08

Codes

Color #D6ADD5 in popluar color models

D6ADD5
RGB214173213
HSL301°33.33%75.88%
HSB/HSV301°19.16%83.92%
CMYK0.00%19.16%0.47%
16.08%

Color #D6ADD5 in popluar number systems.

HEXD6ADD5
Decimal214173213
Binary110101101010110111010101
Octal326255325

Shades and tints

Shades of #D6ADD5

#D6ADD5
(214,173,213)
#C39EC2
(195,158,194)
#B08FAF
(176,143,175)
#9D809C
(157,128,156)
#8A7189
(138,113,137)
#776276
(119,98,118)
#645363
(100,83,99)
#514450
(81,68,80)
#3E353D
(62,53,61)
#2B262A
(43,38,42)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #D6ADD5

#D6ADD5
(214,173,213)
#D9B4D8
(217,180,216)
#DCBBDB
(220,187,219)
#DFC2DE
(223,194,222)
#E2C9E1
(226,201,225)
#E5D0E4
(229,208,228)
#E8D7E7
(232,215,231)
#EBDEEA
(235,222,234)
#EEE5ED
(238,229,237)
#F1ECF0
(241,236,240)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ADD5; }

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

This text font color is #D6ADD5.


Background Color

.myBgColor { background-color: #D6ADD5; }

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

This div background color is #D6ADD5.


Border color

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

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

This div border color is #D6ADD5.


Opacity

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

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

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

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

This text has shadow with #D6ADD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ADD5 on black background.


Color preview on white background

This text has color #D6ADD5 on white background.



Black color preview on #D6ADD5 background

This text has black color on #D6ADD5 background.


White color preview on #D6ADD5 background

This text has white color on #D6ADD5 background.