COLOR #DBE1C2

HEX: #DBE1C2
RGB: (219,225,194)

Color info

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

RGB color model

#DBE1C2 color RGB value is (219,225,194).

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

RGB channels and saturation

R 219 of 255 = 86%
G 225 of 255 = 88%
B 194 of 255 = 76%

219
225
194

R + G + B ~ 83%. #DBE1C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 225 + 194 = 638 (100%)
R 219 of 638 ~ 34.33%
G 225 of 638 ~ 35.27%
B 194 of 638 ~ 30.41%

%34.33
%35.27
%30.41

CMYK color model

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

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 11.76%
CMYK:
(3,0,14,12)
C3M0Y14K12 
(3%,0%,14%,12%)
(0.03/0.00/0.14/0.12)	

CMYK percentages

%2.67
%0
%13.78
%11.76

Codes

Color #DBE1C2 in popluar color models

DBE1C2
RGB219225194
HSL72°34.07%82.16%
HSB/HSV72°13.78%88.24%
CMYK2.67%0.00%13.78%
11.76%

Color #DBE1C2 in popluar number systems.

HEXDBE1C2
Decimal219225194
Binary110110111110000111000010
Octal333341302

Shades and tints

Shades of #DBE1C2

#DBE1C2
(219,225,194)
#C8CDB1
(200,205,177)
#B5B9A0
(181,185,160)
#A2A58F
(162,165,143)
#8F917E
(143,145,126)
#7C7D6D
(124,125,109)
#69695C
(105,105,92)
#56554B
(86,85,75)
#43413A
(67,65,58)
#302D29
(48,45,41)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBE1C2

#DBE1C2
(219,225,194)
#DEE3C7
(222,227,199)
#E1E5CC
(225,229,204)
#E4E7D1
(228,231,209)
#E7E9D6
(231,233,214)
#EAEBDB
(234,235,219)
#EDEDE0
(237,237,224)
#F0EFE5
(240,239,229)
#F3F1EA
(243,241,234)
#F6F3EF
(246,243,239)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE1C2; }

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

This text font color is #DBE1C2.


Background Color

.myBgColor { background-color: #DBE1C2; }

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

This div background color is #DBE1C2.


Border color

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

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

This div border color is #DBE1C2.


Opacity

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

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

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

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

This text has shadow with #DBE1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE1C2 on black background.


Color preview on white background

This text has color #DBE1C2 on white background.



Black color preview on #DBE1C2 background

This text has black color on #DBE1C2 background.


White color preview on #DBE1C2 background

This text has white color on #DBE1C2 background.