COLOR #DEF4EB

HEX: #DEF4EB
RGB: (222,244,235)

Color info

#DEF4EB contains red, green and blue colors in about the same proportion. Web safe color of #DEF4EB is #CCFFFF (or #CFF).

RGB color model

#DEF4EB color RGB value is (222,244,235).

  • red value is 222;
  • green value is 244;
  • blue value is 235.
RGB:
(222,244,235)
(87%,96%,92%)

RGB channels and saturation

R 222 of 255 = 87%
G 244 of 255 = 96%
B 235 of 255 = 92%

222
244
235

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

Portions of RGB colors in percentages

R + G + B =
222 + 244 + 235 = 701 (100%)
R 222 of 701 ~ 31.67%
G 244 of 701 ~ 34.81%
B 235 of 701 ~ 33.52%

%31.67
%34.81
%33.52

CMYK color model

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

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 3.69%
  • key color value is 4.31%
CMYK:
(9,0,4,4)
C9M0Y4K4 
(9%,0%,4%,4%)
(0.09/0.00/0.04/0.04)	

CMYK percentages

%9.02
%0
%3.69
%4.31

Codes

Color #DEF4EB in popluar color models

DEF4EB
RGB222244235
HSL155°50.00%91.37%
HSB/HSV155°9.02%95.69%
CMYK9.02%0.00%3.69%
4.31%

Color #DEF4EB in popluar number systems.

HEXDEF4EB
Decimal222244235
Binary110111101111010011101011
Octal336364353

Shades and tints

Shades of #DEF4EB

#DEF4EB
(222,244,235)
#CADED6
(202,222,214)
#B6C8C1
(182,200,193)
#A2B2AC
(162,178,172)
#8E9C97
(142,156,151)
#7A8682
(122,134,130)
#66706D
(102,112,109)
#525A58
(82,90,88)
#3E4443
(62,68,67)
#2A2E2E
(42,46,46)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #DEF4EB

#DEF4EB
(222,244,235)
#E1F5EC
(225,245,236)
#E4F6ED
(228,246,237)
#E7F7EE
(231,247,238)
#EAF8EF
(234,248,239)
#EDF9F0
(237,249,240)
#F0FAF1
(240,250,241)
#F3FBF2
(243,251,242)
#F6FCF3
(246,252,243)
#F9FDF4
(249,253,244)
#FCFEF5
(252,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF4EB; }

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

This text font color is #DEF4EB.


Background Color

.myBgColor { background-color: #DEF4EB; }

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

This div background color is #DEF4EB.


Border color

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

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

This div border color is #DEF4EB.


Opacity

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

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

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

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

This text has shadow with #DEF4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF4EB on black background.


Color preview on white background

This text has color #DEF4EB on white background.



Black color preview on #DEF4EB background

This text has black color on #DEF4EB background.


White color preview on #DEF4EB background

This text has white color on #DEF4EB background.