COLOR #DEF6E3

HEX: #DEF6E3 RGB: (222,246,227)

Color info

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

RGB color model

#DEF6E3 color RGB value is (222,246,227).

RGB: (222,246,227) (87%, 96%, 89%)

RGB channels and saturation

R 222 of 255 = 87%
G 246 of 255 = 96%
B 227 of 255 = 89%

222
246
227

R + G + B ~ 91%. #DEF6E3 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 246 + 227 = 695 (100%)
R 222 of 695 ~ 31.94%
G 246 of 695 ~ 35.4%
B 227 of 695 ~ 32.66'%

%31.94
%35.4
%32.66

CMYK color model

#DEF6E3 color CMYK value is (10,0,8,4).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 7.72%
  • key color value is 3.53%

CMYK: (10,0,8,4)
C10M0Y8K4 (10%, 0%, 8%, 4%)
(0.10 / 0.00 / 0.08 / 0.04)

CMYK percentages

%9.76
%0
%7.72
%3.53

Codes

Color #DEF6E3 in popluar color models

DE F6 E3
RGB 222 246 227
HSL 133° 57.14% 91.76%
HSB/HSV 133° 9.76% 96.47%
CMYK 9.76% 0.00% 7.72%
3.53%

Color #DEF6E3 in popluar number systems.

HEX DE F6 E3
Decimal 222 246 227
Binary 11011110 11110110 11100011
Octal 336 366 343

Shades and tints

Shades of #DEF6E3

#DEF6E3
(222,246,227)
#CAE0CF
(202,224,207)
#B6CABB
(182,202,187)
#A2B4A7
(162,180,167)
#8E9E93
(142,158,147)
#7A887F
(122,136,127)
#66726B
(102,114,107)
#525C57
(82,92,87)
#3E4643
(62,70,67)
#2A302F
(42,48,47)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #DEF6E3

#DEF6E3
(222,246,227)
#E1F6E5
(225,246,229)
#E4F6E7
(228,246,231)
#E7F6E9
(231,246,233)
#EAF6EB
(234,246,235)
#EDF6ED
(237,246,237)
#F0F6EF
(240,246,239)
#F3F6F1
(243,246,241)
#F6F6F3
(246,246,243)
#F9F6F5
(249,246,245)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF6E3; }

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

This text font color is #DEF6E3.

Background Color

.myBgColor { background-color: #DEF6E3; }

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

This div background color is #DEF6E3.

Border color

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

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

This div border color is #DEF6E3.

Opacity

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

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

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

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

This text has shadow with #DEF6E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF6E3.

Preview

Color preview on black background

This text has color #DEF6E3 on black background.


Color preview on white background

This text has color #DEF6E3 on white background.


Black color preview on #DEF6E3 background

This text has black color on #DEF6E3 background.


White color preview on #DEF6E3 background

This text has white color on #DEF6E3 background.


Related colors

Complementary color

Complementary color for #hex is #21091C.


I love getcolorcode.com

Triadic colors

1 #E3DEF6 and #F6E3DE with #DEF6E3 are triadic colors.

2 #E3F6DE and #F6DEE3 with #DEF6E3 are triadic colors.