COLOR #DBEAD1

HEX: #DBEAD1 RGB: (219,234,209)

Color info

#DBEAD1 contains red, green and blue colors in about the same proportion. Web safe color of #DBEAD1 is #CCFFCC (or #CFC).

RGB color model

#DBEAD1 color RGB value is (219,234,209).

RGB: (219,234,209) (86%, 92%, 82%)

RGB channels and saturation

R 219 of 255 = 86%
G 234 of 255 = 92%
B 209 of 255 = 82%

219
234
209

R + G + B ~ 87%. #DBEAD1 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 234 + 209 = 662 (100%)
R 219 of 662 ~ 33.08%
G 234 of 662 ~ 35.35%
B 209 of 662 ~ 31.57'%

%33.08
%35.35
%31.57

CMYK color model

#DBEAD1 color CMYK value is (6,0,11,8).

  • cyan value is 6.41%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 8.24%

CMYK: (6,0,11,8)
C6M0Y11K8 (6%, 0%, 11%, 8%)
(0.06 / 0.00 / 0.11 / 0.08)

CMYK percentages

%6.41
%0
%10.68
%8.24

Codes

Color #DBEAD1 in popluar color models

DB EA D1
RGB 219 234 209
HSL 96° 37.31% 86.86%
HSB/HSV 96° 10.68% 91.76%
CMYK 6.41% 0.00% 10.68%
8.24%

Color #DBEAD1 in popluar number systems.

HEX DB EA D1
Decimal 219 234 209
Binary 11011011 11101010 11010001
Octal 333 352 321

Shades and tints

Shades of #DBEAD1

#DBEAD1
(219,234,209)
#C8D5BE
(200,213,190)
#B5C0AB
(181,192,171)
#A2AB98
(162,171,152)
#8F9685
(143,150,133)
#7C8172
(124,129,114)
#696C5F
(105,108,95)
#56574C
(86,87,76)
#434239
(67,66,57)
#302D26
(48,45,38)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #DBEAD1

#DBEAD1
(219,234,209)
#DEEBD5
(222,235,213)
#E1ECD9
(225,236,217)
#E4EDDD
(228,237,221)
#E7EEE1
(231,238,225)
#EAEFE5
(234,239,229)
#EDF0E9
(237,240,233)
#F0F1ED
(240,241,237)
#F3F2F1
(243,242,241)
#F6F3F5
(246,243,245)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBEAD1 color. Also use rgb(219,234,209) instead hex code.

Text Font Color

.myTextColor { color: #DBEAD1; }

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

This text font color is #DBEAD1.

Background Color

.myBgColor { background-color: #DBEAD1; }

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

This div background color is #DBEAD1.

Border color

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

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

This div border color is #DBEAD1.

Opacity

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

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

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

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

This text has shadow with #DBEAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEAD1.

Preview

Color preview on black background

This text has color #DBEAD1 on black background.


Color preview on white background

This text has color #DBEAD1 on white background.


Black color preview on #DBEAD1 background

This text has black color on #DBEAD1 background.


White color preview on #DBEAD1 background

This text has white color on #DBEAD1 background.


Related colors

Complementary color

Complementary color for #hex is #24152E.


I love getcolorcode.com

Triadic colors

1 #D1DBEA and #EAD1DB with #DBEAD1 are triadic colors.

2 #D1EADB and #EADBD1 with #DBEAD1 are triadic colors.