COLOR #D1ADC2

HEX: #D1ADC2
RGB: (209,173,194)

Renk bilgisi

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

RGB renk modeli

#D1ADC2 color RGB value is (209,173,194).

  • kırmız ton 209;
  • yeşil ton 173;
  • mavi ton 194.
RGB:
(209,173,194)
(82%,68%,76%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 173 of 255 = 68%
B 194 of 255 = 76%

209
173
194

R + G + B ~ 75%. #D1ADC2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 173 + 194 = 576 (100%)
R 209 of 576 ~ 36.28%
G 173 of 576 ~ 30.03%
B 194 of 576 ~ 33.68%

%36.28
%30.03
%33.68

CMYK RENK MODELİ

#D1ADC2 rengi CMYK tonu (0,17,7,18).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.22%
  • sarı tonu 7.18%
  • ana renk tonu 18.04%
CMYK:
(0,17,7,18)
C0M17Y7K18 
(0%,17%,7%,18%)
(0.00/0.17/0.07/0.18)	

CMYK yüzdeleri

%0
%17.22
%7.18
%18.04

Codes

Color #D1ADC2 in popluar color models

D1ADC2
RGB209173194
HSL325°28.13%74.90%
HSB/HSV325°17.22%81.96%
CMYK0.00%17.22%7.18%
18.04%

Color #D1ADC2 in popluar number systems.

HEXD1ADC2
Decimal209173194
Binary110100011010110111000010
Octal321255302

Shades and tints

Shades of #D1ADC2

#D1ADC2
(209,173,194)
#BE9EB1
(190,158,177)
#AB8FA0
(171,143,160)
#98808F
(152,128,143)
#85717E
(133,113,126)
#72626D
(114,98,109)
#5F535C
(95,83,92)
#4C444B
(76,68,75)
#39353A
(57,53,58)
#262629
(38,38,41)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #D1ADC2

#D1ADC2
(209,173,194)
#D5B4C7
(213,180,199)
#D9BBCC
(217,187,204)
#DDC2D1
(221,194,209)
#E1C9D6
(225,201,214)
#E5D0DB
(229,208,219)
#E9D7E0
(233,215,224)
#EDDEE5
(237,222,229)
#F1E5EA
(241,229,234)
#F5ECEF
(245,236,239)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1ADC2 color. Also use rgb(209,173,194) instead hex code.

Text Font Color

.myTextColor { color: #D1ADC2; }

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

This text font color is #D1ADC2.


Background Color

.myBgColor { background-color: #D1ADC2; }

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

This div background color is #D1ADC2.


Border color

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

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

This div border color is #D1ADC2.


Opacity

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

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

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

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

This text has shadow with #D1ADC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ADC2 on black background.


Color preview on white background

This text has color #D1ADC2 on white background.



Black color preview on #D1ADC2 background

This text has black color on #D1ADC2 background.


White color preview on #D1ADC2 background

This text has white color on #D1ADC2 background.