COLOR #DEFBE9

HEX: #DEFBE9
RGB: (222,251,233)

Color info

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

RGB color model

#DEFBE9 color RGB value is (222,251,233).

  • red value is 222;
  • green value is 251;
  • blue value is 233.
RGB:
(222,251,233)
(87%,98%,91%)

RGB channels and saturation

R 222 of 255 = 87%
G 251 of 255 = 98%
B 233 of 255 = 91%

222
251
233

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

Portions of RGB colors in percentages

R + G + B =
222 + 251 + 233 = 706 (100%)
R 222 of 706 ~ 31.44%
G 251 of 706 ~ 35.55%
B 233 of 706 ~ 33%

%31.44
%35.55
%33

CMYK color model

#DEFBE9 color CMYK value is (12,0,7,2).

  • cyan value is 11.55%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 1.57%
CMYK:
(12,0,7,2)
C12M0Y7K2 
(12%,0%,7%,2%)
(0.12/0.00/0.07/0.02)	

CMYK percentages

%11.55
%0
%7.17
%1.57

Codes

Color #DEFBE9 in popluar color models

DEFBE9
RGB222251233
HSL143°78.38%92.75%
HSB/HSV143°11.55%98.43%
CMYK11.55%0.00%7.17%
1.57%

Color #DEFBE9 in popluar number systems.

HEXDEFBE9
Decimal222251233
Binary110111101111101111101001
Octal336373351

Shades and tints

Shades of #DEFBE9

#DEFBE9
(222,251,233)
#CAE5D4
(202,229,212)
#B6CFBF
(182,207,191)
#A2B9AA
(162,185,170)
#8EA395
(142,163,149)
#7A8D80
(122,141,128)
#66776B
(102,119,107)
#526156
(82,97,86)
#3E4B41
(62,75,65)
#2A352C
(42,53,44)
#161F17
(22,31,23)
#000000
(0,0,0)

Tints of #DEFBE9

#DEFBE9
(222,251,233)
#E1FBEB
(225,251,235)
#E4FBED
(228,251,237)
#E7FBEF
(231,251,239)
#EAFBF1
(234,251,241)
#EDFBF3
(237,251,243)
#F0FBF5
(240,251,245)
#F3FBF7
(243,251,247)
#F6FBF9
(246,251,249)
#F9FBFB
(249,251,251)
#FCFBFD
(252,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFBE9 color. Also use rgb(222,251,233) instead hex code.

Text Font Color

.myTextColor { color: #DEFBE9; }

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

This text font color is #DEFBE9.


Background Color

.myBgColor { background-color: #DEFBE9; }

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

This div background color is #DEFBE9.


Border color

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

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

This div border color is #DEFBE9.


Opacity

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

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

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

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

This text has shadow with #DEFBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFBE9 on black background.


Color preview on white background

This text has color #DEFBE9 on white background.



Black color preview on #DEFBE9 background

This text has black color on #DEFBE9 background.


White color preview on #DEFBE9 background

This text has white color on #DEFBE9 background.