COLOR #D9BEF1

HEX: #D9BEF1
RGB: (217,190,241)

Renk bilgisi

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

RGB renk modeli

#D9BEF1 color RGB value is (217,190,241).

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

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 190 of 255 = 75%
B 241 of 255 = 95%

217
190
241

R + G + B ~ 85%. #D9BEF1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 190 + 241 = 648 (100%)
R 217 of 648 ~ 33.49%
G 190 of 648 ~ 29.32%
B 241 of 648 ~ 37.19%

%33.49
%29.32
%37.19

CMYK RENK MODELİ

#D9BEF1 rengi CMYK tonu (10,21,0,5).

  • camgöbeği tonu 9.96%
  • eflatun tonu 21.16%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(10,21,0,5)
C10M21Y0K5 
(10%,21%,0%,5%)
(0.10/0.21/0.00/0.05)	

CMYK yüzdeleri

%9.96
%21.16
%0
%5.49

Codes

Color #D9BEF1 in popluar color models

D9BEF1
RGB217190241
HSL272°64.56%84.51%
HSB/HSV272°21.16%94.51%
CMYK9.96%21.16%0.00%
5.49%

Color #D9BEF1 in popluar number systems.

HEXD9BEF1
Decimal217190241
Binary110110011011111011110001
Octal331276361

Shades and tints

Shades of #D9BEF1

#D9BEF1
(217,190,241)
#C6ADDC
(198,173,220)
#B39CC7
(179,156,199)
#A08BB2
(160,139,178)
#8D7A9D
(141,122,157)
#7A6988
(122,105,136)
#675873
(103,88,115)
#54475E
(84,71,94)
#413649
(65,54,73)
#2E2534
(46,37,52)
#1B141F
(27,20,31)
#000000
(0,0,0)

Tints of #D9BEF1

#D9BEF1
(217,190,241)
#DCC3F2
(220,195,242)
#DFC8F3
(223,200,243)
#E2CDF4
(226,205,244)
#E5D2F5
(229,210,245)
#E8D7F6
(232,215,246)
#EBDCF7
(235,220,247)
#EEE1F8
(238,225,248)
#F1E6F9
(241,230,249)
#F4EBFA
(244,235,250)
#F7F0FB
(247,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BEF1; }

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

This text font color is #D9BEF1.


Background Color

.myBgColor { background-color: #D9BEF1; }

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

This div background color is #D9BEF1.


Border color

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

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

This div border color is #D9BEF1.


Opacity

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

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

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

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

This text has shadow with #D9BEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BEF1 on black background.


Color preview on white background

This text has color #D9BEF1 on white background.



Black color preview on #D9BEF1 background

This text has black color on #D9BEF1 background.


White color preview on #D9BEF1 background

This text has white color on #D9BEF1 background.