COLOR #DBF66B

HEX: #DBF66B RGB: (219,246,107)

Color info

#DBF66B contains mainly red and green colors. Web safe color of #DBF66B is #CCFF66 (or #CF6).

RGB color model

#DBF66B color RGB value is (219,246,107).

RGB: (219,246,107) (86%, 96%, 42%)

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 107 of 255 = 42%

219
246
107

R + G + B ~ 75%. #DBF66B is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 246 + 107 = 572 (100%)
R 219 of 572 ~ 38.29%
G 246 of 572 ~ 43.01%
B 107 of 572 ~ 18.71'%

%38.29
%43.01
%18.71

CMYK color model

#DBF66B color CMYK value is (11,0,57,4).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 56.50%
  • key color value is 3.53%

CMYK: (11,0,57,4)
C11M0Y57K4 (11%, 0%, 57%, 4%)
(0.11 / 0.00 / 0.57 / 0.04)

CMYK percentages

%10.98
%0
%56.5
%3.53

Codes

Color #DBF66B in popluar color models

DB F6 6B
RGB 219 246 107
HSL 72° 88.54% 69.22%
HSB/HSV 72° 56.50% 96.47%
CMYK 10.98% 0.00% 56.50%
3.53%

Color #DBF66B in popluar number systems.

HEX DB F6 6B
Decimal 219 246 107
Binary 11011011 11110110 1101011
Octal 333 366 153

Shades and tints

Shades of #DBF66B

#DBF66B
(219,246,107)
#C8E062
(200,224,98)
#B5CA59
(181,202,89)
#A2B450
(162,180,80)
#8F9E47
(143,158,71)
#7C883E
(124,136,62)
#697235
(105,114,53)
#565C2C
(86,92,44)
#434623
(67,70,35)
#30301A
(48,48,26)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #DBF66B

#DBF66B
(219,246,107)
#DEF678
(222,246,120)
#E1F685
(225,246,133)
#E4F692
(228,246,146)
#E7F69F
(231,246,159)
#EAF6AC
(234,246,172)
#EDF6B9
(237,246,185)
#F0F6C6
(240,246,198)
#F3F6D3
(243,246,211)
#F6F6E0
(246,246,224)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF66B color. Also use rgb(219,246,107) instead hex code.

Text Font Color

.myTextColor { color: #DBF66B; }

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

This text font color is #DBF66B.

Background Color

.myBgColor { background-color: #DBF66B; }

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

This div background color is #DBF66B.

Border color

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

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

This div border color is #DBF66B.

Opacity

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

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

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

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

This text has shadow with #DBF66B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF66B.

Preview

Color preview on black background

This text has color #DBF66B on black background.


Color preview on white background

This text has color #DBF66B on white background.


Black color preview on #DBF66B background

This text has black color on #DBF66B background.


White color preview on #DBF66B background

This text has white color on #DBF66B background.


Related colors

Complementary color

Complementary color for #hex is #240994.


I love getcolorcode.com

Triadic colors

1 #6BDBF6 and #F66BDB with #DBF66B are triadic colors.

2 #6BF6DB and #F6DB6B with #DBF66B are triadic colors.