COLOR #D4AED6

HEX: #D4AED6
RGB: (212,174,214)

Renk bilgisi

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

RGB renk modeli

#D4AED6 color RGB value is (212,174,214).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 174 of 255 = 68%
B 214 of 255 = 84%

212
174
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 174 + 214 = 600 (100%)
R 212 of 600 ~ 35.33%
G 174 of 600 ~ 29%
B 214 of 600 ~ 35.67%

%35.33
%29
%35.67

CMYK RENK MODELİ

#D4AED6 rengi CMYK tonu (1,19,0,16).

  • camgöbeği tonu 0.93%
  • eflatun tonu 18.69%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(1,19,0,16)
C1M19Y0K16 
(1%,19%,0%,16%)
(0.01/0.19/0.00/0.16)	

CMYK yüzdeleri

%0.93
%18.69
%0
%16.08

Codes

Color #D4AED6 in popluar color models

D4AED6
RGB212174214
HSL297°32.79%76.08%
HSB/HSV297°18.69%83.92%
CMYK0.93%18.69%0.00%
16.08%

Color #D4AED6 in popluar number systems.

HEXD4AED6
Decimal212174214
Binary110101001010111011010110
Octal324256326

Shades and tints

Shades of #D4AED6

#D4AED6
(212,174,214)
#C19FC3
(193,159,195)
#AE90B0
(174,144,176)
#9B819D
(155,129,157)
#88728A
(136,114,138)
#756377
(117,99,119)
#625464
(98,84,100)
#4F4551
(79,69,81)
#3C363E
(60,54,62)
#29272B
(41,39,43)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #D4AED6

#D4AED6
(212,174,214)
#D7B5D9
(215,181,217)
#DABCDC
(218,188,220)
#DDC3DF
(221,195,223)
#E0CAE2
(224,202,226)
#E3D1E5
(227,209,229)
#E6D8E8
(230,216,232)
#E9DFEB
(233,223,235)
#ECE6EE
(236,230,238)
#EFEDF1
(239,237,241)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AED6; }

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

This text font color is #D4AED6.


Background Color

.myBgColor { background-color: #D4AED6; }

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

This div background color is #D4AED6.


Border color

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

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

This div border color is #D4AED6.


Opacity

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

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

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

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

This text has shadow with #D4AED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AED6 on black background.


Color preview on white background

This text has color #D4AED6 on white background.



Black color preview on #D4AED6 background

This text has black color on #D4AED6 background.


White color preview on #D4AED6 background

This text has white color on #D4AED6 background.