COLOR #DEF2CE

HEX: #DEF2CE
RGB: (222,242,206)

Color info

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

RGB color model

#DEF2CE color RGB value is (222,242,206).

  • red value is 222;
  • green value is 242;
  • blue value is 206.
RGB:
(222,242,206)
(87%,95%,81%)

RGB channels and saturation

R 222 of 255 = 87%
G 242 of 255 = 95%
B 206 of 255 = 81%

222
242
206

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

Portions of RGB colors in percentages

R + G + B =
222 + 242 + 206 = 670 (100%)
R 222 of 670 ~ 33.13%
G 242 of 670 ~ 36.12%
B 206 of 670 ~ 30.75%

%33.13
%36.12
%30.75

CMYK color model

#DEF2CE color CMYK value is (8,0,15,5).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 5.10%
CMYK:
(8,0,15,5)
C8M0Y15K5 
(8%,0%,15%,5%)
(0.08/0.00/0.15/0.05)	

CMYK percentages

%8.26
%0
%14.88
%5.1

Codes

Color #DEF2CE in popluar color models

DEF2CE
RGB222242206
HSL93°58.06%87.84%
HSB/HSV93°14.88%94.90%
CMYK8.26%0.00%14.88%
5.10%

Color #DEF2CE in popluar number systems.

HEXDEF2CE
Decimal222242206
Binary110111101111001011001110
Octal336362316

Shades and tints

Shades of #DEF2CE

#DEF2CE
(222,242,206)
#CADCBC
(202,220,188)
#B6C6AA
(182,198,170)
#A2B098
(162,176,152)
#8E9A86
(142,154,134)
#7A8474
(122,132,116)
#666E62
(102,110,98)
#525850
(82,88,80)
#3E423E
(62,66,62)
#2A2C2C
(42,44,44)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #DEF2CE

#DEF2CE
(222,242,206)
#E1F3D2
(225,243,210)
#E4F4D6
(228,244,214)
#E7F5DA
(231,245,218)
#EAF6DE
(234,246,222)
#EDF7E2
(237,247,226)
#F0F8E6
(240,248,230)
#F3F9EA
(243,249,234)
#F6FAEE
(246,250,238)
#F9FBF2
(249,251,242)
#FCFCF6
(252,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF2CE color. Also use rgb(222,242,206) instead hex code.

Text Font Color

.myTextColor { color: #DEF2CE; }

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

This text font color is #DEF2CE.


Background Color

.myBgColor { background-color: #DEF2CE; }

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

This div background color is #DEF2CE.


Border color

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

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

This div border color is #DEF2CE.


Opacity

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

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

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

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

This text has shadow with #DEF2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF2CE on black background.


Color preview on white background

This text has color #DEF2CE on white background.



Black color preview on #DEF2CE background

This text has black color on #DEF2CE background.


White color preview on #DEF2CE background

This text has white color on #DEF2CE background.