COLOR #DBEBE4

HEX: #DBEBE4 RGB: (219,235,228)

Color info

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

RGB color model

#DBEBE4 color RGB value is (219,235,228).

RGB: (219,235,228) (86%, 92%, 89%)

RGB channels and saturation

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

219
235
228

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

Portions of RGB colors in percentages

R + G + B = 219 + 235 + 228 = 682 (100%)
R 219 of 682 ~ 32.11%
G 235 of 682 ~ 34.46%
B 228 of 682 ~ 33.43'%

%32.11
%34.46
%33.43

CMYK color model

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

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

CMYK: (7,0,3,8)
C7M0Y3K8 (7%, 0%, 3%, 8%)
(0.07 / 0.00 / 0.03 / 0.08)

CMYK percentages

%6.81
%0
%2.98
%7.84

Codes

Color #DBEBE4 in popluar color models

DB EB E4
RGB 219 235 228
HSL 154° 28.57% 89.02%
HSB/HSV 154° 6.81% 92.16%
CMYK 6.81% 0.00% 2.98%
7.84%

Color #DBEBE4 in popluar number systems.

HEX DB EB E4
Decimal 219 235 228
Binary 11011011 11101011 11100100
Octal 333 353 344

Shades and tints

Shades of #DBEBE4

#DBEBE4
(219,235,228)
#C8D6D0
(200,214,208)
#B5C1BC
(181,193,188)
#A2ACA8
(162,172,168)
#8F9794
(143,151,148)
#7C8280
(124,130,128)
#696D6C
(105,109,108)
#565858
(86,88,88)
#434344
(67,67,68)
#302E30
(48,46,48)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #DBEBE4

#DBEBE4
(219,235,228)
#DEECE6
(222,236,230)
#E1EDE8
(225,237,232)
#E4EEEA
(228,238,234)
#E7EFEC
(231,239,236)
#EAF0EE
(234,240,238)
#EDF1F0
(237,241,240)
#F0F2F2
(240,242,242)
#F3F3F4
(243,243,244)
#F6F4F6
(246,244,246)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBE4; }

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

This text font color is #DBEBE4.

Background Color

.myBgColor { background-color: #DBEBE4; }

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

This div background color is #DBEBE4.

Border color

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

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

This div border color is #DBEBE4.

Opacity

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

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

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

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

This text has shadow with #DBEBE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEBE4.

Preview

Color preview on black background

This text has color #DBEBE4 on black background.


Color preview on white background

This text has color #DBEBE4 on white background.


Black color preview on #DBEBE4 background

This text has black color on #DBEBE4 background.


White color preview on #DBEBE4 background

This text has white color on #DBEBE4 background.


Related colors

Complementary color

Complementary color for #hex is #24141B.


I love getcolorcode.com

Triadic colors

1 #E4DBEB and #EBE4DB with #DBEBE4 are triadic colors.

2 #E4EBDB and #EBDBE4 with #DBEBE4 are triadic colors.