COLOR #D6B4DB

HEX: #D6B4DB
RGB: (214,180,219)

Renk bilgisi

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

RGB renk modeli

#D6B4DB color RGB value is (214,180,219).

  • kırmız ton 214;
  • yeşil ton 180;
  • mavi ton 219.
RGB:
(214,180,219)
(84%,71%,86%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 180 of 255 = 71%
B 219 of 255 = 86%

214
180
219

R + G + B ~ 80%. #D6B4DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 180 + 219 = 613 (100%)
R 214 of 613 ~ 34.91%
G 180 of 613 ~ 29.36%
B 219 of 613 ~ 35.73%

%34.91
%29.36
%35.73

CMYK RENK MODELİ

#D6B4DB rengi CMYK tonu (2,18,0,14).

  • camgöbeği tonu 2.28%
  • eflatun tonu 17.81%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(2,18,0,14)
C2M18Y0K14 
(2%,18%,0%,14%)
(0.02/0.18/0.00/0.14)	

CMYK yüzdeleri

%2.28
%17.81
%0
%14.12

Codes

Color #D6B4DB in popluar color models

D6B4DB
RGB214180219
HSL292°35.14%78.24%
HSB/HSV292°17.81%85.88%
CMYK2.28%17.81%0.00%
14.12%

Color #D6B4DB in popluar number systems.

HEXD6B4DB
Decimal214180219
Binary110101101011010011011011
Octal326264333

Shades and tints

Shades of #D6B4DB

#D6B4DB
(214,180,219)
#C3A4C8
(195,164,200)
#B094B5
(176,148,181)
#9D84A2
(157,132,162)
#8A748F
(138,116,143)
#77647C
(119,100,124)
#645469
(100,84,105)
#514456
(81,68,86)
#3E3443
(62,52,67)
#2B2430
(43,36,48)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #D6B4DB

#D6B4DB
(214,180,219)
#D9BADE
(217,186,222)
#DCC0E1
(220,192,225)
#DFC6E4
(223,198,228)
#E2CCE7
(226,204,231)
#E5D2EA
(229,210,234)
#E8D8ED
(232,216,237)
#EBDEF0
(235,222,240)
#EEE4F3
(238,228,243)
#F1EAF6
(241,234,246)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B4DB color. Also use rgb(214,180,219) instead hex code.

Text Font Color

.myTextColor { color: #D6B4DB; }

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

This text font color is #D6B4DB.


Background Color

.myBgColor { background-color: #D6B4DB; }

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

This div background color is #D6B4DB.


Border color

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

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

This div border color is #D6B4DB.


Opacity

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

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

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

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

This text has shadow with #D6B4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B4DB on black background.


Color preview on white background

This text has color #D6B4DB on white background.



Black color preview on #D6B4DB background

This text has black color on #D6B4DB background.


White color preview on #D6B4DB background

This text has white color on #D6B4DB background.