COLOR #D7ADDB

HEX: #D7ADDB
RGB: (215,173,219)

Renk bilgisi

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

RGB renk modeli

#D7ADDB color RGB value is (215,173,219).

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

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 173 of 255 = 68%
B 219 of 255 = 86%

215
173
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 173 + 219 = 607 (100%)
R 215 of 607 ~ 35.42%
G 173 of 607 ~ 28.5%
B 219 of 607 ~ 36.08%

%35.42
%28.5
%36.08

CMYK RENK MODELİ

#D7ADDB rengi CMYK tonu (2,21,0,14).

  • camgöbeği tonu 1.83%
  • eflatun tonu 21.00%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(2,21,0,14)
C2M21Y0K14 
(2%,21%,0%,14%)
(0.02/0.21/0.00/0.14)	

CMYK yüzdeleri

%1.83
%21
%0
%14.12

Codes

Color #D7ADDB in popluar color models

D7ADDB
RGB215173219
HSL295°38.98%76.86%
HSB/HSV295°21.00%85.88%
CMYK1.83%21.00%0.00%
14.12%

Color #D7ADDB in popluar number systems.

HEXD7ADDB
Decimal215173219
Binary110101111010110111011011
Octal327255333

Shades and tints

Shades of #D7ADDB

#D7ADDB
(215,173,219)
#C49EC8
(196,158,200)
#B18FB5
(177,143,181)
#9E80A2
(158,128,162)
#8B718F
(139,113,143)
#78627C
(120,98,124)
#655369
(101,83,105)
#524456
(82,68,86)
#3F3543
(63,53,67)
#2C2630
(44,38,48)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #D7ADDB

#D7ADDB
(215,173,219)
#DAB4DE
(218,180,222)
#DDBBE1
(221,187,225)
#E0C2E4
(224,194,228)
#E3C9E7
(227,201,231)
#E6D0EA
(230,208,234)
#E9D7ED
(233,215,237)
#ECDEF0
(236,222,240)
#EFE5F3
(239,229,243)
#F2ECF6
(242,236,246)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ADDB; }

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

This text font color is #D7ADDB.


Background Color

.myBgColor { background-color: #D7ADDB; }

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

This div background color is #D7ADDB.


Border color

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

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

This div border color is #D7ADDB.


Opacity

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

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

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

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

This text has shadow with #D7ADDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ADDB on black background.


Color preview on white background

This text has color #D7ADDB on white background.



Black color preview on #D7ADDB background

This text has black color on #D7ADDB background.


White color preview on #D7ADDB background

This text has white color on #D7ADDB background.