COLOR #D7ADD3

HEX: #D7ADD3
RGB: (215,173,211)

Renk bilgisi

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

RGB renk modeli

#D7ADD3 color RGB value is (215,173,211).

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

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 173 of 255 = 68%
B 211 of 255 = 83%

215
173
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 173 + 211 = 599 (100%)
R 215 of 599 ~ 35.89%
G 173 of 599 ~ 28.88%
B 211 of 599 ~ 35.23%

%35.89
%28.88
%35.23

CMYK RENK MODELİ

#D7ADD3 rengi CMYK tonu (0,20,2,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.53%
  • sarı tonu 1.86%
  • ana renk tonu 15.69%
CMYK:
(0,20,2,16)
C0M20Y2K16 
(0%,20%,2%,16%)
(0.00/0.20/0.02/0.16)	

CMYK yüzdeleri

%0
%19.53
%1.86
%15.69

Codes

Color #D7ADD3 in popluar color models

D7ADD3
RGB215173211
HSL306°34.43%76.08%
HSB/HSV306°19.53%84.31%
CMYK0.00%19.53%1.86%
15.69%

Color #D7ADD3 in popluar number systems.

HEXD7ADD3
Decimal215173211
Binary110101111010110111010011
Octal327255323

Shades and tints

Shades of #D7ADD3

#D7ADD3
(215,173,211)
#C49EC0
(196,158,192)
#B18FAD
(177,143,173)
#9E809A
(158,128,154)
#8B7187
(139,113,135)
#786274
(120,98,116)
#655361
(101,83,97)
#52444E
(82,68,78)
#3F353B
(63,53,59)
#2C2628
(44,38,40)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #D7ADD3

#D7ADD3
(215,173,211)
#DAB4D7
(218,180,215)
#DDBBDB
(221,187,219)
#E0C2DF
(224,194,223)
#E3C9E3
(227,201,227)
#E6D0E7
(230,208,231)
#E9D7EB
(233,215,235)
#ECDEEF
(236,222,239)
#EFE5F3
(239,229,243)
#F2ECF7
(242,236,247)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ADD3; }

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

This text font color is #D7ADD3.


Background Color

.myBgColor { background-color: #D7ADD3; }

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

This div background color is #D7ADD3.


Border color

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

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

This div border color is #D7ADD3.


Opacity

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

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

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

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

This text has shadow with #D7ADD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ADD3 on black background.


Color preview on white background

This text has color #D7ADD3 on white background.



Black color preview on #D7ADD3 background

This text has black color on #D7ADD3 background.


White color preview on #D7ADD3 background

This text has white color on #D7ADD3 background.