COLOR #D49BDA

HEX: #D49BDA
RGB: (212,155,218)

Renk bilgisi

#D49BDA contains mainly red and blue colors. #D49BDA ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D49BDA color RGB value is (212,155,218).

  • kırmız ton 212;
  • yeşil ton 155;
  • mavi ton 218.
RGB:
(212,155,218)
(83%,61%,85%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 155 of 255 = 61%
B 218 of 255 = 85%

212
155
218

R + G + B ~ 76%. #D49BDA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 155 + 218 = 585 (100%)
R 212 of 585 ~ 36.24%
G 155 of 585 ~ 26.5%
B 218 of 585 ~ 37.26%

%36.24
%26.5
%37.26

CMYK RENK MODELİ

#D49BDA rengi CMYK tonu (3,29,0,15).

  • camgöbeği tonu 2.75%
  • eflatun tonu 28.90%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(3,29,0,15)
C3M29Y0K15 
(3%,29%,0%,15%)
(0.03/0.29/0.00/0.15)	

CMYK yüzdeleri

%2.75
%28.9
%0
%14.51

Codes

Color #D49BDA in popluar color models

D49BDA
RGB212155218
HSL294°45.99%73.14%
HSB/HSV294°28.90%85.49%
CMYK2.75%28.90%0.00%
14.51%

Color #D49BDA in popluar number systems.

HEXD49BDA
Decimal212155218
Binary110101001001101111011010
Octal324233332

Shades and tints

Shades of #D49BDA

#D49BDA
(212,155,218)
#C18DC7
(193,141,199)
#AE7FB4
(174,127,180)
#9B71A1
(155,113,161)
#88638E
(136,99,142)
#75557B
(117,85,123)
#624768
(98,71,104)
#4F3955
(79,57,85)
#3C2B42
(60,43,66)
#291D2F
(41,29,47)
#160F1C
(22,15,28)
#000000
(0,0,0)

Tints of #D49BDA

#D49BDA
(212,155,218)
#D7A4DD
(215,164,221)
#DAADE0
(218,173,224)
#DDB6E3
(221,182,227)
#E0BFE6
(224,191,230)
#E3C8E9
(227,200,233)
#E6D1EC
(230,209,236)
#E9DAEF
(233,218,239)
#ECE3F2
(236,227,242)
#EFECF5
(239,236,245)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49BDA color. Also use rgb(212,155,218) instead hex code.

Text Font Color

.myTextColor { color: #D49BDA; }

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

This text font color is #D49BDA.


Background Color

.myBgColor { background-color: #D49BDA; }

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

This div background color is #D49BDA.


Border color

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

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

This div border color is #D49BDA.


Opacity

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

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

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

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

This text has shadow with #D49BDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49BDA on black background.


Color preview on white background

This text has color #D49BDA on white background.



Black color preview on #D49BDA background

This text has black color on #D49BDA background.


White color preview on #D49BDA background

This text has white color on #D49BDA background.