COLOR #D9AED4

HEX: #D9AED4
RGB: (217,174,212)

Renk bilgisi

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

RGB renk modeli

#D9AED4 color RGB value is (217,174,212).

  • kırmız ton 217;
  • yeşil ton 174;
  • mavi ton 212.
RGB:
(217,174,212)
(85%,68%,83%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 174 of 255 = 68%
B 212 of 255 = 83%

217
174
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 174 + 212 = 603 (100%)
R 217 of 603 ~ 35.99%
G 174 of 603 ~ 28.86%
B 212 of 603 ~ 35.16%

%35.99
%28.86
%35.16

CMYK RENK MODELİ

#D9AED4 rengi CMYK tonu (0,20,2,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.82%
  • sarı tonu 2.30%
  • ana renk tonu 14.90%
CMYK:
(0,20,2,15)
C0M20Y2K15 
(0%,20%,2%,15%)
(0.00/0.20/0.02/0.15)	

CMYK yüzdeleri

%0
%19.82
%2.3
%14.9

Codes

Color #D9AED4 in popluar color models

D9AED4
RGB217174212
HSL307°36.13%76.67%
HSB/HSV307°19.82%85.10%
CMYK0.00%19.82%2.30%
14.90%

Color #D9AED4 in popluar number systems.

HEXD9AED4
Decimal217174212
Binary110110011010111011010100
Octal331256324

Shades and tints

Shades of #D9AED4

#D9AED4
(217,174,212)
#C69FC1
(198,159,193)
#B390AE
(179,144,174)
#A0819B
(160,129,155)
#8D7288
(141,114,136)
#7A6375
(122,99,117)
#675462
(103,84,98)
#54454F
(84,69,79)
#41363C
(65,54,60)
#2E2729
(46,39,41)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #D9AED4

#D9AED4
(217,174,212)
#DCB5D7
(220,181,215)
#DFBCDA
(223,188,218)
#E2C3DD
(226,195,221)
#E5CAE0
(229,202,224)
#E8D1E3
(232,209,227)
#EBD8E6
(235,216,230)
#EEDFE9
(238,223,233)
#F1E6EC
(241,230,236)
#F4EDEF
(244,237,239)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AED4 color. Also use rgb(217,174,212) instead hex code.

Text Font Color

.myTextColor { color: #D9AED4; }

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

This text font color is #D9AED4.


Background Color

.myBgColor { background-color: #D9AED4; }

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

This div background color is #D9AED4.


Border color

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

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

This div border color is #D9AED4.


Opacity

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

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

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

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

This text has shadow with #D9AED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9AED4 on black background.


Color preview on white background

This text has color #D9AED4 on white background.



Black color preview on #D9AED4 background

This text has black color on #D9AED4 background.


White color preview on #D9AED4 background

This text has white color on #D9AED4 background.