COLOR #D5B6DA

HEX: #D5B6DA
RGB: (213,182,218)

Renk bilgisi

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

RGB renk modeli

#D5B6DA color RGB value is (213,182,218).

  • kırmız ton 213;
  • yeşil ton 182;
  • mavi ton 218.
RGB:
(213,182,218)
(84%,71%,85%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 182 of 255 = 71%
B 218 of 255 = 85%

213
182
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 182 + 218 = 613 (100%)
R 213 of 613 ~ 34.75%
G 182 of 613 ~ 29.69%
B 218 of 613 ~ 35.56%

%34.75
%29.69
%35.56

CMYK RENK MODELİ

#D5B6DA rengi CMYK tonu (2,17,0,15).

  • camgöbeği tonu 2.29%
  • eflatun tonu 16.51%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(2,17,0,15)
C2M17Y0K15 
(2%,17%,0%,15%)
(0.02/0.17/0.00/0.15)	

CMYK yüzdeleri

%2.29
%16.51
%0
%14.51

Codes

Color #D5B6DA in popluar color models

D5B6DA
RGB213182218
HSL292°32.73%78.43%
HSB/HSV292°16.51%85.49%
CMYK2.29%16.51%0.00%
14.51%

Color #D5B6DA in popluar number systems.

HEXD5B6DA
Decimal213182218
Binary110101011011011011011010
Octal325266332

Shades and tints

Shades of #D5B6DA

#D5B6DA
(213,182,218)
#C2A6C7
(194,166,199)
#AF96B4
(175,150,180)
#9C86A1
(156,134,161)
#89768E
(137,118,142)
#76667B
(118,102,123)
#635668
(99,86,104)
#504655
(80,70,85)
#3D3642
(61,54,66)
#2A262F
(42,38,47)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #D5B6DA

#D5B6DA
(213,182,218)
#D8BCDD
(216,188,221)
#DBC2E0
(219,194,224)
#DEC8E3
(222,200,227)
#E1CEE6
(225,206,230)
#E4D4E9
(228,212,233)
#E7DAEC
(231,218,236)
#EAE0EF
(234,224,239)
#EDE6F2
(237,230,242)
#F0ECF5
(240,236,245)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B6DA color. Also use rgb(213,182,218) instead hex code.

Text Font Color

.myTextColor { color: #D5B6DA; }

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

This text font color is #D5B6DA.


Background Color

.myBgColor { background-color: #D5B6DA; }

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

This div background color is #D5B6DA.


Border color

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

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

This div border color is #D5B6DA.


Opacity

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

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

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

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

This text has shadow with #D5B6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B6DA on black background.


Color preview on white background

This text has color #D5B6DA on white background.



Black color preview on #D5B6DA background

This text has black color on #D5B6DA background.


White color preview on #D5B6DA background

This text has white color on #D5B6DA background.