COLOR #DEF9C8

HEX: #DEF9C8
RGB: (222,249,200)

Color info

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

RGB color model

#DEF9C8 color RGB value is (222,249,200).

  • red value is 222;
  • green value is 249;
  • blue value is 200.
RGB:
(222,249,200)
(87%,98%,78%)

RGB channels and saturation

R 222 of 255 = 87%
G 249 of 255 = 98%
B 200 of 255 = 78%

222
249
200

R + G + B ~ 88%. #DEF9C8 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 249 + 200 = 671 (100%)
R 222 of 671 ~ 33.08%
G 249 of 671 ~ 37.11%
B 200 of 671 ~ 29.81%

%33.08
%37.11
%29.81

CMYK color model

#DEF9C8 color CMYK value is (11,0,20,2).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 19.68%
  • key color value is 2.35%
CMYK:
(11,0,20,2)
C11M0Y20K2 
(11%,0%,20%,2%)
(0.11/0.00/0.20/0.02)	

CMYK percentages

%10.84
%0
%19.68
%2.35

Codes

Color #DEF9C8 in popluar color models

DEF9C8
RGB222249200
HSL93°80.33%88.04%
HSB/HSV93°19.68%97.65%
CMYK10.84%0.00%19.68%
2.35%

Color #DEF9C8 in popluar number systems.

HEXDEF9C8
Decimal222249200
Binary110111101111100111001000
Octal336371310

Shades and tints

Shades of #DEF9C8

#DEF9C8
(222,249,200)
#CAE3B6
(202,227,182)
#B6CDA4
(182,205,164)
#A2B792
(162,183,146)
#8EA180
(142,161,128)
#7A8B6E
(122,139,110)
#66755C
(102,117,92)
#525F4A
(82,95,74)
#3E4938
(62,73,56)
#2A3326
(42,51,38)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #DEF9C8

#DEF9C8
(222,249,200)
#E1F9CD
(225,249,205)
#E4F9D2
(228,249,210)
#E7F9D7
(231,249,215)
#EAF9DC
(234,249,220)
#EDF9E1
(237,249,225)
#F0F9E6
(240,249,230)
#F3F9EB
(243,249,235)
#F6F9F0
(246,249,240)
#F9F9F5
(249,249,245)
#FCF9FA
(252,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF9C8 color. Also use rgb(222,249,200) instead hex code.

Text Font Color

.myTextColor { color: #DEF9C8; }

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

This text font color is #DEF9C8.


Background Color

.myBgColor { background-color: #DEF9C8; }

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

This div background color is #DEF9C8.


Border color

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

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

This div border color is #DEF9C8.


Opacity

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

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

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

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

This text has shadow with #DEF9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF9C8 on black background.


Color preview on white background

This text has color #DEF9C8 on white background.



Black color preview on #DEF9C8 background

This text has black color on #DEF9C8 background.


White color preview on #DEF9C8 background

This text has white color on #DEF9C8 background.