COLOR #DEF4DB

HEX: #DEF4DB
RGB: (222,244,219)

Color info

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

RGB color model

#DEF4DB color RGB value is (222,244,219).

  • red value is 222;
  • green value is 244;
  • blue value is 219.
RGB:
(222,244,219)
(87%,96%,86%)

RGB channels and saturation

R 222 of 255 = 87%
G 244 of 255 = 96%
B 219 of 255 = 86%

222
244
219

R + G + B ~ 90%. #DEF4DB is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 244 + 219 = 685 (100%)
R 222 of 685 ~ 32.41%
G 244 of 685 ~ 35.62%
B 219 of 685 ~ 31.97%

%32.41
%35.62
%31.97

CMYK color model

#DEF4DB color CMYK value is (9,0,10,4).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 10.25%
  • key color value is 4.31%
CMYK:
(9,0,10,4)
C9M0Y10K4 
(9%,0%,10%,4%)
(0.09/0.00/0.10/0.04)	

CMYK percentages

%9.02
%0
%10.25
%4.31

Codes

Color #DEF4DB in popluar color models

DEF4DB
RGB222244219
HSL113°53.19%90.78%
HSB/HSV113°10.25%95.69%
CMYK9.02%0.00%10.25%
4.31%

Color #DEF4DB in popluar number systems.

HEXDEF4DB
Decimal222244219
Binary110111101111010011011011
Octal336364333

Shades and tints

Shades of #DEF4DB

#DEF4DB
(222,244,219)
#CADEC8
(202,222,200)
#B6C8B5
(182,200,181)
#A2B2A2
(162,178,162)
#8E9C8F
(142,156,143)
#7A867C
(122,134,124)
#667069
(102,112,105)
#525A56
(82,90,86)
#3E4443
(62,68,67)
#2A2E30
(42,46,48)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #DEF4DB

#DEF4DB
(222,244,219)
#E1F5DE
(225,245,222)
#E4F6E1
(228,246,225)
#E7F7E4
(231,247,228)
#EAF8E7
(234,248,231)
#EDF9EA
(237,249,234)
#F0FAED
(240,250,237)
#F3FBF0
(243,251,240)
#F6FCF3
(246,252,243)
#F9FDF6
(249,253,246)
#FCFEF9
(252,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF4DB; }

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

This text font color is #DEF4DB.


Background Color

.myBgColor { background-color: #DEF4DB; }

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

This div background color is #DEF4DB.


Border color

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

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

This div border color is #DEF4DB.


Opacity

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

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

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

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

This text has shadow with #DEF4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF4DB on black background.


Color preview on white background

This text has color #DEF4DB on white background.



Black color preview on #DEF4DB background

This text has black color on #DEF4DB background.


White color preview on #DEF4DB background

This text has white color on #DEF4DB background.