COLOR #DBE18C

HEX: #DBE18C
RGB: (219,225,140)

Color info

#DBE18C contains mainly red and green colors. Web safe color of #DBE18C is #CCCC99 (or #CC9).

RGB color model

#DBE18C color RGB value is (219,225,140).

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

RGB channels and saturation

R 219 of 255 = 86%
G 225 of 255 = 88%
B 140 of 255 = 55%

219
225
140

R + G + B ~ 76%. #DBE18C is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 225 + 140 = 584 (100%)
R 219 of 584 ~ 37.5%
G 225 of 584 ~ 38.53%
B 140 of 584 ~ 23.97%

%37.5
%38.53
%23.97

CMYK color model

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

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 11.76%
CMYK:
(3,0,38,12)
C3M0Y38K12 
(3%,0%,38%,12%)
(0.03/0.00/0.38/0.12)	

CMYK percentages

%2.67
%0
%37.78
%11.76

Codes

Color #DBE18C in popluar color models

DBE18C
RGB219225140
HSL64°58.62%71.57%
HSB/HSV64°37.78%88.24%
CMYK2.67%0.00%37.78%
11.76%

Color #DBE18C in popluar number systems.

HEXDBE18C
Decimal219225140
Binary110110111110000110001100
Octal333341214

Shades and tints

Shades of #DBE18C

#DBE18C
(219,225,140)
#C8CD80
(200,205,128)
#B5B974
(181,185,116)
#A2A568
(162,165,104)
#8F915C
(143,145,92)
#7C7D50
(124,125,80)
#696944
(105,105,68)
#565538
(86,85,56)
#43412C
(67,65,44)
#302D20
(48,45,32)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #DBE18C

#DBE18C
(219,225,140)
#DEE396
(222,227,150)
#E1E5A0
(225,229,160)
#E4E7AA
(228,231,170)
#E7E9B4
(231,233,180)
#EAEBBE
(234,235,190)
#EDEDC8
(237,237,200)
#F0EFD2
(240,239,210)
#F3F1DC
(243,241,220)
#F6F3E6
(246,243,230)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE18C; }

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

This text font color is #DBE18C.


Background Color

.myBgColor { background-color: #DBE18C; }

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

This div background color is #DBE18C.


Border color

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

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

This div border color is #DBE18C.


Opacity

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

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

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

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

This text has shadow with #DBE18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE18C on black background.


Color preview on white background

This text has color #DBE18C on white background.



Black color preview on #DBE18C background

This text has black color on #DBE18C background.


White color preview on #DBE18C background

This text has white color on #DBE18C background.