COLOR #DBEBE6

HEX: #DBEBE6 RGB: (219,235,230)

Color info

#DBEBE6 contains red, green and blue colors in about the same proportion. Web safe color of #DBEBE6 is #CCFFCC (or #CFC).

RGB color model

#DBEBE6 color RGB value is (219,235,230).

RGB: (219,235,230) (86%, 92%, 90%)

RGB channels and saturation

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

219
235
230

R + G + B ~ 89%. #DBEBE6 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 235 + 230 = 684 (100%)
R 219 of 684 ~ 32.02%
G 235 of 684 ~ 34.36%
B 230 of 684 ~ 33.63'%

%32.02
%34.36
%33.63

CMYK color model

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

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 7.84%

CMYK: (7,0,2,8)
C7M0Y2K8 (7%, 0%, 2%, 8%)
(0.07 / 0.00 / 0.02 / 0.08)

CMYK percentages

%6.81
%0
%2.13
%7.84

Codes

Color #DBEBE6 in popluar color models

DB EB E6
RGB 219 235 230
HSL 161° 28.57% 89.02%
HSB/HSV 161° 6.81% 92.16%
CMYK 6.81% 0.00% 2.13%
7.84%

Color #DBEBE6 in popluar number systems.

HEX DB EB E6
Decimal 219 235 230
Binary 11011011 11101011 11100110
Octal 333 353 346

Shades and tints

Shades of #DBEBE6

#DBEBE6
(219,235,230)
#C8D6D2
(200,214,210)
#B5C1BE
(181,193,190)
#A2ACAA
(162,172,170)
#8F9796
(143,151,150)
#7C8282
(124,130,130)
#696D6E
(105,109,110)
#56585A
(86,88,90)
#434346
(67,67,70)
#302E32
(48,46,50)
#1D191E
(29,25,30)
#000000
(0,0,0)

Tints of #DBEBE6

#DBEBE6
(219,235,230)
#DEECE8
(222,236,232)
#E1EDEA
(225,237,234)
#E4EEEC
(228,238,236)
#E7EFEE
(231,239,238)
#EAF0F0
(234,240,240)
#EDF1F2
(237,241,242)
#F0F2F4
(240,242,244)
#F3F3F6
(243,243,246)
#F6F4F8
(246,244,248)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBE6; }

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

This text font color is #DBEBE6.

Background Color

.myBgColor { background-color: #DBEBE6; }

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

This div background color is #DBEBE6.

Border color

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

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

This div border color is #DBEBE6.

Opacity

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

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

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

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

This text has shadow with #DBEBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEBE6.

Preview

Color preview on black background

This text has color #DBEBE6 on black background.


Color preview on white background

This text has color #DBEBE6 on white background.


Black color preview on #DBEBE6 background

This text has black color on #DBEBE6 background.


White color preview on #DBEBE6 background

This text has white color on #DBEBE6 background.


Related colors

Complementary color

Complementary color for #hex is #241419.


I love getcolorcode.com

Triadic colors

1 #E6DBEB and #EBE6DB with #DBEBE6 are triadic colors.

2 #E6EBDB and #EBDBE6 with #DBEBE6 are triadic colors.