COLOR #DBE88F

HEX: #DBE88F RGB: (219,232,143)

Color info

#DBE88F contains mainly red and green colors. Web safe color of #DBE88F is #CCFF99 (or #CF9).

RGB color model

#DBE88F color RGB value is (219,232,143).

RGB: (219,232,143) (86%, 91%, 56%)

RGB channels and saturation

R 219 of 255 = 86%
G 232 of 255 = 91%
B 143 of 255 = 56%

219
232
143

R + G + B ~ 78%. #DBE88F is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 232 + 143 = 594 (100%)
R 219 of 594 ~ 36.87%
G 232 of 594 ~ 39.06%
B 143 of 594 ~ 24.07'%

%36.87
%39.06
%24.07

CMYK color model

#DBE88F color CMYK value is (6,0,38,9).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 9.02%

CMYK: (6,0,38,9)
C6M0Y38K9 (6%, 0%, 38%, 9%)
(0.06 / 0.00 / 0.38 / 0.09)

CMYK percentages

%5.6
%0
%38.36
%9.02

Codes

Color #DBE88F in popluar color models

DB E8 8F
RGB 219 232 143
HSL 69° 65.93% 73.53%
HSB/HSV 69° 38.36% 90.98%
CMYK 5.60% 0.00% 38.36%
9.02%

Color #DBE88F in popluar number systems.

HEX DB E8 8F
Decimal 219 232 143
Binary 11011011 11101000 10001111
Octal 333 350 217

Shades and tints

Shades of #DBE88F

#DBE88F
(219,232,143)
#C8D382
(200,211,130)
#B5BE75
(181,190,117)
#A2A968
(162,169,104)
#8F945B
(143,148,91)
#7C7F4E
(124,127,78)
#696A41
(105,106,65)
#565534
(86,85,52)
#434027
(67,64,39)
#302B1A
(48,43,26)
#1D160D
(29,22,13)
#000000
(0,0,0)

Tints of #DBE88F

#DBE88F
(219,232,143)
#DEEA99
(222,234,153)
#E1ECA3
(225,236,163)
#E4EEAD
(228,238,173)
#E7F0B7
(231,240,183)
#EAF2C1
(234,242,193)
#EDF4CB
(237,244,203)
#F0F6D5
(240,246,213)
#F3F8DF
(243,248,223)
#F6FAE9
(246,250,233)
#F9FCF3
(249,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE88F color. Also use rgb(219,232,143) instead hex code.

Text Font Color

.myTextColor { color: #DBE88F; }

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

This text font color is #DBE88F.

Background Color

.myBgColor { background-color: #DBE88F; }

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

This div background color is #DBE88F.

Border color

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

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

This div border color is #DBE88F.

Opacity

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

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

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

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

This text has shadow with #DBE88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE88F.

Preview

Color preview on black background

This text has color #DBE88F on black background.


Color preview on white background

This text has color #DBE88F on white background.


Black color preview on #DBE88F background

This text has black color on #DBE88F background.


White color preview on #DBE88F background

This text has white color on #DBE88F background.


Related colors

Complementary color

Complementary color for #hex is #241770.


I love getcolorcode.com

Triadic colors

1 #8FDBE8 and #E88FDB with #DBE88F are triadic colors.

2 #8FE8DB and #E8DB8F with #DBE88F are triadic colors.