COLOR #DBEAC9

HEX: #DBEAC9 RGB: (219,234,201)

Color info

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

RGB color model

#DBEAC9 color RGB value is (219,234,201).

RGB: (219,234,201) (86%, 92%, 79%)

RGB channels and saturation

R 219 of 255 = 86%
G 234 of 255 = 92%
B 201 of 255 = 79%

219
234
201

R + G + B ~ 86%. #DBEAC9 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 234 + 201 = 654 (100%)
R 219 of 654 ~ 33.49%
G 234 of 654 ~ 35.78%
B 201 of 654 ~ 30.73'%

%33.49
%35.78
%30.73

CMYK color model

#DBEAC9 color CMYK value is (6,0,14,8).

  • cyan value is 6.41%
  • magenta value is 0.00%
  • yellow value is 14.10%
  • key color value is 8.24%
CMYK: (6,0,14,8) C6M0Y14K8 (6%,0%,14%,8%) (0.06/0.00/0.14/0.08) 

CMYK percentages

%6.41
%0
%14.1
%8.24

Codes

Color #DBEAC9 in popluar color models

DB EA C9
RGB 219 234 201
HSL 87° 44.00% 85.29%
HSB/HSV 87° 14.10% 91.76%
CMYK 6.41% 0.00% 14.10%
8.24%

Color #DBEAC9 in popluar number systems.

HEX DB EA C9
Decimal 219 234 201
Binary 11011011 11101010 11001001
Octal 333 352 311

Shades and tints

Shades of #DBEAC9

#DBEAC9
(219,234,201)
#C8D5B7
(200,213,183)
#B5C0A5
(181,192,165)
#A2AB93
(162,171,147)
#8F9681
(143,150,129)
#7C816F
(124,129,111)
#696C5D
(105,108,93)
#56574B
(86,87,75)
#434239
(67,66,57)
#302D27
(48,45,39)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #DBEAC9

#DBEAC9
(219,234,201)
#DEEBCD
(222,235,205)
#E1ECD1
(225,236,209)
#E4EDD5
(228,237,213)
#E7EED9
(231,238,217)
#EAEFDD
(234,239,221)
#EDF0E1
(237,240,225)
#F0F1E5
(240,241,229)
#F3F2E9
(243,242,233)
#F6F3ED
(246,243,237)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEAC9; }

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

This text font color is #DBEAC9.

Background Color

.myBgColor { background-color: #DBEAC9; }

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

This div background color is #DBEAC9.

Border color

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

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

This div border color is #DBEAC9.

Opacity

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

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

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

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

This text has shadow with #DBEAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEAC9.

Preview

Color preview on black background

This text has color #DBEAC9 on black background.


Color preview on white background

This text has color #DBEAC9 on white background.


Black color preview on #DBEAC9 background

This text has black color on #DBEAC9 background.


White color preview on #DBEAC9 background

This text has white color on #DBEAC9 background.


Related colors

Complementary color

Complementary color for #hex is #241536.


I love getcolorcode.com

Triadic colors

1 #C9DBEA and #EAC9DB with #DBEAC9 are triadic colors.

2 #C9EADB and #EADBC9 with #DBEAC9 are triadic colors.