COLOR #DBEBEC

HEX: #DBEBEC RGB: (219,235,236)

Color info

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

RGB color model

#DBEBEC color RGB value is (219,235,236).

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

RGB channels and saturation

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

219
235
236

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

Portions of RGB colors in percentages

R + G + B = 219 + 235 + 236 = 690 (100%)
R 219 of 690 ~ 31.74%
G 235 of 690 ~ 34.06%
B 236 of 690 ~ 34.2'%

%31.74
%34.06
%34.2

CMYK color model

#DBEBEC color CMYK value is (7,0,0,7).

  • cyan value is 7.20%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (7,0,0,7)
C7M0Y0K7 (7%, 0%, 0%, 7%)
(0.07 / 0.00 / 0.00 / 0.07)

CMYK percentages

%7.2
%0.42
%0
%7.45

Codes

Color #DBEBEC in popluar color models

DB EB EC
RGB 219 235 236
HSL 184° 30.91% 89.22%
HSB/HSV 184° 7.20% 92.55%
CMYK 7.20% 0.42% 0.00%
7.45%

Color #DBEBEC in popluar number systems.

HEX DB EB EC
Decimal 219 235 236
Binary 11011011 11101011 11101100
Octal 333 353 354

Shades and tints

Shades of #DBEBEC

#DBEBEC
(219,235,236)
#C8D6D7
(200,214,215)
#B5C1C2
(181,193,194)
#A2ACAD
(162,172,173)
#8F9798
(143,151,152)
#7C8283
(124,130,131)
#696D6E
(105,109,110)
#565859
(86,88,89)
#434344
(67,67,68)
#302E2F
(48,46,47)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #DBEBEC

#DBEBEC
(219,235,236)
#DEECED
(222,236,237)
#E1EDEE
(225,237,238)
#E4EEEF
(228,238,239)
#E7EFF0
(231,239,240)
#EAF0F1
(234,240,241)
#EDF1F2
(237,241,242)
#F0F2F3
(240,242,243)
#F3F3F4
(243,243,244)
#F6F4F5
(246,244,245)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBEC; }

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

This text font color is #DBEBEC.

Background Color

.myBgColor { background-color: #DBEBEC; }

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

This div background color is #DBEBEC.

Border color

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

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

This div border color is #DBEBEC.

Opacity

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

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

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

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

This text has shadow with #DBEBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEBEC.

Preview

Color preview on black background

This text has color #DBEBEC on black background.


Color preview on white background

This text has color #DBEBEC on white background.


Black color preview on #DBEBEC background

This text has black color on #DBEBEC background.


White color preview on #DBEBEC background

This text has white color on #DBEBEC background.


Related colors

Complementary color

Complementary color for #hex is #241413.


I love getcolorcode.com

Triadic colors

1 #ECDBEB and #EBECDB with #DBEBEC are triadic colors.

2 #ECEBDB and #EBDBEC with #DBEBEC are triadic colors.