COLOR #D5AED5

HEX: #D5AED5
RGB: (213,174,213)

Renk bilgisi

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

RGB renk modeli

#D5AED5 color RGB value is (213,174,213).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 174 of 255 = 68%
B 213 of 255 = 84%

213
174
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 174 + 213 = 600 (100%)
R 213 of 600 ~ 35.5%
G 174 of 600 ~ 29%
B 213 of 600 ~ 35.5%

%35.5
%29
%35.5

CMYK RENK MODELİ

#D5AED5 rengi CMYK tonu (0,18,0,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.31%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(0,18,0,16)
C0M18Y0K16 
(0%,18%,0%,16%)
(0.00/0.18/0.00/0.16)	

CMYK yüzdeleri

%0
%18.31
%0
%16.47

Codes

Color #D5AED5 in popluar color models

D5AED5
RGB213174213
HSL300°31.71%75.88%
HSB/HSV300°18.31%83.53%
CMYK0.00%18.31%0.00%
16.47%

Color #D5AED5 in popluar number systems.

HEXD5AED5
Decimal213174213
Binary110101011010111011010101
Octal325256325

Shades and tints

Shades of #D5AED5

#D5AED5
(213,174,213)
#C29FC2
(194,159,194)
#AF90AF
(175,144,175)
#9C819C
(156,129,156)
#897289
(137,114,137)
#766376
(118,99,118)
#635463
(99,84,99)
#504550
(80,69,80)
#3D363D
(61,54,61)
#2A272A
(42,39,42)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #D5AED5

#D5AED5
(213,174,213)
#D8B5D8
(216,181,216)
#DBBCDB
(219,188,219)
#DEC3DE
(222,195,222)
#E1CAE1
(225,202,225)
#E4D1E4
(228,209,228)
#E7D8E7
(231,216,231)
#EADFEA
(234,223,234)
#EDE6ED
(237,230,237)
#F0EDF0
(240,237,240)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AED5; }

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

This text font color is #D5AED5.


Background Color

.myBgColor { background-color: #D5AED5; }

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

This div background color is #D5AED5.


Border color

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

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

This div border color is #D5AED5.


Opacity

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

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

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

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

This text has shadow with #D5AED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AED5 on black background.


Color preview on white background

This text has color #D5AED5 on white background.



Black color preview on #D5AED5 background

This text has black color on #D5AED5 background.


White color preview on #D5AED5 background

This text has white color on #D5AED5 background.