COLOR #D5BDE6

HEX: #D5BDE6
RGB: (213,189,230)

Renk bilgisi

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

RGB renk modeli

#D5BDE6 color RGB value is (213,189,230).

  • kırmız ton 213;
  • yeşil ton 189;
  • mavi ton 230.
RGB:
(213,189,230)
(84%,74%,90%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 189 of 255 = 74%
B 230 of 255 = 90%

213
189
230

R + G + B ~ 83%. #D5BDE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 189 + 230 = 632 (100%)
R 213 of 632 ~ 33.7%
G 189 of 632 ~ 29.91%
B 230 of 632 ~ 36.39%

%33.7
%29.91
%36.39

CMYK RENK MODELİ

#D5BDE6 rengi CMYK tonu (7,18,0,10).

  • camgöbeği tonu 7.39%
  • eflatun tonu 17.83%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(7,18,0,10)
C7M18Y0K10 
(7%,18%,0%,10%)
(0.07/0.18/0.00/0.10)	

CMYK yüzdeleri

%7.39
%17.83
%0
%9.8

Codes

Color #D5BDE6 in popluar color models

D5BDE6
RGB213189230
HSL275°45.05%82.16%
HSB/HSV275°17.83%90.20%
CMYK7.39%17.83%0.00%
9.80%

Color #D5BDE6 in popluar number systems.

HEXD5BDE6
Decimal213189230
Binary110101011011110111100110
Octal325275346

Shades and tints

Shades of #D5BDE6

#D5BDE6
(213,189,230)
#C2ACD2
(194,172,210)
#AF9BBE
(175,155,190)
#9C8AAA
(156,138,170)
#897996
(137,121,150)
#766882
(118,104,130)
#63576E
(99,87,110)
#50465A
(80,70,90)
#3D3546
(61,53,70)
#2A2432
(42,36,50)
#17131E
(23,19,30)
#000000
(0,0,0)

Tints of #D5BDE6

#D5BDE6
(213,189,230)
#D8C3E8
(216,195,232)
#DBC9EA
(219,201,234)
#DECFEC
(222,207,236)
#E1D5EE
(225,213,238)
#E4DBF0
(228,219,240)
#E7E1F2
(231,225,242)
#EAE7F4
(234,231,244)
#EDEDF6
(237,237,246)
#F0F3F8
(240,243,248)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BDE6 color. Also use rgb(213,189,230) instead hex code.

Text Font Color

.myTextColor { color: #D5BDE6; }

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

This text font color is #D5BDE6.


Background Color

.myBgColor { background-color: #D5BDE6; }

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

This div background color is #D5BDE6.


Border color

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

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

This div border color is #D5BDE6.


Opacity

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

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

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

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

This text has shadow with #D5BDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BDE6 on black background.


Color preview on white background

This text has color #D5BDE6 on white background.



Black color preview on #D5BDE6 background

This text has black color on #D5BDE6 background.


White color preview on #D5BDE6 background

This text has white color on #D5BDE6 background.