COLOR #DBD5E1

HEX: #DBD5E1
RGB: (219,213,225)

Color info

#DBD5E1 contains red, green and blue colors in about the same proportion. Web safe color of #DBD5E1 is #CCCCCC (or #CCC).

RGB color model

#DBD5E1 color RGB value is (219,213,225).

  • red value is 219;
  • green value is 213;
  • blue value is 225.
RGB:
(219,213,225)
(86%,84%,88%)

RGB channels and saturation

R 219 of 255 = 86%
G 213 of 255 = 84%
B 225 of 255 = 88%

219
213
225

R + G + B ~ 86%. #DBD5E1 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 213 + 225 = 657 (100%)
R 219 of 657 ~ 33.33%
G 213 of 657 ~ 32.42%
B 225 of 657 ~ 34.25%

%33.33
%32.42
%34.25

CMYK color model

#DBD5E1 color CMYK value is (3,5,0,12).

  • cyan value is 2.67%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(3,5,0,12)
C3M5Y0K12 
(3%,5%,0%,12%)
(0.03/0.05/0.00/0.12)	

CMYK percentages

%2.67
%5.33
%0
%11.76

Codes

Color #DBD5E1 in popluar color models

DBD5E1
RGB219213225
HSL270°16.67%85.88%
HSB/HSV270°5.33%88.24%
CMYK2.67%5.33%0.00%
11.76%

Color #DBD5E1 in popluar number systems.

HEXDBD5E1
Decimal219213225
Binary110110111101010111100001
Octal333325341

Shades and tints

Shades of #DBD5E1

#DBD5E1
(219,213,225)
#C8C2CD
(200,194,205)
#B5AFB9
(181,175,185)
#A29CA5
(162,156,165)
#8F8991
(143,137,145)
#7C767D
(124,118,125)
#696369
(105,99,105)
#565055
(86,80,85)
#433D41
(67,61,65)
#302A2D
(48,42,45)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #DBD5E1

#DBD5E1
(219,213,225)
#DED8E3
(222,216,227)
#E1DBE5
(225,219,229)
#E4DEE7
(228,222,231)
#E7E1E9
(231,225,233)
#EAE4EB
(234,228,235)
#EDE7ED
(237,231,237)
#F0EAEF
(240,234,239)
#F3EDF1
(243,237,241)
#F6F0F3
(246,240,243)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD5E1 color. Also use rgb(219,213,225) instead hex code.

Text Font Color

.myTextColor { color: #DBD5E1; }

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

This text font color is #DBD5E1.


Background Color

.myBgColor { background-color: #DBD5E1; }

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

This div background color is #DBD5E1.


Border color

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

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

This div border color is #DBD5E1.


Opacity

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

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

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

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

This text has shadow with #DBD5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD5E1 on black background.


Color preview on white background

This text has color #DBD5E1 on white background.



Black color preview on #DBD5E1 background

This text has black color on #DBD5E1 background.


White color preview on #DBD5E1 background

This text has white color on #DBD5E1 background.