COLOR #DEF3E3

HEX: #DEF3E3
RGB: (222,243,227)

Color info

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

RGB color model

#DEF3E3 color RGB value is (222,243,227).

  • red value is 222;
  • green value is 243;
  • blue value is 227.
RGB:
(222,243,227)
(87%,95%,89%)

RGB channels and saturation

R 222 of 255 = 87%
G 243 of 255 = 95%
B 227 of 255 = 89%

222
243
227

R + G + B ~ 90%. #DEF3E3 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 243 + 227 = 692 (100%)
R 222 of 692 ~ 32.08%
G 243 of 692 ~ 35.12%
B 227 of 692 ~ 32.8%

%32.08
%35.12
%32.8

CMYK color model

#DEF3E3 color CMYK value is (9,0,7,5).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 4.71%
CMYK:
(9,0,7,5)
C9M0Y7K5 
(9%,0%,7%,5%)
(0.09/0.00/0.07/0.05)	

CMYK percentages

%8.64
%0
%6.58
%4.71

Codes

Color #DEF3E3 in popluar color models

DEF3E3
RGB222243227
HSL134°46.67%91.18%
HSB/HSV134°8.64%95.29%
CMYK8.64%0.00%6.58%
4.71%

Color #DEF3E3 in popluar number systems.

HEXDEF3E3
Decimal222243227
Binary110111101111001111100011
Octal336363343

Shades and tints

Shades of #DEF3E3

#DEF3E3
(222,243,227)
#CADDCF
(202,221,207)
#B6C7BB
(182,199,187)
#A2B1A7
(162,177,167)
#8E9B93
(142,155,147)
#7A857F
(122,133,127)
#666F6B
(102,111,107)
#525957
(82,89,87)
#3E4343
(62,67,67)
#2A2D2F
(42,45,47)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #DEF3E3

#DEF3E3
(222,243,227)
#E1F4E5
(225,244,229)
#E4F5E7
(228,245,231)
#E7F6E9
(231,246,233)
#EAF7EB
(234,247,235)
#EDF8ED
(237,248,237)
#F0F9EF
(240,249,239)
#F3FAF1
(243,250,241)
#F6FBF3
(246,251,243)
#F9FCF5
(249,252,245)
#FCFDF7
(252,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF3E3 color. Also use rgb(222,243,227) instead hex code.

Text Font Color

.myTextColor { color: #DEF3E3; }

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

This text font color is #DEF3E3.


Background Color

.myBgColor { background-color: #DEF3E3; }

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

This div background color is #DEF3E3.


Border color

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

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

This div border color is #DEF3E3.


Opacity

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

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

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

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

This text has shadow with #DEF3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF3E3 on black background.


Color preview on white background

This text has color #DEF3E3 on white background.



Black color preview on #DEF3E3 background

This text has black color on #DEF3E3 background.


White color preview on #DEF3E3 background

This text has white color on #DEF3E3 background.