COLOR #DBF3AD

HEX: #DBF3AD RGB: (219,243,173)

Color info

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

RGB color model

#DBF3AD color RGB value is (219,243,173).

RGB: (219,243,173) (86%, 95%, 68%)

RGB channels and saturation

R 219 of 255 = 86%
G 243 of 255 = 95%
B 173 of 255 = 68%

219
243
173

R + G + B ~ 83%. #DBF3AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 243 + 173 = 635 (100%)
R 219 of 635 ~ 34.49%
G 243 of 635 ~ 38.27%
B 173 of 635 ~ 27.24'%

%34.49
%38.27
%27.24

CMYK color model

#DBF3AD color CMYK value is (10,0,29,5).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 28.81%
  • key color value is 4.71%

CMYK: (10,0,29,5)
C10M0Y29K5 (10%, 0%, 29%, 5%)
(0.10 / 0.00 / 0.29 / 0.05)

CMYK percentages

%9.88
%0
%28.81
%4.71

Codes

Color #DBF3AD in popluar color models

DB F3 AD
RGB 219 243 173
HSL 81° 74.47% 81.57%
HSB/HSV 81° 28.81% 95.29%
CMYK 9.88% 0.00% 28.81%
4.71%

Color #DBF3AD in popluar number systems.

HEX DB F3 AD
Decimal 219 243 173
Binary 11011011 11110011 10101101
Octal 333 363 255

Shades and tints

Shades of #DBF3AD

#DBF3AD
(219,243,173)
#C8DD9E
(200,221,158)
#B5C78F
(181,199,143)
#A2B180
(162,177,128)
#8F9B71
(143,155,113)
#7C8562
(124,133,98)
#696F53
(105,111,83)
#565944
(86,89,68)
#434335
(67,67,53)
#302D26
(48,45,38)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #DBF3AD

#DBF3AD
(219,243,173)
#DEF4B4
(222,244,180)
#E1F5BB
(225,245,187)
#E4F6C2
(228,246,194)
#E7F7C9
(231,247,201)
#EAF8D0
(234,248,208)
#EDF9D7
(237,249,215)
#F0FADE
(240,250,222)
#F3FBE5
(243,251,229)
#F6FCEC
(246,252,236)
#F9FDF3
(249,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF3AD color. Also use rgb(219,243,173) instead hex code.

Text Font Color

.myTextColor { color: #DBF3AD; }

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

This text font color is #DBF3AD.

Background Color

.myBgColor { background-color: #DBF3AD; }

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

This div background color is #DBF3AD.

Border color

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

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

This div border color is #DBF3AD.

Opacity

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

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

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

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

This text has shadow with #DBF3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF3AD.

Preview

Color preview on black background

This text has color #DBF3AD on black background.


Color preview on white background

This text has color #DBF3AD on white background.


Black color preview on #DBF3AD background

This text has black color on #DBF3AD background.


White color preview on #DBF3AD background

This text has white color on #DBF3AD background.


Related colors

Complementary color

Complementary color for #hex is #240C52.


I love getcolorcode.com

Triadic colors

1 #ADDBF3 and #F3ADDB with #DBF3AD are triadic colors.

2 #ADF3DB and #F3DBAD with #DBF3AD are triadic colors.