COLOR #DBE8E3

HEX: #DBE8E3 RGB: (219,232,227)

Color info

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

RGB color model

#DBE8E3 color RGB value is (219,232,227).

RGB: (219,232,227) (86%, 91%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 232 of 255 = 91%
B 227 of 255 = 89%

219
232
227

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

Portions of RGB colors in percentages

R + G + B = 219 + 232 + 227 = 678 (100%)
R 219 of 678 ~ 32.3%
G 232 of 678 ~ 34.22%
B 227 of 678 ~ 33.48'%

%32.3
%34.22
%33.48

CMYK color model

#DBE8E3 color CMYK value is (6,0,2,9).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 2.16%
  • key color value is 9.02%

CMYK: (6,0,2,9)
C6M0Y2K9 (6%, 0%, 2%, 9%)
(0.06 / 0.00 / 0.02 / 0.09)

CMYK percentages

%5.6
%0
%2.16
%9.02

Codes

Color #DBE8E3 in popluar color models

DB E8 E3
RGB 219 232 227
HSL 157° 22.03% 88.43%
HSB/HSV 157° 5.60% 90.98%
CMYK 5.60% 0.00% 2.16%
9.02%

Color #DBE8E3 in popluar number systems.

HEX DB E8 E3
Decimal 219 232 227
Binary 11011011 11101000 11100011
Octal 333 350 343

Shades and tints

Shades of #DBE8E3

#DBE8E3
(219,232,227)
#C8D3CF
(200,211,207)
#B5BEBB
(181,190,187)
#A2A9A7
(162,169,167)
#8F9493
(143,148,147)
#7C7F7F
(124,127,127)
#696A6B
(105,106,107)
#565557
(86,85,87)
#434043
(67,64,67)
#302B2F
(48,43,47)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #DBE8E3

#DBE8E3
(219,232,227)
#DEEAE5
(222,234,229)
#E1ECE7
(225,236,231)
#E4EEE9
(228,238,233)
#E7F0EB
(231,240,235)
#EAF2ED
(234,242,237)
#EDF4EF
(237,244,239)
#F0F6F1
(240,246,241)
#F3F8F3
(243,248,243)
#F6FAF5
(246,250,245)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE8E3 color. Also use rgb(219,232,227) instead hex code.

Text Font Color

.myTextColor { color: #DBE8E3; }

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

This text font color is #DBE8E3.

Background Color

.myBgColor { background-color: #DBE8E3; }

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

This div background color is #DBE8E3.

Border color

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

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

This div border color is #DBE8E3.

Opacity

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

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

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

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

This text has shadow with #DBE8E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE8E3.

Preview

Color preview on black background

This text has color #DBE8E3 on black background.


Color preview on white background

This text has color #DBE8E3 on white background.


Black color preview on #DBE8E3 background

This text has black color on #DBE8E3 background.


White color preview on #DBE8E3 background

This text has white color on #DBE8E3 background.


Related colors

Complementary color

Complementary color for #hex is #24171C.


I love getcolorcode.com

Triadic colors

1 #E3DBE8 and #E8E3DB with #DBE8E3 are triadic colors.

2 #E3E8DB and #E8DBE3 with #DBE8E3 are triadic colors.