COLOR #D4ADDB

HEX: #D4ADDB
RGB: (212,173,219)

Renk bilgisi

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

RGB renk modeli

#D4ADDB color RGB value is (212,173,219).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 173 of 255 = 68%
B 219 of 255 = 86%

212
173
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 173 + 219 = 604 (100%)
R 212 of 604 ~ 35.1%
G 173 of 604 ~ 28.64%
B 219 of 604 ~ 36.26%

%35.1
%28.64
%36.26

CMYK RENK MODELİ

#D4ADDB rengi CMYK tonu (3,21,0,14).

  • camgöbeği tonu 3.20%
  • eflatun tonu 21.00%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(3,21,0,14)
C3M21Y0K14 
(3%,21%,0%,14%)
(0.03/0.21/0.00/0.14)	

CMYK yüzdeleri

%3.2
%21
%0
%14.12

Codes

Color #D4ADDB in popluar color models

D4ADDB
RGB212173219
HSL291°38.98%76.86%
HSB/HSV291°21.00%85.88%
CMYK3.20%21.00%0.00%
14.12%

Color #D4ADDB in popluar number systems.

HEXD4ADDB
Decimal212173219
Binary110101001010110111011011
Octal324255333

Shades and tints

Shades of #D4ADDB

#D4ADDB
(212,173,219)
#C19EC8
(193,158,200)
#AE8FB5
(174,143,181)
#9B80A2
(155,128,162)
#88718F
(136,113,143)
#75627C
(117,98,124)
#625369
(98,83,105)
#4F4456
(79,68,86)
#3C3543
(60,53,67)
#292630
(41,38,48)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #D4ADDB

#D4ADDB
(212,173,219)
#D7B4DE
(215,180,222)
#DABBE1
(218,187,225)
#DDC2E4
(221,194,228)
#E0C9E7
(224,201,231)
#E3D0EA
(227,208,234)
#E6D7ED
(230,215,237)
#E9DEF0
(233,222,240)
#ECE5F3
(236,229,243)
#EFECF6
(239,236,246)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ADDB; }

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

This text font color is #D4ADDB.


Background Color

.myBgColor { background-color: #D4ADDB; }

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

This div background color is #D4ADDB.


Border color

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

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

This div border color is #D4ADDB.


Opacity

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

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

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

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

This text has shadow with #D4ADDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ADDB on black background.


Color preview on white background

This text has color #D4ADDB on white background.



Black color preview on #D4ADDB background

This text has black color on #D4ADDB background.


White color preview on #D4ADDB background

This text has white color on #D4ADDB background.