COLOR #DEF896

HEX: #DEF896
RGB: (222,248,150)

Color info

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

RGB color model

#DEF896 color RGB value is (222,248,150).

  • red value is 222;
  • green value is 248;
  • blue value is 150.
RGB:
(222,248,150)
(87%,97%,59%)

RGB channels and saturation

R 222 of 255 = 87%
G 248 of 255 = 97%
B 150 of 255 = 59%

222
248
150

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

Portions of RGB colors in percentages

R + G + B =
222 + 248 + 150 = 620 (100%)
R 222 of 620 ~ 35.81%
G 248 of 620 ~ 40%
B 150 of 620 ~ 24.19%

%35.81
%40
%24.19

CMYK color model

#DEF896 color CMYK value is (10,0,40,3).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 39.52%
  • key color value is 2.75%
CMYK:
(10,0,40,3)
C10M0Y40K3 
(10%,0%,40%,3%)
(0.10/0.00/0.40/0.03)	

CMYK percentages

%10.48
%0
%39.52
%2.75

Codes

Color #DEF896 in popluar color models

DEF896
RGB222248150
HSL76°87.50%78.04%
HSB/HSV76°39.52%97.25%
CMYK10.48%0.00%39.52%
2.75%

Color #DEF896 in popluar number systems.

HEXDEF896
Decimal222248150
Binary110111101111100010010110
Octal336370226

Shades and tints

Shades of #DEF896

#DEF896
(222,248,150)
#CAE289
(202,226,137)
#B6CC7C
(182,204,124)
#A2B66F
(162,182,111)
#8EA062
(142,160,98)
#7A8A55
(122,138,85)
#667448
(102,116,72)
#525E3B
(82,94,59)
#3E482E
(62,72,46)
#2A3221
(42,50,33)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #DEF896

#DEF896
(222,248,150)
#E1F89F
(225,248,159)
#E4F8A8
(228,248,168)
#E7F8B1
(231,248,177)
#EAF8BA
(234,248,186)
#EDF8C3
(237,248,195)
#F0F8CC
(240,248,204)
#F3F8D5
(243,248,213)
#F6F8DE
(246,248,222)
#F9F8E7
(249,248,231)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF896 color. Also use rgb(222,248,150) instead hex code.

Text Font Color

.myTextColor { color: #DEF896; }

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

This text font color is #DEF896.


Background Color

.myBgColor { background-color: #DEF896; }

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

This div background color is #DEF896.


Border color

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

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

This div border color is #DEF896.


Opacity

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

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

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

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

This text has shadow with #DEF896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF896 on black background.


Color preview on white background

This text has color #DEF896 on white background.



Black color preview on #DEF896 background

This text has black color on #DEF896 background.


White color preview on #DEF896 background

This text has white color on #DEF896 background.