COLOR #DEFC99

HEX: #DEFC99
RGB: (222,252,153)

Color info

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

RGB color model

#DEFC99 color RGB value is (222,252,153).

  • red value is 222;
  • green value is 252;
  • blue value is 153.
RGB:
(222,252,153)
(87%,99%,60%)

RGB channels and saturation

R 222 of 255 = 87%
G 252 of 255 = 99%
B 153 of 255 = 60%

222
252
153

R + G + B ~ 82%. #DEFC99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 252 + 153 = 627 (100%)
R 222 of 627 ~ 35.41%
G 252 of 627 ~ 40.19%
B 153 of 627 ~ 24.4%

%35.41
%40.19
%24.4

CMYK color model

#DEFC99 color CMYK value is (12,0,39,1).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 1.18%
CMYK:
(12,0,39,1)
C12M0Y39K1 
(12%,0%,39%,1%)
(0.12/0.00/0.39/0.01)	

CMYK percentages

%11.9
%0
%39.29
%1.18

Codes

Color #DEFC99 in popluar color models

DEFC99
RGB222252153
HSL78°94.29%79.41%
HSB/HSV78°39.29%98.82%
CMYK11.90%0.00%39.29%
1.18%

Color #DEFC99 in popluar number systems.

HEXDEFC99
Decimal222252153
Binary110111101111110010011001
Octal336374231

Shades and tints

Shades of #DEFC99

#DEFC99
(222,252,153)
#CAE68C
(202,230,140)
#B6D07F
(182,208,127)
#A2BA72
(162,186,114)
#8EA465
(142,164,101)
#7A8E58
(122,142,88)
#66784B
(102,120,75)
#52623E
(82,98,62)
#3E4C31
(62,76,49)
#2A3624
(42,54,36)
#162017
(22,32,23)
#000000
(0,0,0)

Tints of #DEFC99

#DEFC99
(222,252,153)
#E1FCA2
(225,252,162)
#E4FCAB
(228,252,171)
#E7FCB4
(231,252,180)
#EAFCBD
(234,252,189)
#EDFCC6
(237,252,198)
#F0FCCF
(240,252,207)
#F3FCD8
(243,252,216)
#F6FCE1
(246,252,225)
#F9FCEA
(249,252,234)
#FCFCF3
(252,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFC99 color. Also use rgb(222,252,153) instead hex code.

Text Font Color

.myTextColor { color: #DEFC99; }

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

This text font color is #DEFC99.


Background Color

.myBgColor { background-color: #DEFC99; }

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

This div background color is #DEFC99.


Border color

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

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

This div border color is #DEFC99.


Opacity

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

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

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

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

This text has shadow with #DEFC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFC99 on black background.


Color preview on white background

This text has color #DEFC99 on white background.



Black color preview on #DEFC99 background

This text has black color on #DEFC99 background.


White color preview on #DEFC99 background

This text has white color on #DEFC99 background.