COLOR #DBEBE7

HEX: #DBEBE7 RGB: (219,235,231)

Color info

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

RGB color model

#DBEBE7 color RGB value is (219,235,231).

RGB: (219,235,231) (86%, 92%, 91%)

RGB channels and saturation

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

219
235
231

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

Portions of RGB colors in percentages

R + G + B = 219 + 235 + 231 = 685 (100%)
R 219 of 685 ~ 31.97%
G 235 of 685 ~ 34.31%
B 231 of 685 ~ 33.72'%

%31.97
%34.31
%33.72

CMYK color model

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

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • 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
%1.7
%7.84

Codes

Color #DBEBE7 in popluar color models

DB EB E7
RGB 219 235 231
HSL 165° 28.57% 89.02%
HSB/HSV 165° 6.81% 92.16%
CMYK 6.81% 0.00% 1.70%
7.84%

Color #DBEBE7 in popluar number systems.

HEX DB EB E7
Decimal 219 235 231
Binary 11011011 11101011 11100111
Octal 333 353 347

Shades and tints

Shades of #DBEBE7

#DBEBE7
(219,235,231)
#C8D6D2
(200,214,210)
#B5C1BD
(181,193,189)
#A2ACA8
(162,172,168)
#8F9793
(143,151,147)
#7C827E
(124,130,126)
#696D69
(105,109,105)
#565854
(86,88,84)
#43433F
(67,67,63)
#302E2A
(48,46,42)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #DBEBE7

#DBEBE7
(219,235,231)
#DEECE9
(222,236,233)
#E1EDEB
(225,237,235)
#E4EEED
(228,238,237)
#E7EFEF
(231,239,239)
#EAF0F1
(234,240,241)
#EDF1F3
(237,241,243)
#F0F2F5
(240,242,245)
#F3F3F7
(243,243,247)
#F6F4F9
(246,244,249)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBE7; }

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

This text font color is #DBEBE7.

Background Color

.myBgColor { background-color: #DBEBE7; }

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

This div background color is #DBEBE7.

Border color

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

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

This div border color is #DBEBE7.

Opacity

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

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

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

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

This text has shadow with #DBEBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEBE7.

Preview

Color preview on black background

This text has color #DBEBE7 on black background.


Color preview on white background

This text has color #DBEBE7 on white background.


Black color preview on #DBEBE7 background

This text has black color on #DBEBE7 background.


White color preview on #DBEBE7 background

This text has white color on #DBEBE7 background.


Related colors

Complementary color

Complementary color for #hex is #241418.


I love getcolorcode.com

Triadic colors

1 #E7DBEB and #EBE7DB with #DBEBE7 are triadic colors.

2 #E7EBDB and #EBDBE7 with #DBEBE7 are triadic colors.