COLOR #D6BEDA

HEX: #D6BEDA
RGB: (214,190,218)

Renk bilgisi

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

RGB renk modeli

#D6BEDA color RGB value is (214,190,218).

  • kırmız ton 214;
  • yeşil ton 190;
  • mavi ton 218.
RGB:
(214,190,218)
(84%,75%,85%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 190 of 255 = 75%
B 218 of 255 = 85%

214
190
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 190 + 218 = 622 (100%)
R 214 of 622 ~ 34.41%
G 190 of 622 ~ 30.55%
B 218 of 622 ~ 35.05%

%34.41
%30.55
%35.05

CMYK RENK MODELİ

#D6BEDA rengi CMYK tonu (2,13,0,15).

  • camgöbeği tonu 1.83%
  • eflatun tonu 12.84%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(2,13,0,15)
C2M13Y0K15 
(2%,13%,0%,15%)
(0.02/0.13/0.00/0.15)	

CMYK yüzdeleri

%1.83
%12.84
%0
%14.51

Codes

Color #D6BEDA in popluar color models

D6BEDA
RGB214190218
HSL291°27.45%80.00%
HSB/HSV291°12.84%85.49%
CMYK1.83%12.84%0.00%
14.51%

Color #D6BEDA in popluar number systems.

HEXD6BEDA
Decimal214190218
Binary110101101011111011011010
Octal326276332

Shades and tints

Shades of #D6BEDA

#D6BEDA
(214,190,218)
#C3ADC7
(195,173,199)
#B09CB4
(176,156,180)
#9D8BA1
(157,139,161)
#8A7A8E
(138,122,142)
#77697B
(119,105,123)
#645868
(100,88,104)
#514755
(81,71,85)
#3E3642
(62,54,66)
#2B252F
(43,37,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #D6BEDA

#D6BEDA
(214,190,218)
#D9C3DD
(217,195,221)
#DCC8E0
(220,200,224)
#DFCDE3
(223,205,227)
#E2D2E6
(226,210,230)
#E5D7E9
(229,215,233)
#E8DCEC
(232,220,236)
#EBE1EF
(235,225,239)
#EEE6F2
(238,230,242)
#F1EBF5
(241,235,245)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BEDA color. Also use rgb(214,190,218) instead hex code.

Text Font Color

.myTextColor { color: #D6BEDA; }

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

This text font color is #D6BEDA.


Background Color

.myBgColor { background-color: #D6BEDA; }

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

This div background color is #D6BEDA.


Border color

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

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

This div border color is #D6BEDA.


Opacity

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

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

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

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

This text has shadow with #D6BEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BEDA on black background.


Color preview on white background

This text has color #D6BEDA on white background.



Black color preview on #D6BEDA background

This text has black color on #D6BEDA background.


White color preview on #D6BEDA background

This text has white color on #D6BEDA background.