COLOR #DBE4C6

HEX: #DBE4C6
RGB: (219,228,198)

Color info

#DBE4C6 contains red, green and blue colors in about the same proportion. Web safe color of #DBE4C6 is #CCCCCC (or #CCC).

RGB color model

#DBE4C6 color RGB value is (219,228,198).

  • red value is 219;
  • green value is 228;
  • blue value is 198.
RGB:
(219,228,198)
(86%,89%,78%)

RGB channels and saturation

R 219 of 255 = 86%
G 228 of 255 = 89%
B 198 of 255 = 78%

219
228
198

R + G + B ~ 84%. #DBE4C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 228 + 198 = 645 (100%)
R 219 of 645 ~ 33.95%
G 228 of 645 ~ 35.35%
B 198 of 645 ~ 30.7%

%33.95
%35.35
%30.7

CMYK color model

#DBE4C6 color CMYK value is (4,0,13,11).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 10.59%
CMYK:
(4,0,13,11)
C4M0Y13K11 
(4%,0%,13%,11%)
(0.04/0.00/0.13/0.11)	

CMYK percentages

%3.95
%0
%13.16
%10.59

Codes

Color #DBE4C6 in popluar color models

DBE4C6
RGB219228198
HSL78°35.71%83.53%
HSB/HSV78°13.16%89.41%
CMYK3.95%0.00%13.16%
10.59%

Color #DBE4C6 in popluar number systems.

HEXDBE4C6
Decimal219228198
Binary110110111110010011000110
Octal333344306

Shades and tints

Shades of #DBE4C6

#DBE4C6
(219,228,198)
#C8D0B4
(200,208,180)
#B5BCA2
(181,188,162)
#A2A890
(162,168,144)
#8F947E
(143,148,126)
#7C806C
(124,128,108)
#696C5A
(105,108,90)
#565848
(86,88,72)
#434436
(67,68,54)
#303024
(48,48,36)
#1D1C12
(29,28,18)
#000000
(0,0,0)

Tints of #DBE4C6

#DBE4C6
(219,228,198)
#DEE6CB
(222,230,203)
#E1E8D0
(225,232,208)
#E4EAD5
(228,234,213)
#E7ECDA
(231,236,218)
#EAEEDF
(234,238,223)
#EDF0E4
(237,240,228)
#F0F2E9
(240,242,233)
#F3F4EE
(243,244,238)
#F6F6F3
(246,246,243)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE4C6; }

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

This text font color is #DBE4C6.


Background Color

.myBgColor { background-color: #DBE4C6; }

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

This div background color is #DBE4C6.


Border color

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

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

This div border color is #DBE4C6.


Opacity

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

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

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

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

This text has shadow with #DBE4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE4C6 on black background.


Color preview on white background

This text has color #DBE4C6 on white background.



Black color preview on #DBE4C6 background

This text has black color on #DBE4C6 background.


White color preview on #DBE4C6 background

This text has white color on #DBE4C6 background.