COLOR #DBF4C4

HEX: #DBF4C4 RGB: (219,244,196)

Color info

#DBF4C4 contains red, green and blue colors in about the same proportion. Web safe color of #DBF4C4 is #CCFFCC (or #CFC).

RGB color model

#DBF4C4 color RGB value is (219,244,196).

RGB: (219,244,196) (86%, 96%, 77%)

RGB channels and saturation

R 219 of 255 = 86%
G 244 of 255 = 96%
B 196 of 255 = 77%

219
244
196

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

Portions of RGB colors in percentages

R + G + B = 219 + 244 + 196 = 659 (100%)
R 219 of 659 ~ 33.23%
G 244 of 659 ~ 37.03%
B 196 of 659 ~ 29.74'%

%33.23
%37.03
%29.74

CMYK color model

#DBF4C4 color CMYK value is (10,0,20,4).

  • cyan value is 10.25%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 4.31%

CMYK: (10,0,20,4)
C10M0Y20K4 (10%, 0%, 20%, 4%)
(0.10 / 0.00 / 0.20 / 0.04)

CMYK percentages

%10.25
%0
%19.67
%4.31

Codes

Color #DBF4C4 in popluar color models

DB F4 C4
RGB 219 244 196
HSL 91° 68.57% 86.27%
HSB/HSV 91° 19.67% 95.69%
CMYK 10.25% 0.00% 19.67%
4.31%

Color #DBF4C4 in popluar number systems.

HEX DB F4 C4
Decimal 219 244 196
Binary 11011011 11110100 11000100
Octal 333 364 304

Shades and tints

Shades of #DBF4C4

#DBF4C4
(219,244,196)
#C8DEB3
(200,222,179)
#B5C8A2
(181,200,162)
#A2B291
(162,178,145)
#8F9C80
(143,156,128)
#7C866F
(124,134,111)
#69705E
(105,112,94)
#565A4D
(86,90,77)
#43443C
(67,68,60)
#302E2B
(48,46,43)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #DBF4C4

#DBF4C4
(219,244,196)
#DEF5C9
(222,245,201)
#E1F6CE
(225,246,206)
#E4F7D3
(228,247,211)
#E7F8D8
(231,248,216)
#EAF9DD
(234,249,221)
#EDFAE2
(237,250,226)
#F0FBE7
(240,251,231)
#F3FCEC
(243,252,236)
#F6FDF1
(246,253,241)
#F9FEF6
(249,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF4C4 color. Also use rgb(219,244,196) instead hex code.

Text Font Color

.myTextColor { color: #DBF4C4; }

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

This text font color is #DBF4C4.

Background Color

.myBgColor { background-color: #DBF4C4; }

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

This div background color is #DBF4C4.

Border color

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

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

This div border color is #DBF4C4.

Opacity

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

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

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

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

This text has shadow with #DBF4C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF4C4.

Preview

Color preview on black background

This text has color #DBF4C4 on black background.


Color preview on white background

This text has color #DBF4C4 on white background.


Black color preview on #DBF4C4 background

This text has black color on #DBF4C4 background.


White color preview on #DBF4C4 background

This text has white color on #DBF4C4 background.


Related colors

Complementary color

Complementary color for #hex is #240B3B.


I love getcolorcode.com

Triadic colors

1 #C4DBF4 and #F4C4DB with #DBF4C4 are triadic colors.

2 #C4F4DB and #F4DBC4 with #DBF4C4 are triadic colors.