COLOR #DEFBEB

HEX: #DEFBEB
RGB: (222,251,235)

Color info

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

RGB color model

#DEFBEB color RGB value is (222,251,235).

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

RGB channels and saturation

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

222
251
235

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

Portions of RGB colors in percentages

R + G + B =
222 + 251 + 235 = 708 (100%)
R 222 of 708 ~ 31.36%
G 251 of 708 ~ 35.45%
B 235 of 708 ~ 33.19%

%31.36
%35.45
%33.19

CMYK color model

#DEFBEB color CMYK value is (12,0,6,2).

  • cyan value is 11.55%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 1.57%
CMYK:
(12,0,6,2)
C12M0Y6K2 
(12%,0%,6%,2%)
(0.12/0.00/0.06/0.02)	

CMYK percentages

%11.55
%0
%6.37
%1.57

Codes

Color #DEFBEB in popluar color models

DEFBEB
RGB222251235
HSL147°78.38%92.75%
HSB/HSV147°11.55%98.43%
CMYK11.55%0.00%6.37%
1.57%

Color #DEFBEB in popluar number systems.

HEXDEFBEB
Decimal222251235
Binary110111101111101111101011
Octal336373353

Shades and tints

Shades of #DEFBEB

#DEFBEB
(222,251,235)
#CAE5D6
(202,229,214)
#B6CFC1
(182,207,193)
#A2B9AC
(162,185,172)
#8EA397
(142,163,151)
#7A8D82
(122,141,130)
#66776D
(102,119,109)
#526158
(82,97,88)
#3E4B43
(62,75,67)
#2A352E
(42,53,46)
#161F19
(22,31,25)
#000000
(0,0,0)

Tints of #DEFBEB

#DEFBEB
(222,251,235)
#E1FBEC
(225,251,236)
#E4FBED
(228,251,237)
#E7FBEE
(231,251,238)
#EAFBEF
(234,251,239)
#EDFBF0
(237,251,240)
#F0FBF1
(240,251,241)
#F3FBF2
(243,251,242)
#F6FBF3
(246,251,243)
#F9FBF4
(249,251,244)
#FCFBF5
(252,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEFBEB; }

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

This text font color is #DEFBEB.


Background Color

.myBgColor { background-color: #DEFBEB; }

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

This div background color is #DEFBEB.


Border color

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

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

This div border color is #DEFBEB.


Opacity

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

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

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

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

This text has shadow with #DEFBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFBEB on black background.


Color preview on white background

This text has color #DEFBEB on white background.



Black color preview on #DEFBEB background

This text has black color on #DEFBEB background.


White color preview on #DEFBEB background

This text has white color on #DEFBEB background.