COLOR #DEFEBB

HEX: #DEFEBB
RGB: (222,254,187)

Color info

#DEFEBB contains mainly red and green colors. Web safe color of #DEFEBB is #CCFFCC (or #CFC).

RGB color model

#DEFEBB color RGB value is (222,254,187).

  • red value is 222;
  • green value is 254;
  • blue value is 187.
RGB:
(222,254,187)
(87%,100%,73%)

RGB channels and saturation

R 222 of 255 = 87%
G 254 of 255 = 100%
B 187 of 255 = 73%

222
254
187

R + G + B ~ 87%. #DEFEBB is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 254 + 187 = 663 (100%)
R 222 of 663 ~ 33.48%
G 254 of 663 ~ 38.31%
B 187 of 663 ~ 28.21%

%33.48
%38.31
%28.21

CMYK color model

#DEFEBB color CMYK value is (13,0,26,0).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 0.39%
CMYK:
(13,0,26,0)
C13M0Y26K0 
(13%,0%,26%,0%)
(0.13/0.00/0.26/0.00)	

CMYK percentages

%12.6
%0
%26.38
%0.39

Codes

Color #DEFEBB in popluar color models

DEFEBB
RGB222254187
HSL89°97.10%86.47%
HSB/HSV89°26.38%99.61%
CMYK12.60%0.00%26.38%
0.39%

Color #DEFEBB in popluar number systems.

HEXDEFEBB
Decimal222254187
Binary110111101111111010111011
Octal336376273

Shades and tints

Shades of #DEFEBB

#DEFEBB
(222,254,187)
#CAE7AA
(202,231,170)
#B6D099
(182,208,153)
#A2B988
(162,185,136)
#8EA277
(142,162,119)
#7A8B66
(122,139,102)
#667455
(102,116,85)
#525D44
(82,93,68)
#3E4633
(62,70,51)
#2A2F22
(42,47,34)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #DEFEBB

#DEFEBB
(222,254,187)
#E1FEC1
(225,254,193)
#E4FEC7
(228,254,199)
#E7FECD
(231,254,205)
#EAFED3
(234,254,211)
#EDFED9
(237,254,217)
#F0FEDF
(240,254,223)
#F3FEE5
(243,254,229)
#F6FEEB
(246,254,235)
#F9FEF1
(249,254,241)
#FCFEF7
(252,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFEBB color. Also use rgb(222,254,187) instead hex code.

Text Font Color

.myTextColor { color: #DEFEBB; }

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

This text font color is #DEFEBB.


Background Color

.myBgColor { background-color: #DEFEBB; }

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

This div background color is #DEFEBB.


Border color

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

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

This div border color is #DEFEBB.


Opacity

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

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

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

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

This text has shadow with #DEFEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFEBB on black background.


Color preview on white background

This text has color #DEFEBB on white background.



Black color preview on #DEFEBB background

This text has black color on #DEFEBB background.


White color preview on #DEFEBB background

This text has white color on #DEFEBB background.