COLOR #DBE4C3

HEX: #DBE4C3
RGB: (219,228,195)

Color info

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

RGB color model

#DBE4C3 color RGB value is (219,228,195).

  • red value is 219;
  • green value is 228;
  • blue value is 195.
RGB:
(219,228,195)
(86%,89%,76%)

RGB channels and saturation

R 219 of 255 = 86%
G 228 of 255 = 89%
B 195 of 255 = 76%

219
228
195

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

Portions of RGB colors in percentages

R + G + B =
219 + 228 + 195 = 642 (100%)
R 219 of 642 ~ 34.11%
G 228 of 642 ~ 35.51%
B 195 of 642 ~ 30.37%

%34.11
%35.51
%30.37

CMYK color model

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

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 10.59%
CMYK:
(4,0,14,11)
C4M0Y14K11 
(4%,0%,14%,11%)
(0.04/0.00/0.14/0.11)	

CMYK percentages

%3.95
%0
%14.47
%10.59

Codes

Color #DBE4C3 in popluar color models

DBE4C3
RGB219228195
HSL76°37.93%82.94%
HSB/HSV76°14.47%89.41%
CMYK3.95%0.00%14.47%
10.59%

Color #DBE4C3 in popluar number systems.

HEXDBE4C3
Decimal219228195
Binary110110111110010011000011
Octal333344303

Shades and tints

Shades of #DBE4C3

#DBE4C3
(219,228,195)
#C8D0B2
(200,208,178)
#B5BCA1
(181,188,161)
#A2A890
(162,168,144)
#8F947F
(143,148,127)
#7C806E
(124,128,110)
#696C5D
(105,108,93)
#56584C
(86,88,76)
#43443B
(67,68,59)
#30302A
(48,48,42)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #DBE4C3

#DBE4C3
(219,228,195)
#DEE6C8
(222,230,200)
#E1E8CD
(225,232,205)
#E4EAD2
(228,234,210)
#E7ECD7
(231,236,215)
#EAEEDC
(234,238,220)
#EDF0E1
(237,240,225)
#F0F2E6
(240,242,230)
#F3F4EB
(243,244,235)
#F6F6F0
(246,246,240)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE4C3 color. Also use rgb(219,228,195) instead hex code.

Text Font Color

.myTextColor { color: #DBE4C3; }

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

This text font color is #DBE4C3.


Background Color

.myBgColor { background-color: #DBE4C3; }

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

This div background color is #DBE4C3.


Border color

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

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

This div border color is #DBE4C3.


Opacity

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

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

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

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

This text has shadow with #DBE4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE4C3 on black background.


Color preview on white background

This text has color #DBE4C3 on white background.



Black color preview on #DBE4C3 background

This text has black color on #DBE4C3 background.


White color preview on #DBE4C3 background

This text has white color on #DBE4C3 background.