COLOR #DBE27F

HEX: #DBE27F
RGB: (219,226,127)

Color info

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

RGB color model

#DBE27F color RGB value is (219,226,127).

  • red value is 219;
  • green value is 226;
  • blue value is 127.
RGB:
(219,226,127)
(86%,89%,50%)

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 127 of 255 = 50%

219
226
127

R + G + B ~ 75%. #DBE27F is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 127 = 572 (100%)
R 219 of 572 ~ 38.29%
G 226 of 572 ~ 39.51%
B 127 of 572 ~ 22.2%

%38.29
%39.51
%22.2

CMYK color model

#DBE27F color CMYK value is (3,0,44,11).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 43.81%
  • key color value is 11.37%
CMYK:
(3,0,44,11)
C3M0Y44K11 
(3%,0%,44%,11%)
(0.03/0.00/0.44/0.11)	

CMYK percentages

%3.1
%0
%43.81
%11.37

Codes

Color #DBE27F in popluar color models

DBE27F
RGB219226127
HSL64°63.06%69.22%
HSB/HSV64°43.81%88.63%
CMYK3.10%0.00%43.81%
11.37%

Color #DBE27F in popluar number systems.

HEXDBE27F
Decimal219226127
Binary11011011111000101111111
Octal333342177

Shades and tints

Shades of #DBE27F

#DBE27F
(219,226,127)
#C8CE74
(200,206,116)
#B5BA69
(181,186,105)
#A2A65E
(162,166,94)
#8F9253
(143,146,83)
#7C7E48
(124,126,72)
#696A3D
(105,106,61)
#565632
(86,86,50)
#434227
(67,66,39)
#302E1C
(48,46,28)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #DBE27F

#DBE27F
(219,226,127)
#DEE48A
(222,228,138)
#E1E695
(225,230,149)
#E4E8A0
(228,232,160)
#E7EAAB
(231,234,171)
#EAECB6
(234,236,182)
#EDEEC1
(237,238,193)
#F0F0CC
(240,240,204)
#F3F2D7
(243,242,215)
#F6F4E2
(246,244,226)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE27F color. Also use rgb(219,226,127) instead hex code.

Text Font Color

.myTextColor { color: #DBE27F; }

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

This text font color is #DBE27F.


Background Color

.myBgColor { background-color: #DBE27F; }

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

This div background color is #DBE27F.


Border color

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

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

This div border color is #DBE27F.


Opacity

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

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

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

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

This text has shadow with #DBE27F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE27F on black background.


Color preview on white background

This text has color #DBE27F on white background.



Black color preview on #DBE27F background

This text has black color on #DBE27F background.


White color preview on #DBE27F background

This text has white color on #DBE27F background.