COLOR #DBE16B

HEX: #DBE16B
RGB: (219,225,107)

Color info

#DBE16B contains mainly red and green colors. Web safe color of #DBE16B is #CCCC66 (or #CC6).

RGB color model

#DBE16B color RGB value is (219,225,107).

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

RGB channels and saturation

R 219 of 255 = 86%
G 225 of 255 = 88%
B 107 of 255 = 42%

219
225
107

R + G + B ~ 72%. #DBE16B is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 225 + 107 = 551 (100%)
R 219 of 551 ~ 39.75%
G 225 of 551 ~ 40.83%
B 107 of 551 ~ 19.42%

%39.75
%40.83
%19.42

CMYK color model

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

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 52.44%
  • key color value is 11.76%
CMYK:
(3,0,52,12)
C3M0Y52K12 
(3%,0%,52%,12%)
(0.03/0.00/0.52/0.12)	

CMYK percentages

%2.67
%0
%52.44
%11.76

Codes

Color #DBE16B in popluar color models

DBE16B
RGB219225107
HSL63°66.29%65.10%
HSB/HSV63°52.44%88.24%
CMYK2.67%0.00%52.44%
11.76%

Color #DBE16B in popluar number systems.

HEXDBE16B
Decimal219225107
Binary11011011111000011101011
Octal333341153

Shades and tints

Shades of #DBE16B

#DBE16B
(219,225,107)
#C8CD62
(200,205,98)
#B5B959
(181,185,89)
#A2A550
(162,165,80)
#8F9147
(143,145,71)
#7C7D3E
(124,125,62)
#696935
(105,105,53)
#56552C
(86,85,44)
#434123
(67,65,35)
#302D1A
(48,45,26)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #DBE16B

#DBE16B
(219,225,107)
#DEE378
(222,227,120)
#E1E585
(225,229,133)
#E4E792
(228,231,146)
#E7E99F
(231,233,159)
#EAEBAC
(234,235,172)
#EDEDB9
(237,237,185)
#F0EFC6
(240,239,198)
#F3F1D3
(243,241,211)
#F6F3E0
(246,243,224)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE16B; }

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

This text font color is #DBE16B.


Background Color

.myBgColor { background-color: #DBE16B; }

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

This div background color is #DBE16B.


Border color

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

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

This div border color is #DBE16B.


Opacity

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

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

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

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

This text has shadow with #DBE16B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE16B on black background.


Color preview on white background

This text has color #DBE16B on white background.



Black color preview on #DBE16B background

This text has black color on #DBE16B background.


White color preview on #DBE16B background

This text has white color on #DBE16B background.