COLOR #DBE2C8

HEX: #DBE2C8
RGB: (219,226,200)

Color info

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

RGB color model

#DBE2C8 color RGB value is (219,226,200).

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

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 200 of 255 = 78%

219
226
200

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

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 200 = 645 (100%)
R 219 of 645 ~ 33.95%
G 226 of 645 ~ 35.04%
B 200 of 645 ~ 31.01%

%33.95
%35.04
%31.01

CMYK color model

#DBE2C8 color CMYK value is (3,0,12,11).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 11.50%
  • key color value is 11.37%
CMYK:
(3,0,12,11)
C3M0Y12K11 
(3%,0%,12%,11%)
(0.03/0.00/0.12/0.11)	

CMYK percentages

%3.1
%0
%11.5
%11.37

Codes

Color #DBE2C8 in popluar color models

DBE2C8
RGB219226200
HSL76°30.95%83.53%
HSB/HSV76°11.50%88.63%
CMYK3.10%0.00%11.50%
11.37%

Color #DBE2C8 in popluar number systems.

HEXDBE2C8
Decimal219226200
Binary110110111110001011001000
Octal333342310

Shades and tints

Shades of #DBE2C8

#DBE2C8
(219,226,200)
#C8CEB6
(200,206,182)
#B5BAA4
(181,186,164)
#A2A692
(162,166,146)
#8F9280
(143,146,128)
#7C7E6E
(124,126,110)
#696A5C
(105,106,92)
#56564A
(86,86,74)
#434238
(67,66,56)
#302E26
(48,46,38)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #DBE2C8

#DBE2C8
(219,226,200)
#DEE4CD
(222,228,205)
#E1E6D2
(225,230,210)
#E4E8D7
(228,232,215)
#E7EADC
(231,234,220)
#EAECE1
(234,236,225)
#EDEEE6
(237,238,230)
#F0F0EB
(240,240,235)
#F3F2F0
(243,242,240)
#F6F4F5
(246,244,245)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE2C8 color. Also use rgb(219,226,200) instead hex code.

Text Font Color

.myTextColor { color: #DBE2C8; }

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

This text font color is #DBE2C8.


Background Color

.myBgColor { background-color: #DBE2C8; }

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

This div background color is #DBE2C8.


Border color

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

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

This div border color is #DBE2C8.


Opacity

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

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

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

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

This text has shadow with #DBE2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2C8 on black background.


Color preview on white background

This text has color #DBE2C8 on white background.



Black color preview on #DBE2C8 background

This text has black color on #DBE2C8 background.


White color preview on #DBE2C8 background

This text has white color on #DBE2C8 background.