COLOR #DBE681

HEX: #DBE681 RGB: (219,230,129)

Color info

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

RGB color model

#DBE681 color RGB value is (219,230,129).

RGB: (219,230,129) (86%, 90%, 51%)

RGB channels and saturation

R 219 of 255 = 86%
G 230 of 255 = 90%
B 129 of 255 = 51%

219
230
129

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

Portions of RGB colors in percentages

R + G + B = 219 + 230 + 129 = 578 (100%)
R 219 of 578 ~ 37.89%
G 230 of 578 ~ 39.79%
B 129 of 578 ~ 22.32'%

%37.89
%39.79
%22.32

CMYK color model

#DBE681 color CMYK value is (5,0,44,10).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 43.91%
  • key color value is 9.80%
CMYK: (5,0,44,10) C5M0Y44K10 (5%,0%,44%,10%) (0.05/0.00/0.44/0.10) 

CMYK percentages

%4.78
%0
%43.91
%9.8

Codes

Color #DBE681 in popluar color models

DB E6 81
RGB 219 230 129
HSL 67° 66.89% 70.39%
HSB/HSV 67° 43.91% 90.20%
CMYK 4.78% 0.00% 43.91%
9.80%

Color #DBE681 in popluar number systems.

HEX DB E6 81
Decimal 219 230 129
Binary 11011011 11100110 10000001
Octal 333 346 201

Shades and tints

Shades of #DBE681

#DBE681
(219,230,129)
#C8D276
(200,210,118)
#B5BE6B
(181,190,107)
#A2AA60
(162,170,96)
#8F9655
(143,150,85)
#7C824A
(124,130,74)
#696E3F
(105,110,63)
#565A34
(86,90,52)
#434629
(67,70,41)
#30321E
(48,50,30)
#1D1E13
(29,30,19)
#000000
(0,0,0)

Tints of #DBE681

#DBE681
(219,230,129)
#DEE88C
(222,232,140)
#E1EA97
(225,234,151)
#E4ECA2
(228,236,162)
#E7EEAD
(231,238,173)
#EAF0B8
(234,240,184)
#EDF2C3
(237,242,195)
#F0F4CE
(240,244,206)
#F3F6D9
(243,246,217)
#F6F8E4
(246,248,228)
#F9FAEF
(249,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE681 color. Also use rgb(219,230,129) instead hex code.

Text Font Color

.myTextColor { color: #DBE681; }

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

This text font color is #DBE681.

Background Color

.myBgColor { background-color: #DBE681; }

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

This div background color is #DBE681.

Border color

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

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

This div border color is #DBE681.

Opacity

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

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

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

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

This text has shadow with #DBE681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE681.

Preview

Color preview on black background

This text has color #DBE681 on black background.


Color preview on white background

This text has color #DBE681 on white background.


Black color preview on #DBE681 background

This text has black color on #DBE681 background.


White color preview on #DBE681 background

This text has white color on #DBE681 background.


Related colors

Complementary color

Complementary color for #hex is #24197E.


I love getcolorcode.com

Triadic colors

1 #81DBE6 and #E681DB with #DBE681 are triadic colors.

2 #81E6DB and #E6DB81 with #DBE681 are triadic colors.