COLOR #DBF3AE

HEX: #DBF3AE
RGB: (219,243,174)

Color info

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

RGB color model

#DBF3AE color RGB value is (219,243,174).

  • red value is 219;
  • green value is 243;
  • blue value is 174.
RGB:
(219,243,174)
(86%,95%,68%)

RGB channels and saturation

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

219
243
174

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

Portions of RGB colors in percentages

R + G + B =
219 + 243 + 174 = 636 (100%)
R 219 of 636 ~ 34.43%
G 243 of 636 ~ 38.21%
B 174 of 636 ~ 27.36%

%34.43
%38.21
%27.36

CMYK color model

#DBF3AE color CMYK value is (10,0,28,5).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 4.71%
CMYK:
(10,0,28,5)
C10M0Y28K5 
(10%,0%,28%,5%)
(0.10/0.00/0.28/0.05)	

CMYK percentages

%9.88
%0
%28.4
%4.71

Codes

Color #DBF3AE in popluar color models

DBF3AE
RGB219243174
HSL81°74.19%81.76%
HSB/HSV81°28.40%95.29%
CMYK9.88%0.00%28.40%
4.71%

Color #DBF3AE in popluar number systems.

HEXDBF3AE
Decimal219243174
Binary110110111111001110101110
Octal333363256

Shades and tints

Shades of #DBF3AE

#DBF3AE
(219,243,174)
#C8DD9F
(200,221,159)
#B5C790
(181,199,144)
#A2B181
(162,177,129)
#8F9B72
(143,155,114)
#7C8563
(124,133,99)
#696F54
(105,111,84)
#565945
(86,89,69)
#434336
(67,67,54)
#302D27
(48,45,39)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #DBF3AE

#DBF3AE
(219,243,174)
#DEF4B5
(222,244,181)
#E1F5BC
(225,245,188)
#E4F6C3
(228,246,195)
#E7F7CA
(231,247,202)
#EAF8D1
(234,248,209)
#EDF9D8
(237,249,216)
#F0FADF
(240,250,223)
#F3FBE6
(243,251,230)
#F6FCED
(246,252,237)
#F9FDF4
(249,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF3AE; }

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

This text font color is #DBF3AE.


Background Color

.myBgColor { background-color: #DBF3AE; }

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

This div background color is #DBF3AE.


Border color

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

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

This div border color is #DBF3AE.


Opacity

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

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

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

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

This text has shadow with #DBF3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF3AE on black background.


Color preview on white background

This text has color #DBF3AE on white background.



Black color preview on #DBF3AE background

This text has black color on #DBF3AE background.


White color preview on #DBF3AE background

This text has white color on #DBF3AE background.