COLOR #DBE1C5

HEX: #DBE1C5
RGB: (219,225,197)

Color info

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

RGB color model

#DBE1C5 color RGB value is (219,225,197).

  • red value is 219;
  • green value is 225;
  • blue value is 197.
RGB:
(219,225,197)
(86%,88%,77%)

RGB channels and saturation

R 219 of 255 = 86%
G 225 of 255 = 88%
B 197 of 255 = 77%

219
225
197

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

Portions of RGB colors in percentages

R + G + B =
219 + 225 + 197 = 641 (100%)
R 219 of 641 ~ 34.17%
G 225 of 641 ~ 35.1%
B 197 of 641 ~ 30.73%

%34.17
%35.1
%30.73

CMYK color model

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

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 11.76%
CMYK:
(3,0,12,12)
C3M0Y12K12 
(3%,0%,12%,12%)
(0.03/0.00/0.12/0.12)	

CMYK percentages

%2.67
%0
%12.44
%11.76

Codes

Color #DBE1C5 in popluar color models

DBE1C5
RGB219225197
HSL73°31.82%82.75%
HSB/HSV73°12.44%88.24%
CMYK2.67%0.00%12.44%
11.76%

Color #DBE1C5 in popluar number systems.

HEXDBE1C5
Decimal219225197
Binary110110111110000111000101
Octal333341305

Shades and tints

Shades of #DBE1C5

#DBE1C5
(219,225,197)
#C8CDB4
(200,205,180)
#B5B9A3
(181,185,163)
#A2A592
(162,165,146)
#8F9181
(143,145,129)
#7C7D70
(124,125,112)
#69695F
(105,105,95)
#56554E
(86,85,78)
#43413D
(67,65,61)
#302D2C
(48,45,44)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #DBE1C5

#DBE1C5
(219,225,197)
#DEE3CA
(222,227,202)
#E1E5CF
(225,229,207)
#E4E7D4
(228,231,212)
#E7E9D9
(231,233,217)
#EAEBDE
(234,235,222)
#EDEDE3
(237,237,227)
#F0EFE8
(240,239,232)
#F3F1ED
(243,241,237)
#F6F3F2
(246,243,242)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE1C5 color. Also use rgb(219,225,197) instead hex code.

Text Font Color

.myTextColor { color: #DBE1C5; }

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

This text font color is #DBE1C5.


Background Color

.myBgColor { background-color: #DBE1C5; }

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

This div background color is #DBE1C5.


Border color

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

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

This div border color is #DBE1C5.


Opacity

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

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

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

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

This text has shadow with #DBE1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE1C5 on black background.


Color preview on white background

This text has color #DBE1C5 on white background.



Black color preview on #DBE1C5 background

This text has black color on #DBE1C5 background.


White color preview on #DBE1C5 background

This text has white color on #DBE1C5 background.