COLOR #DEF6C6

HEX: #DEF6C6
RGB: (222,246,198)

Color info

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

RGB color model

#DEF6C6 color RGB value is (222,246,198).

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

RGB channels and saturation

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

222
246
198

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

Portions of RGB colors in percentages

R + G + B =
222 + 246 + 198 = 666 (100%)
R 222 of 666 ~ 33.33%
G 246 of 666 ~ 36.94%
B 198 of 666 ~ 29.73%

%33.33
%36.94
%29.73

CMYK color model

#DEF6C6 color CMYK value is (10,0,20,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 3.53%
CMYK:
(10,0,20,4)
C10M0Y20K4 
(10%,0%,20%,4%)
(0.10/0.00/0.20/0.04)	

CMYK percentages

%9.76
%0
%19.51
%3.53

Codes

Color #DEF6C6 in popluar color models

DEF6C6
RGB222246198
HSL90°72.73%87.06%
HSB/HSV90°19.51%96.47%
CMYK9.76%0.00%19.51%
3.53%

Color #DEF6C6 in popluar number systems.

HEXDEF6C6
Decimal222246198
Binary110111101111011011000110
Octal336366306

Shades and tints

Shades of #DEF6C6

#DEF6C6
(222,246,198)
#CAE0B4
(202,224,180)
#B6CAA2
(182,202,162)
#A2B490
(162,180,144)
#8E9E7E
(142,158,126)
#7A886C
(122,136,108)
#66725A
(102,114,90)
#525C48
(82,92,72)
#3E4636
(62,70,54)
#2A3024
(42,48,36)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #DEF6C6

#DEF6C6
(222,246,198)
#E1F6CB
(225,246,203)
#E4F6D0
(228,246,208)
#E7F6D5
(231,246,213)
#EAF6DA
(234,246,218)
#EDF6DF
(237,246,223)
#F0F6E4
(240,246,228)
#F3F6E9
(243,246,233)
#F6F6EE
(246,246,238)
#F9F6F3
(249,246,243)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF6C6; }

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

This text font color is #DEF6C6.


Background Color

.myBgColor { background-color: #DEF6C6; }

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

This div background color is #DEF6C6.


Border color

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

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

This div border color is #DEF6C6.


Opacity

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

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

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

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

This text has shadow with #DEF6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF6C6 on black background.


Color preview on white background

This text has color #DEF6C6 on white background.



Black color preview on #DEF6C6 background

This text has black color on #DEF6C6 background.


White color preview on #DEF6C6 background

This text has white color on #DEF6C6 background.