COLOR #DBEBED

HEX: #DBEBED RGB: (219,235,237)

Color info

#DBEBED contains red, green and blue colors in about the same proportion. Web safe color of #DBEBED is #CCFFFF (or #CFF).

RGB color model

#DBEBED color RGB value is (219,235,237).

RGB: (219,235,237) (86%, 92%, 93%)

RGB channels and saturation

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

219
235
237

R + G + B ~ 90%. #DBEBED is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 235 + 237 = 691 (100%)
R 219 of 691 ~ 31.69%
G 235 of 691 ~ 34.01%
B 237 of 691 ~ 34.3'%

%31.69
%34.01
%34.3

CMYK color model

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

  • cyan value is 7.59%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (8,1,0,7)
C8M1Y0K7 (8%, 1%, 0%, 7%)
(0.08 / 0.01 / 0.00 / 0.07)

CMYK percentages

%7.59
%0.84
%0
%7.06

Codes

Color #DBEBED in popluar color models

DB EB ED
RGB 219 235 237
HSL 187° 33.33% 89.41%
HSB/HSV 187° 7.59% 92.94%
CMYK 7.59% 0.84% 0.00%
7.06%

Color #DBEBED in popluar number systems.

HEX DB EB ED
Decimal 219 235 237
Binary 11011011 11101011 11101101
Octal 333 353 355

Shades and tints

Shades of #DBEBED

#DBEBED
(219,235,237)
#C8D6D8
(200,214,216)
#B5C1C3
(181,193,195)
#A2ACAE
(162,172,174)
#8F9799
(143,151,153)
#7C8284
(124,130,132)
#696D6F
(105,109,111)
#56585A
(86,88,90)
#434345
(67,67,69)
#302E30
(48,46,48)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #DBEBED

#DBEBED
(219,235,237)
#DEECEE
(222,236,238)
#E1EDEF
(225,237,239)
#E4EEF0
(228,238,240)
#E7EFF1
(231,239,241)
#EAF0F2
(234,240,242)
#EDF1F3
(237,241,243)
#F0F2F4
(240,242,244)
#F3F3F5
(243,243,245)
#F6F4F6
(246,244,246)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBED; }

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

This text font color is #DBEBED.

Background Color

.myBgColor { background-color: #DBEBED; }

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

This div background color is #DBEBED.

Border color

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

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

This div border color is #DBEBED.

Opacity

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

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

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

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

This text has shadow with #DBEBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEBED.

Preview

Color preview on black background

This text has color #DBEBED on black background.


Color preview on white background

This text has color #DBEBED on white background.


Black color preview on #DBEBED background

This text has black color on #DBEBED background.


White color preview on #DBEBED background

This text has white color on #DBEBED background.


Related colors

Complementary color

Complementary color for #hex is #241412.


I love getcolorcode.com

Triadic colors

1 #EDDBEB and #EBEDDB with #DBEBED are triadic colors.

2 #EDEBDB and #EBDBED with #DBEBED are triadic colors.