COLOR #DEF6C8

HEX: #DEF6C8
RGB: (222,246,200)

Color info

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

RGB color model

#DEF6C8 color RGB value is (222,246,200).

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

RGB channels and saturation

R 222 of 255 = 87%
G 246 of 255 = 96%
B 200 of 255 = 78%

222
246
200

R + G + B ~ 87%. #DEF6C8 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 246 + 200 = 668 (100%)
R 222 of 668 ~ 33.23%
G 246 of 668 ~ 36.83%
B 200 of 668 ~ 29.94%

%33.23
%36.83
%29.94

CMYK color model

#DEF6C8 color CMYK value is (10,0,19,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 3.53%
CMYK:
(10,0,19,4)
C10M0Y19K4 
(10%,0%,19%,4%)
(0.10/0.00/0.19/0.04)	

CMYK percentages

%9.76
%0
%18.7
%3.53

Codes

Color #DEF6C8 in popluar color models

DEF6C8
RGB222246200
HSL91°71.88%87.45%
HSB/HSV91°18.70%96.47%
CMYK9.76%0.00%18.70%
3.53%

Color #DEF6C8 in popluar number systems.

HEXDEF6C8
Decimal222246200
Binary110111101111011011001000
Octal336366310

Shades and tints

Shades of #DEF6C8

#DEF6C8
(222,246,200)
#CAE0B6
(202,224,182)
#B6CAA4
(182,202,164)
#A2B492
(162,180,146)
#8E9E80
(142,158,128)
#7A886E
(122,136,110)
#66725C
(102,114,92)
#525C4A
(82,92,74)
#3E4638
(62,70,56)
#2A3026
(42,48,38)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #DEF6C8

#DEF6C8
(222,246,200)
#E1F6CD
(225,246,205)
#E4F6D2
(228,246,210)
#E7F6D7
(231,246,215)
#EAF6DC
(234,246,220)
#EDF6E1
(237,246,225)
#F0F6E6
(240,246,230)
#F3F6EB
(243,246,235)
#F6F6F0
(246,246,240)
#F9F6F5
(249,246,245)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF6C8; }

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

This text font color is #DEF6C8.


Background Color

.myBgColor { background-color: #DEF6C8; }

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

This div background color is #DEF6C8.


Border color

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

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

This div border color is #DEF6C8.


Opacity

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

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

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

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

This text has shadow with #DEF6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF6C8 on black background.


Color preview on white background

This text has color #DEF6C8 on white background.



Black color preview on #DEF6C8 background

This text has black color on #DEF6C8 background.


White color preview on #DEF6C8 background

This text has white color on #DEF6C8 background.