COLOR #DEFDB0

HEX: #DEFDB0
RGB: (222,253,176)

Color info

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

RGB color model

#DEFDB0 color RGB value is (222,253,176).

  • red value is 222;
  • green value is 253;
  • blue value is 176.
RGB:
(222,253,176)
(87%,99%,69%)

RGB channels and saturation

R 222 of 255 = 87%
G 253 of 255 = 99%
B 176 of 255 = 69%

222
253
176

R + G + B ~ 85%. #DEFDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 253 + 176 = 651 (100%)
R 222 of 651 ~ 34.1%
G 253 of 651 ~ 38.86%
B 176 of 651 ~ 27.04%

%34.1
%38.86
%27.04

CMYK color model

#DEFDB0 color CMYK value is (12,0,30,1).

  • cyan value is 12.25%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 0.78%
CMYK:
(12,0,30,1)
C12M0Y30K1 
(12%,0%,30%,1%)
(0.12/0.00/0.30/0.01)	

CMYK percentages

%12.25
%0
%30.43
%0.78

Codes

Color #DEFDB0 in popluar color models

DEFDB0
RGB222253176
HSL84°95.06%84.12%
HSB/HSV84°30.43%99.22%
CMYK12.25%0.00%30.43%
0.78%

Color #DEFDB0 in popluar number systems.

HEXDEFDB0
Decimal222253176
Binary110111101111110110110000
Octal336375260

Shades and tints

Shades of #DEFDB0

#DEFDB0
(222,253,176)
#CAE6A0
(202,230,160)
#B6CF90
(182,207,144)
#A2B880
(162,184,128)
#8EA170
(142,161,112)
#7A8A60
(122,138,96)
#667350
(102,115,80)
#525C40
(82,92,64)
#3E4530
(62,69,48)
#2A2E20
(42,46,32)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #DEFDB0

#DEFDB0
(222,253,176)
#E1FDB7
(225,253,183)
#E4FDBE
(228,253,190)
#E7FDC5
(231,253,197)
#EAFDCC
(234,253,204)
#EDFDD3
(237,253,211)
#F0FDDA
(240,253,218)
#F3FDE1
(243,253,225)
#F6FDE8
(246,253,232)
#F9FDEF
(249,253,239)
#FCFDF6
(252,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFDB0 color. Also use rgb(222,253,176) instead hex code.

Text Font Color

.myTextColor { color: #DEFDB0; }

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

This text font color is #DEFDB0.


Background Color

.myBgColor { background-color: #DEFDB0; }

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

This div background color is #DEFDB0.


Border color

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

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

This div border color is #DEFDB0.


Opacity

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

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

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

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

This text has shadow with #DEFDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFDB0 on black background.


Color preview on white background

This text has color #DEFDB0 on white background.



Black color preview on #DEFDB0 background

This text has black color on #DEFDB0 background.


White color preview on #DEFDB0 background

This text has white color on #DEFDB0 background.