COLOR #DBE2C9

HEX: #DBE2C9
RGB: (219,226,201)

Color info

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

RGB color model

#DBE2C9 color RGB value is (219,226,201).

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

RGB channels and saturation

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

219
226
201

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

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 201 = 646 (100%)
R 219 of 646 ~ 33.9%
G 226 of 646 ~ 34.98%
B 201 of 646 ~ 31.11%

%33.9
%34.98
%31.11

CMYK color model

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

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 11.37%
CMYK:
(3,0,11,11)
C3M0Y11K11 
(3%,0%,11%,11%)
(0.03/0.00/0.11/0.11)	

CMYK percentages

%3.1
%0
%11.06
%11.37

Codes

Color #DBE2C9 in popluar color models

DBE2C9
RGB219226201
HSL77°30.12%83.73%
HSB/HSV77°11.06%88.63%
CMYK3.10%0.00%11.06%
11.37%

Color #DBE2C9 in popluar number systems.

HEXDBE2C9
Decimal219226201
Binary110110111110001011001001
Octal333342311

Shades and tints

Shades of #DBE2C9

#DBE2C9
(219,226,201)
#C8CEB7
(200,206,183)
#B5BAA5
(181,186,165)
#A2A693
(162,166,147)
#8F9281
(143,146,129)
#7C7E6F
(124,126,111)
#696A5D
(105,106,93)
#56564B
(86,86,75)
#434239
(67,66,57)
#302E27
(48,46,39)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #DBE2C9

#DBE2C9
(219,226,201)
#DEE4CD
(222,228,205)
#E1E6D1
(225,230,209)
#E4E8D5
(228,232,213)
#E7EAD9
(231,234,217)
#EAECDD
(234,236,221)
#EDEEE1
(237,238,225)
#F0F0E5
(240,240,229)
#F3F2E9
(243,242,233)
#F6F4ED
(246,244,237)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2C9; }

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

This text font color is #DBE2C9.


Background Color

.myBgColor { background-color: #DBE2C9; }

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

This div background color is #DBE2C9.


Border color

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

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

This div border color is #DBE2C9.


Opacity

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

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

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

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

This text has shadow with #DBE2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2C9 on black background.


Color preview on white background

This text has color #DBE2C9 on white background.



Black color preview on #DBE2C9 background

This text has black color on #DBE2C9 background.


White color preview on #DBE2C9 background

This text has white color on #DBE2C9 background.