COLOR #DEF9E6

HEX: #DEF9E6
RGB: (222,249,230)

Color info

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

RGB color model

#DEF9E6 color RGB value is (222,249,230).

  • red value is 222;
  • green value is 249;
  • blue value is 230.
RGB:
(222,249,230)
(87%,98%,90%)

RGB channels and saturation

R 222 of 255 = 87%
G 249 of 255 = 98%
B 230 of 255 = 90%

222
249
230

R + G + B ~ 92%. #DEF9E6 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 249 + 230 = 701 (100%)
R 222 of 701 ~ 31.67%
G 249 of 701 ~ 35.52%
B 230 of 701 ~ 32.81%

%31.67
%35.52
%32.81

CMYK color model

#DEF9E6 color CMYK value is (11,0,8,2).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 2.35%
CMYK:
(11,0,8,2)
C11M0Y8K2 
(11%,0%,8%,2%)
(0.11/0.00/0.08/0.02)	

CMYK percentages

%10.84
%0
%7.63
%2.35

Codes

Color #DEF9E6 in popluar color models

DEF9E6
RGB222249230
HSL138°69.23%92.35%
HSB/HSV138°10.84%97.65%
CMYK10.84%0.00%7.63%
2.35%

Color #DEF9E6 in popluar number systems.

HEXDEF9E6
Decimal222249230
Binary110111101111100111100110
Octal336371346

Shades and tints

Shades of #DEF9E6

#DEF9E6
(222,249,230)
#CAE3D2
(202,227,210)
#B6CDBE
(182,205,190)
#A2B7AA
(162,183,170)
#8EA196
(142,161,150)
#7A8B82
(122,139,130)
#66756E
(102,117,110)
#525F5A
(82,95,90)
#3E4946
(62,73,70)
#2A3332
(42,51,50)
#161D1E
(22,29,30)
#000000
(0,0,0)

Tints of #DEF9E6

#DEF9E6
(222,249,230)
#E1F9E8
(225,249,232)
#E4F9EA
(228,249,234)
#E7F9EC
(231,249,236)
#EAF9EE
(234,249,238)
#EDF9F0
(237,249,240)
#F0F9F2
(240,249,242)
#F3F9F4
(243,249,244)
#F6F9F6
(246,249,246)
#F9F9F8
(249,249,248)
#FCF9FA
(252,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF9E6 color. Also use rgb(222,249,230) instead hex code.

Text Font Color

.myTextColor { color: #DEF9E6; }

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

This text font color is #DEF9E6.


Background Color

.myBgColor { background-color: #DEF9E6; }

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

This div background color is #DEF9E6.


Border color

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

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

This div border color is #DEF9E6.


Opacity

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

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

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

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

This text has shadow with #DEF9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF9E6 on black background.


Color preview on white background

This text has color #DEF9E6 on white background.



Black color preview on #DEF9E6 background

This text has black color on #DEF9E6 background.


White color preview on #DEF9E6 background

This text has white color on #DEF9E6 background.