COLOR #D5B5DC

HEX: #D5B5DC
RGB: (213,181,220)

Renk bilgisi

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

RGB renk modeli

#D5B5DC color RGB value is (213,181,220).

  • kırmız ton 213;
  • yeşil ton 181;
  • mavi ton 220.
RGB:
(213,181,220)
(84%,71%,86%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 181 of 255 = 71%
B 220 of 255 = 86%

213
181
220

R + G + B ~ 80%. #D5B5DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 181 + 220 = 614 (100%)
R 213 of 614 ~ 34.69%
G 181 of 614 ~ 29.48%
B 220 of 614 ~ 35.83%

%34.69
%29.48
%35.83

CMYK RENK MODELİ

#D5B5DC rengi CMYK tonu (3,18,0,14).

  • camgöbeği tonu 3.18%
  • eflatun tonu 17.73%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(3,18,0,14)
C3M18Y0K14 
(3%,18%,0%,14%)
(0.03/0.18/0.00/0.14)	

CMYK yüzdeleri

%3.18
%17.73
%0
%13.73

Codes

Color #D5B5DC in popluar color models

D5B5DC
RGB213181220
HSL289°35.78%78.63%
HSB/HSV289°17.73%86.27%
CMYK3.18%17.73%0.00%
13.73%

Color #D5B5DC in popluar number systems.

HEXD5B5DC
Decimal213181220
Binary110101011011010111011100
Octal325265334

Shades and tints

Shades of #D5B5DC

#D5B5DC
(213,181,220)
#C2A5C8
(194,165,200)
#AF95B4
(175,149,180)
#9C85A0
(156,133,160)
#89758C
(137,117,140)
#766578
(118,101,120)
#635564
(99,85,100)
#504550
(80,69,80)
#3D353C
(61,53,60)
#2A2528
(42,37,40)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #D5B5DC

#D5B5DC
(213,181,220)
#D8BBDF
(216,187,223)
#DBC1E2
(219,193,226)
#DEC7E5
(222,199,229)
#E1CDE8
(225,205,232)
#E4D3EB
(228,211,235)
#E7D9EE
(231,217,238)
#EADFF1
(234,223,241)
#EDE5F4
(237,229,244)
#F0EBF7
(240,235,247)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B5DC color. Also use rgb(213,181,220) instead hex code.

Text Font Color

.myTextColor { color: #D5B5DC; }

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

This text font color is #D5B5DC.


Background Color

.myBgColor { background-color: #D5B5DC; }

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

This div background color is #D5B5DC.


Border color

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

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

This div border color is #D5B5DC.


Opacity

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

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

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

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

This text has shadow with #D5B5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B5DC on black background.


Color preview on white background

This text has color #D5B5DC on white background.



Black color preview on #D5B5DC background

This text has black color on #D5B5DC background.


White color preview on #D5B5DC background

This text has white color on #D5B5DC background.