COLOR #D6BAD9

HEX: #D6BAD9
RGB: (214,186,217)

Renk bilgisi

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

RGB renk modeli

#D6BAD9 color RGB value is (214,186,217).

  • kırmız ton 214;
  • yeşil ton 186;
  • mavi ton 217.
RGB:
(214,186,217)
(84%,73%,85%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 186 of 255 = 73%
B 217 of 255 = 85%

214
186
217

R + G + B ~ 81%. #D6BAD9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 186 + 217 = 617 (100%)
R 214 of 617 ~ 34.68%
G 186 of 617 ~ 30.15%
B 217 of 617 ~ 35.17%

%34.68
%30.15
%35.17

CMYK RENK MODELİ

#D6BAD9 rengi CMYK tonu (1,14,0,15).

  • camgöbeği tonu 1.38%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(1,14,0,15)
C1M14Y0K15 
(1%,14%,0%,15%)
(0.01/0.14/0.00/0.15)	

CMYK yüzdeleri

%1.38
%14.29
%0
%14.9

Codes

Color #D6BAD9 in popluar color models

D6BAD9
RGB214186217
HSL294°28.97%79.02%
HSB/HSV294°14.29%85.10%
CMYK1.38%14.29%0.00%
14.90%

Color #D6BAD9 in popluar number systems.

HEXD6BAD9
Decimal214186217
Binary110101101011101011011001
Octal326272331

Shades and tints

Shades of #D6BAD9

#D6BAD9
(214,186,217)
#C3AAC6
(195,170,198)
#B09AB3
(176,154,179)
#9D8AA0
(157,138,160)
#8A7A8D
(138,122,141)
#776A7A
(119,106,122)
#645A67
(100,90,103)
#514A54
(81,74,84)
#3E3A41
(62,58,65)
#2B2A2E
(43,42,46)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #D6BAD9

#D6BAD9
(214,186,217)
#D9C0DC
(217,192,220)
#DCC6DF
(220,198,223)
#DFCCE2
(223,204,226)
#E2D2E5
(226,210,229)
#E5D8E8
(229,216,232)
#E8DEEB
(232,222,235)
#EBE4EE
(235,228,238)
#EEEAF1
(238,234,241)
#F1F0F4
(241,240,244)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BAD9 color. Also use rgb(214,186,217) instead hex code.

Text Font Color

.myTextColor { color: #D6BAD9; }

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

This text font color is #D6BAD9.


Background Color

.myBgColor { background-color: #D6BAD9; }

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

This div background color is #D6BAD9.


Border color

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

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

This div border color is #D6BAD9.


Opacity

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

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

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

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

This text has shadow with #D6BAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BAD9 on black background.


Color preview on white background

This text has color #D6BAD9 on white background.



Black color preview on #D6BAD9 background

This text has black color on #D6BAD9 background.


White color preview on #D6BAD9 background

This text has white color on #D6BAD9 background.