COLOR #DBF9BC

HEX: #DBF9BC RGB: (219,249,188)

Color info

#DBF9BC contains mainly red and green colors. Web safe color of #DBF9BC is #CCFFCC (or #CFC).

RGB color model

#DBF9BC color RGB value is (219,249,188).

RGB: (219,249,188) (86%, 98%, 74%)

RGB channels and saturation

R 219 of 255 = 86%
G 249 of 255 = 98%
B 188 of 255 = 74%

219
249
188

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

Portions of RGB colors in percentages

R + G + B = 219 + 249 + 188 = 656 (100%)
R 219 of 656 ~ 33.38%
G 249 of 656 ~ 37.96%
B 188 of 656 ~ 28.66'%

%33.38
%37.96
%28.66

CMYK color model

#DBF9BC color CMYK value is (12,0,24,2).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 24.50%
  • key color value is 2.35%

CMYK: (12,0,24,2)
C12M0Y24K2 (12%, 0%, 24%, 2%)
(0.12 / 0.00 / 0.24 / 0.02)

CMYK percentages

%12.05
%0
%24.5
%2.35

Codes

Color #DBF9BC in popluar color models

DB F9 BC
RGB 219 249 188
HSL 90° 83.56% 85.69%
HSB/HSV 90° 24.50% 97.65%
CMYK 12.05% 0.00% 24.50%
2.35%

Color #DBF9BC in popluar number systems.

HEX DB F9 BC
Decimal 219 249 188
Binary 11011011 11111001 10111100
Octal 333 371 274

Shades and tints

Shades of #DBF9BC

#DBF9BC
(219,249,188)
#C8E3AB
(200,227,171)
#B5CD9A
(181,205,154)
#A2B789
(162,183,137)
#8FA178
(143,161,120)
#7C8B67
(124,139,103)
#697556
(105,117,86)
#565F45
(86,95,69)
#434934
(67,73,52)
#303323
(48,51,35)
#1D1D12
(29,29,18)
#000000
(0,0,0)

Tints of #DBF9BC

#DBF9BC
(219,249,188)
#DEF9C2
(222,249,194)
#E1F9C8
(225,249,200)
#E4F9CE
(228,249,206)
#E7F9D4
(231,249,212)
#EAF9DA
(234,249,218)
#EDF9E0
(237,249,224)
#F0F9E6
(240,249,230)
#F3F9EC
(243,249,236)
#F6F9F2
(246,249,242)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF9BC color. Also use rgb(219,249,188) instead hex code.

Text Font Color

.myTextColor { color: #DBF9BC; }

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

This text font color is #DBF9BC.

Background Color

.myBgColor { background-color: #DBF9BC; }

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

This div background color is #DBF9BC.

Border color

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

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

This div border color is #DBF9BC.

Opacity

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

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

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

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

This text has shadow with #DBF9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF9BC.

Preview

Color preview on black background

This text has color #DBF9BC on black background.


Color preview on white background

This text has color #DBF9BC on white background.


Black color preview on #DBF9BC background

This text has black color on #DBF9BC background.


White color preview on #DBF9BC background

This text has white color on #DBF9BC background.


Related colors

Complementary color

Complementary color for #hex is #240643.


I love getcolorcode.com

Triadic colors

1 #BCDBF9 and #F9BCDB with #DBF9BC are triadic colors.

2 #BCF9DB and #F9DBBC with #DBF9BC are triadic colors.