COLOR #DBF69B

HEX: #DBF69B
RGB: (219,246,155)

Color info

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

RGB color model

#DBF69B color RGB value is (219,246,155).

  • red value is 219;
  • green value is 246;
  • blue value is 155.
RGB:
(219,246,155)
(86%,96%,61%)

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 155 of 255 = 61%

219
246
155

R + G + B ~ 81%. #DBF69B is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 246 + 155 = 620 (100%)
R 219 of 620 ~ 35.32%
G 246 of 620 ~ 39.68%
B 155 of 620 ~ 25%

%35.32
%39.68
%25

CMYK color model

#DBF69B color CMYK value is (11,0,37,4).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 3.53%
CMYK:
(11,0,37,4)
C11M0Y37K4 
(11%,0%,37%,4%)
(0.11/0.00/0.37/0.04)	

CMYK percentages

%10.98
%0
%36.99
%3.53

Codes

Color #DBF69B in popluar color models

DBF69B
RGB219246155
HSL78°83.49%78.63%
HSB/HSV78°36.99%96.47%
CMYK10.98%0.00%36.99%
3.53%

Color #DBF69B in popluar number systems.

HEXDBF69B
Decimal219246155
Binary110110111111011010011011
Octal333366233

Shades and tints

Shades of #DBF69B

#DBF69B
(219,246,155)
#C8E08D
(200,224,141)
#B5CA7F
(181,202,127)
#A2B471
(162,180,113)
#8F9E63
(143,158,99)
#7C8855
(124,136,85)
#697247
(105,114,71)
#565C39
(86,92,57)
#43462B
(67,70,43)
#30301D
(48,48,29)
#1D1A0F
(29,26,15)
#000000
(0,0,0)

Tints of #DBF69B

#DBF69B
(219,246,155)
#DEF6A4
(222,246,164)
#E1F6AD
(225,246,173)
#E4F6B6
(228,246,182)
#E7F6BF
(231,246,191)
#EAF6C8
(234,246,200)
#EDF6D1
(237,246,209)
#F0F6DA
(240,246,218)
#F3F6E3
(243,246,227)
#F6F6EC
(246,246,236)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF69B; }

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

This text font color is #DBF69B.


Background Color

.myBgColor { background-color: #DBF69B; }

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

This div background color is #DBF69B.


Border color

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

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

This div border color is #DBF69B.


Opacity

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

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

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

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

This text has shadow with #DBF69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF69B on black background.


Color preview on white background

This text has color #DBF69B on white background.



Black color preview on #DBF69B background

This text has black color on #DBF69B background.


White color preview on #DBF69B background

This text has white color on #DBF69B background.