COLOR #DBDBEB

HEX: #DBDBEB
RGB: (219,219,235)

Color info

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

RGB color model

#DBDBEB color RGB value is (219,219,235).

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

RGB channels and saturation

R 219 of 255 = 86%
G 219 of 255 = 86%
B 235 of 255 = 92%

219
219
235

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

Portions of RGB colors in percentages

R + G + B =
219 + 219 + 235 = 673 (100%)
R 219 of 673 ~ 32.54%
G 219 of 673 ~ 32.54%
B 235 of 673 ~ 34.92%

%32.54
%32.54
%34.92

CMYK color model

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

  • cyan value is 6.81%
  • magenta value is 6.81%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,7,0,8)
C7M7Y0K8 
(7%,7%,0%,8%)
(0.07/0.07/0.00/0.08)	

CMYK percentages

%6.81
%6.81
%0
%7.84

Codes

Color #DBDBEB in popluar color models

DBDBEB
RGB219219235
HSL240°28.57%89.02%
HSB/HSV240°6.81%92.16%
CMYK6.81%6.81%0.00%
7.84%

Color #DBDBEB in popluar number systems.

HEXDBDBEB
Decimal219219235
Binary110110111101101111101011
Octal333333353

Shades and tints

Shades of #DBDBEB

#DBDBEB
(219,219,235)
#C8C8D6
(200,200,214)
#B5B5C1
(181,181,193)
#A2A2AC
(162,162,172)
#8F8F97
(143,143,151)
#7C7C82
(124,124,130)
#69696D
(105,105,109)
#565658
(86,86,88)
#434343
(67,67,67)
#30302E
(48,48,46)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #DBDBEB

#DBDBEB
(219,219,235)
#DEDEEC
(222,222,236)
#E1E1ED
(225,225,237)
#E4E4EE
(228,228,238)
#E7E7EF
(231,231,239)
#EAEAF0
(234,234,240)
#EDEDF1
(237,237,241)
#F0F0F2
(240,240,242)
#F3F3F3
(243,243,243)
#F6F6F4
(246,246,244)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBEB; }

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

This text font color is #DBDBEB.


Background Color

.myBgColor { background-color: #DBDBEB; }

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

This div background color is #DBDBEB.


Border color

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

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

This div border color is #DBDBEB.


Opacity

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

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

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

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

This text has shadow with #DBDBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDBEB on black background.


Color preview on white background

This text has color #DBDBEB on white background.



Black color preview on #DBDBEB background

This text has black color on #DBDBEB background.


White color preview on #DBDBEB background

This text has white color on #DBDBEB background.