COLOR #DBEBA8

HEX: #DBEBA8 RGB: (219,235,168)

Color info

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

RGB color model

#DBEBA8 color RGB value is (219,235,168).

RGB: (219,235,168) (86%, 92%, 66%)

RGB channels and saturation

R 219 of 255 = 86%
G 235 of 255 = 92%
B 168 of 255 = 66%

219
235
168

R + G + B ~ 81%. #DBEBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 235 + 168 = 622 (100%)
R 219 of 622 ~ 35.21%
G 235 of 622 ~ 37.78%
B 168 of 622 ~ 27.01'%

%35.21
%37.78
%27.01

CMYK color model

#DBEBA8 color CMYK value is (7,0,29,8).

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

CMYK: (7,0,29,8)
C7M0Y29K8 (7%, 0%, 29%, 8%)
(0.07 / 0.00 / 0.29 / 0.08)

CMYK percentages

%6.81
%0
%28.51
%7.84

Codes

Color #DBEBA8 in popluar color models

DB EB A8
RGB 219 235 168
HSL 74° 62.62% 79.02%
HSB/HSV 74° 28.51% 92.16%
CMYK 6.81% 0.00% 28.51%
7.84%

Color #DBEBA8 in popluar number systems.

HEX DB EB A8
Decimal 219 235 168
Binary 11011011 11101011 10101000
Octal 333 353 250

Shades and tints

Shades of #DBEBA8

#DBEBA8
(219,235,168)
#C8D699
(200,214,153)
#B5C18A
(181,193,138)
#A2AC7B
(162,172,123)
#8F976C
(143,151,108)
#7C825D
(124,130,93)
#696D4E
(105,109,78)
#56583F
(86,88,63)
#434330
(67,67,48)
#302E21
(48,46,33)
#1D1912
(29,25,18)
#000000
(0,0,0)

Tints of #DBEBA8

#DBEBA8
(219,235,168)
#DEECAF
(222,236,175)
#E1EDB6
(225,237,182)
#E4EEBD
(228,238,189)
#E7EFC4
(231,239,196)
#EAF0CB
(234,240,203)
#EDF1D2
(237,241,210)
#F0F2D9
(240,242,217)
#F3F3E0
(243,243,224)
#F6F4E7
(246,244,231)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBA8; }

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

This text font color is #DBEBA8.

Background Color

.myBgColor { background-color: #DBEBA8; }

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

This div background color is #DBEBA8.

Border color

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

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

This div border color is #DBEBA8.

Opacity

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

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

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

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

This text has shadow with #DBEBA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEBA8.

Preview

Color preview on black background

This text has color #DBEBA8 on black background.


Color preview on white background

This text has color #DBEBA8 on white background.


Black color preview on #DBEBA8 background

This text has black color on #DBEBA8 background.


White color preview on #DBEBA8 background

This text has white color on #DBEBA8 background.


Related colors

Complementary color

Complementary color for #hex is #241457.


I love getcolorcode.com

Triadic colors

1 #A8DBEB and #EBA8DB with #DBEBA8 are triadic colors.

2 #A8EBDB and #EBDBA8 with #DBEBA8 are triadic colors.