COLOR #DEFBEA

HEX: #DEFBEA
RGB: (222,251,234)

Color info

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

RGB color model

#DEFBEA color RGB value is (222,251,234).

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

RGB channels and saturation

R 222 of 255 = 87%
G 251 of 255 = 98%
B 234 of 255 = 92%

222
251
234

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

Portions of RGB colors in percentages

R + G + B =
222 + 251 + 234 = 707 (100%)
R 222 of 707 ~ 31.4%
G 251 of 707 ~ 35.5%
B 234 of 707 ~ 33.1%

%31.4
%35.5
%33.1

CMYK color model

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

  • cyan value is 11.55%
  • magenta value is 0.00%
  • yellow value is 6.77%
  • 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
%6.77
%1.57

Codes

Color #DEFBEA in popluar color models

DEFBEA
RGB222251234
HSL145°78.38%92.75%
HSB/HSV145°11.55%98.43%
CMYK11.55%0.00%6.77%
1.57%

Color #DEFBEA in popluar number systems.

HEXDEFBEA
Decimal222251234
Binary110111101111101111101010
Octal336373352

Shades and tints

Shades of #DEFBEA

#DEFBEA
(222,251,234)
#CAE5D5
(202,229,213)
#B6CFC0
(182,207,192)
#A2B9AB
(162,185,171)
#8EA396
(142,163,150)
#7A8D81
(122,141,129)
#66776C
(102,119,108)
#526157
(82,97,87)
#3E4B42
(62,75,66)
#2A352D
(42,53,45)
#161F18
(22,31,24)
#000000
(0,0,0)

Tints of #DEFBEA

#DEFBEA
(222,251,234)
#E1FBEB
(225,251,235)
#E4FBEC
(228,251,236)
#E7FBED
(231,251,237)
#EAFBEE
(234,251,238)
#EDFBEF
(237,251,239)
#F0FBF0
(240,251,240)
#F3FBF1
(243,251,241)
#F6FBF2
(246,251,242)
#F9FBF3
(249,251,243)
#FCFBF4
(252,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEFBEA; }

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

This text font color is #DEFBEA.


Background Color

.myBgColor { background-color: #DEFBEA; }

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

This div background color is #DEFBEA.


Border color

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

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

This div border color is #DEFBEA.


Opacity

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

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

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

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

This text has shadow with #DEFBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFBEA on black background.


Color preview on white background

This text has color #DEFBEA on white background.



Black color preview on #DEFBEA background

This text has black color on #DEFBEA background.


White color preview on #DEFBEA background

This text has white color on #DEFBEA background.