COLOR #DEF4C6

HEX: #DEF4C6 RGB: (222,244,198)

Color info

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

RGB color model

#DEF4C6 color RGB value is (222,244,198).

RGB: (222,244,198) (87%, 96%, 78%)

RGB channels and saturation

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

222
244
198

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

Portions of RGB colors in percentages

R + G + B = 222 + 244 + 198 = 664 (100%)
R 222 of 664 ~ 33.43%
G 244 of 664 ~ 36.75%
B 198 of 664 ~ 29.82'%

%33.43
%36.75
%29.82

CMYK color model

#DEF4C6 color CMYK value is (9,0,19,4).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 18.85%
  • key color value is 4.31%

CMYK: (9,0,19,4)
C9M0Y19K4 (9%, 0%, 19%, 4%)
(0.09 / 0.00 / 0.19 / 0.04)

CMYK percentages

%9.02
%0
%18.85
%4.31

Codes

Color #DEF4C6 in popluar color models

DE F4 C6
RGB 222 244 198
HSL 89° 67.65% 86.67%
HSB/HSV 89° 18.85% 95.69%
CMYK 9.02% 0.00% 18.85%
4.31%

Color #DEF4C6 in popluar number systems.

HEX DE F4 C6
Decimal 222 244 198
Binary 11011110 11110100 11000110
Octal 336 364 306

Shades and tints

Shades of #DEF4C6

#DEF4C6
(222,244,198)
#CADEB4
(202,222,180)
#B6C8A2
(182,200,162)
#A2B290
(162,178,144)
#8E9C7E
(142,156,126)
#7A866C
(122,134,108)
#66705A
(102,112,90)
#525A48
(82,90,72)
#3E4436
(62,68,54)
#2A2E24
(42,46,36)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #DEF4C6

#DEF4C6
(222,244,198)
#E1F5CB
(225,245,203)
#E4F6D0
(228,246,208)
#E7F7D5
(231,247,213)
#EAF8DA
(234,248,218)
#EDF9DF
(237,249,223)
#F0FAE4
(240,250,228)
#F3FBE9
(243,251,233)
#F6FCEE
(246,252,238)
#F9FDF3
(249,253,243)
#FCFEF8
(252,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF4C6; }

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

This text font color is #DEF4C6.

Background Color

.myBgColor { background-color: #DEF4C6; }

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

This div background color is #DEF4C6.

Border color

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

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

This div border color is #DEF4C6.

Opacity

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

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

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

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

This text has shadow with #DEF4C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF4C6.

Preview

Color preview on black background

This text has color #DEF4C6 on black background.


Color preview on white background

This text has color #DEF4C6 on white background.


Black color preview on #DEF4C6 background

This text has black color on #DEF4C6 background.


White color preview on #DEF4C6 background

This text has white color on #DEF4C6 background.


Related colors

Complementary color

Complementary color for #hex is #210B39.


I love getcolorcode.com

Triadic colors

1 #C6DEF4 and #F4C6DE with #DEF4C6 are triadic colors.

2 #C6F4DE and #F4DEC6 with #DEF4C6 are triadic colors.