COLOR #D09AD4

HEX: #D09AD4
RGB: (208,154,212)

Renk bilgisi

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

RGB renk modeli

#D09AD4 color RGB value is (208,154,212).

  • kırmız ton 208;
  • yeşil ton 154;
  • mavi ton 212.
RGB:
(208,154,212)
(82%,60%,83%)

RGB bağlantıları ve doygunluk

R 208 of 255 = 82%
G 154 of 255 = 60%
B 212 of 255 = 83%

208
154
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
208 + 154 + 212 = 574 (100%)
R 208 of 574 ~ 36.24%
G 154 of 574 ~ 26.83%
B 212 of 574 ~ 36.93%

%36.24
%26.83
%36.93

CMYK RENK MODELİ

#D09AD4 rengi CMYK tonu (2,27,0,17).

  • camgöbeği tonu 1.89%
  • eflatun tonu 27.36%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(2,27,0,17)
C2M27Y0K17 
(2%,27%,0%,17%)
(0.02/0.27/0.00/0.17)	

CMYK yüzdeleri

%1.89
%27.36
%0
%16.86

Codes

Color #D09AD4 in popluar color models

D09AD4
RGB208154212
HSL296°40.28%71.76%
HSB/HSV296°27.36%83.14%
CMYK1.89%27.36%0.00%
16.86%

Color #D09AD4 in popluar number systems.

HEXD09AD4
Decimal208154212
Binary110100001001101011010100
Octal320232324

Shades and tints

Shades of #D09AD4

#D09AD4
(208,154,212)
#BE8CC1
(190,140,193)
#AC7EAE
(172,126,174)
#9A709B
(154,112,155)
#886288
(136,98,136)
#765475
(118,84,117)
#644662
(100,70,98)
#52384F
(82,56,79)
#402A3C
(64,42,60)
#2E1C29
(46,28,41)
#1C0E16
(28,14,22)
#000000
(0,0,0)

Tints of #D09AD4

#D09AD4
(208,154,212)
#D4A3D7
(212,163,215)
#D8ACDA
(216,172,218)
#DCB5DD
(220,181,221)
#E0BEE0
(224,190,224)
#E4C7E3
(228,199,227)
#E8D0E6
(232,208,230)
#ECD9E9
(236,217,233)
#F0E2EC
(240,226,236)
#F4EBEF
(244,235,239)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09AD4 color. Also use rgb(208,154,212) instead hex code.

Text Font Color

.myTextColor { color: #D09AD4; }

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

This text font color is #D09AD4.


Background Color

.myBgColor { background-color: #D09AD4; }

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

This div background color is #D09AD4.


Border color

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

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

This div border color is #D09AD4.


Opacity

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

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

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

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

This text has shadow with #D09AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09AD4 on black background.


Color preview on white background

This text has color #D09AD4 on white background.



Black color preview on #D09AD4 background

This text has black color on #D09AD4 background.


White color preview on #D09AD4 background

This text has white color on #D09AD4 background.