COLOR #DBDBED

HEX: #DBDBED
RGB: (219,219,237)

Color info

#DBDBED contains red, green and blue colors in about the same proportion. Web safe color of #DBDBED is #CCCCFF (or #CCF).

RGB color model

#DBDBED color RGB value is (219,219,237).

  • red value is 219;
  • green value is 219;
  • blue value is 237.
RGB:
(219,219,237)
(86%,86%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 219 of 255 = 86%
B 237 of 255 = 93%

219
219
237

R + G + B ~ 88%. #DBDBED is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 219 + 237 = 675 (100%)
R 219 of 675 ~ 32.44%
G 219 of 675 ~ 32.44%
B 237 of 675 ~ 35.11%

%32.44
%32.44
%35.11

CMYK color model

#DBDBED color CMYK value is (8,8,0,7).

  • cyan value is 7.59%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,8,0,7)
C8M8Y0K7 
(8%,8%,0%,7%)
(0.08/0.08/0.00/0.07)	

CMYK percentages

%7.59
%7.59
%0
%7.06

Codes

Color #DBDBED in popluar color models

DBDBED
RGB219219237
HSL240°33.33%89.41%
HSB/HSV240°7.59%92.94%
CMYK7.59%7.59%0.00%
7.06%

Color #DBDBED in popluar number systems.

HEXDBDBED
Decimal219219237
Binary110110111101101111101101
Octal333333355

Shades and tints

Shades of #DBDBED

#DBDBED
(219,219,237)
#C8C8D8
(200,200,216)
#B5B5C3
(181,181,195)
#A2A2AE
(162,162,174)
#8F8F99
(143,143,153)
#7C7C84
(124,124,132)
#69696F
(105,105,111)
#56565A
(86,86,90)
#434345
(67,67,69)
#303030
(48,48,48)
#1D1D1B
(29,29,27)
#000000
(0,0,0)

Tints of #DBDBED

#DBDBED
(219,219,237)
#DEDEEE
(222,222,238)
#E1E1EF
(225,225,239)
#E4E4F0
(228,228,240)
#E7E7F1
(231,231,241)
#EAEAF2
(234,234,242)
#EDEDF3
(237,237,243)
#F0F0F4
(240,240,244)
#F3F3F5
(243,243,245)
#F6F6F6
(246,246,246)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBED; }

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

This text font color is #DBDBED.


Background Color

.myBgColor { background-color: #DBDBED; }

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

This div background color is #DBDBED.


Border color

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

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

This div border color is #DBDBED.


Opacity

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

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

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

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

This text has shadow with #DBDBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDBED on black background.


Color preview on white background

This text has color #DBDBED on white background.



Black color preview on #DBDBED background

This text has black color on #DBDBED background.


White color preview on #DBDBED background

This text has white color on #DBDBED background.