COLOR #D9BEDA

HEX: #D9BEDA
RGB: (217,190,218)

Renk bilgisi

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

RGB renk modeli

#D9BEDA color RGB value is (217,190,218).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 190 of 255 = 75%
B 218 of 255 = 85%

217
190
218

R + G + B ~ 82%. #D9BEDA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 190 + 218 = 625 (100%)
R 217 of 625 ~ 34.72%
G 190 of 625 ~ 30.4%
B 218 of 625 ~ 34.88%

%34.72
%30.4
%34.88

CMYK RENK MODELİ

#D9BEDA rengi CMYK tonu (0,13,0,15).

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

CMYK yüzdeleri

%0.46
%12.84
%0
%14.51

Codes

Color #D9BEDA in popluar color models

D9BEDA
RGB217190218
HSL298°27.45%80.00%
HSB/HSV298°12.84%85.49%
CMYK0.46%12.84%0.00%
14.51%

Color #D9BEDA in popluar number systems.

HEXD9BEDA
Decimal217190218
Binary110110011011111011011010
Octal331276332

Shades and tints

Shades of #D9BEDA

#D9BEDA
(217,190,218)
#C6ADC7
(198,173,199)
#B39CB4
(179,156,180)
#A08BA1
(160,139,161)
#8D7A8E
(141,122,142)
#7A697B
(122,105,123)
#675868
(103,88,104)
#544755
(84,71,85)
#413642
(65,54,66)
#2E252F
(46,37,47)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #D9BEDA

#D9BEDA
(217,190,218)
#DCC3DD
(220,195,221)
#DFC8E0
(223,200,224)
#E2CDE3
(226,205,227)
#E5D2E6
(229,210,230)
#E8D7E9
(232,215,233)
#EBDCEC
(235,220,236)
#EEE1EF
(238,225,239)
#F1E6F2
(241,230,242)
#F4EBF5
(244,235,245)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BEDA; }

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

This text font color is #D9BEDA.


Background Color

.myBgColor { background-color: #D9BEDA; }

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

This div background color is #D9BEDA.


Border color

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

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

This div border color is #D9BEDA.


Opacity

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

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

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

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

This text has shadow with #D9BEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BEDA on black background.


Color preview on white background

This text has color #D9BEDA on white background.



Black color preview on #D9BEDA background

This text has black color on #D9BEDA background.


White color preview on #D9BEDA background

This text has white color on #D9BEDA background.