COLOR #DBE3C9

HEX: #DBE3C9
RGB: (219,227,201)

Color info

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

RGB color model

#DBE3C9 color RGB value is (219,227,201).

  • red value is 219;
  • green value is 227;
  • blue value is 201.
RGB:
(219,227,201)
(86%,89%,79%)

RGB channels and saturation

R 219 of 255 = 86%
G 227 of 255 = 89%
B 201 of 255 = 79%

219
227
201

R + G + B ~ 85%. #DBE3C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 227 + 201 = 647 (100%)
R 219 of 647 ~ 33.85%
G 227 of 647 ~ 35.09%
B 201 of 647 ~ 31.07%

%33.85
%35.09
%31.07

CMYK color model

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

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 10.98%
CMYK:
(4,0,11,11)
C4M0Y11K11 
(4%,0%,11%,11%)
(0.04/0.00/0.11/0.11)	

CMYK percentages

%3.52
%0
%11.45
%10.98

Codes

Color #DBE3C9 in popluar color models

DBE3C9
RGB219227201
HSL78°31.71%83.92%
HSB/HSV78°11.45%89.02%
CMYK3.52%0.00%11.45%
10.98%

Color #DBE3C9 in popluar number systems.

HEXDBE3C9
Decimal219227201
Binary110110111110001111001001
Octal333343311

Shades and tints

Shades of #DBE3C9

#DBE3C9
(219,227,201)
#C8CFB7
(200,207,183)
#B5BBA5
(181,187,165)
#A2A793
(162,167,147)
#8F9381
(143,147,129)
#7C7F6F
(124,127,111)
#696B5D
(105,107,93)
#56574B
(86,87,75)
#434339
(67,67,57)
#302F27
(48,47,39)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #DBE3C9

#DBE3C9
(219,227,201)
#DEE5CD
(222,229,205)
#E1E7D1
(225,231,209)
#E4E9D5
(228,233,213)
#E7EBD9
(231,235,217)
#EAEDDD
(234,237,221)
#EDEFE1
(237,239,225)
#F0F1E5
(240,241,229)
#F3F3E9
(243,243,233)
#F6F5ED
(246,245,237)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE3C9; }

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

This text font color is #DBE3C9.


Background Color

.myBgColor { background-color: #DBE3C9; }

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

This div background color is #DBE3C9.


Border color

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

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

This div border color is #DBE3C9.


Opacity

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

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

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

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

This text has shadow with #DBE3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE3C9 on black background.


Color preview on white background

This text has color #DBE3C9 on white background.



Black color preview on #DBE3C9 background

This text has black color on #DBE3C9 background.


White color preview on #DBE3C9 background

This text has white color on #DBE3C9 background.