COLOR #DBEB89

HEX: #DBEB89 RGB: (219,235,137)

Color info

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

RGB color model

#DBEB89 color RGB value is (219,235,137).

RGB: (219,235,137) (86%, 92%, 54%)

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 137 of 255 = 54%

219
235
137

R + G + B ~ 77%. #DBEB89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 235 + 137 = 591 (100%)
R 219 of 591 ~ 37.06%
G 235 of 591 ~ 39.76%
B 137 of 591 ~ 23.18'%

%37.06
%39.76
%23.18

CMYK color model

#DBEB89 color CMYK value is (7,0,42,8).

  • cyan value is 6.81%
  • magenta value is 0.00%
  • yellow value is 41.70%
  • key color value is 7.84%

CMYK: (7,0,42,8)
C7M0Y42K8 (7%, 0%, 42%, 8%)
(0.07 / 0.00 / 0.42 / 0.08)

CMYK percentages

%6.81
%0
%41.7
%7.84

Codes

Color #DBEB89 in popluar color models

DB EB 89
RGB 219 235 137
HSL 70° 71.01% 72.94%
HSB/HSV 70° 41.70% 92.16%
CMYK 6.81% 0.00% 41.70%
7.84%

Color #DBEB89 in popluar number systems.

HEX DB EB 89
Decimal 219 235 137
Binary 11011011 11101011 10001001
Octal 333 353 211

Shades and tints

Shades of #DBEB89

#DBEB89
(219,235,137)
#C8D67D
(200,214,125)
#B5C171
(181,193,113)
#A2AC65
(162,172,101)
#8F9759
(143,151,89)
#7C824D
(124,130,77)
#696D41
(105,109,65)
#565835
(86,88,53)
#434329
(67,67,41)
#302E1D
(48,46,29)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #DBEB89

#DBEB89
(219,235,137)
#DEEC93
(222,236,147)
#E1ED9D
(225,237,157)
#E4EEA7
(228,238,167)
#E7EFB1
(231,239,177)
#EAF0BB
(234,240,187)
#EDF1C5
(237,241,197)
#F0F2CF
(240,242,207)
#F3F3D9
(243,243,217)
#F6F4E3
(246,244,227)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBEB89 color. Also use rgb(219,235,137) instead hex code.

Text Font Color

.myTextColor { color: #DBEB89; }

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

This text font color is #DBEB89.

Background Color

.myBgColor { background-color: #DBEB89; }

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

This div background color is #DBEB89.

Border color

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

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

This div border color is #DBEB89.

Opacity

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

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

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

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

This text has shadow with #DBEB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEB89.

Preview

Color preview on black background

This text has color #DBEB89 on black background.


Color preview on white background

This text has color #DBEB89 on white background.


Black color preview on #DBEB89 background

This text has black color on #DBEB89 background.


White color preview on #DBEB89 background

This text has white color on #DBEB89 background.


Related colors

Complementary color

Complementary color for #hex is #241476.


I love getcolorcode.com

Triadic colors

1 #89DBEB and #EB89DB with #DBEB89 are triadic colors.

2 #89EBDB and #EBDB89 with #DBEB89 are triadic colors.