COLOR #DEFDBE

HEX: #DEFDBE
RGB: (222,253,190)

Color info

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

RGB color model

#DEFDBE color RGB value is (222,253,190).

  • red value is 222;
  • green value is 253;
  • blue value is 190.
RGB:
(222,253,190)
(87%,99%,75%)

RGB channels and saturation

R 222 of 255 = 87%
G 253 of 255 = 99%
B 190 of 255 = 75%

222
253
190

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

Portions of RGB colors in percentages

R + G + B =
222 + 253 + 190 = 665 (100%)
R 222 of 665 ~ 33.38%
G 253 of 665 ~ 38.05%
B 190 of 665 ~ 28.57%

%33.38
%38.05
%28.57

CMYK color model

#DEFDBE color CMYK value is (12,0,25,1).

  • cyan value is 12.25%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 0.78%
CMYK:
(12,0,25,1)
C12M0Y25K1 
(12%,0%,25%,1%)
(0.12/0.00/0.25/0.01)	

CMYK percentages

%12.25
%0
%24.9
%0.78

Codes

Color #DEFDBE in popluar color models

DEFDBE
RGB222253190
HSL90°94.03%86.86%
HSB/HSV90°24.90%99.22%
CMYK12.25%0.00%24.90%
0.78%

Color #DEFDBE in popluar number systems.

HEXDEFDBE
Decimal222253190
Binary110111101111110110111110
Octal336375276

Shades and tints

Shades of #DEFDBE

#DEFDBE
(222,253,190)
#CAE6AD
(202,230,173)
#B6CF9C
(182,207,156)
#A2B88B
(162,184,139)
#8EA17A
(142,161,122)
#7A8A69
(122,138,105)
#667358
(102,115,88)
#525C47
(82,92,71)
#3E4536
(62,69,54)
#2A2E25
(42,46,37)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #DEFDBE

#DEFDBE
(222,253,190)
#E1FDC3
(225,253,195)
#E4FDC8
(228,253,200)
#E7FDCD
(231,253,205)
#EAFDD2
(234,253,210)
#EDFDD7
(237,253,215)
#F0FDDC
(240,253,220)
#F3FDE1
(243,253,225)
#F6FDE6
(246,253,230)
#F9FDEB
(249,253,235)
#FCFDF0
(252,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFDBE color. Also use rgb(222,253,190) instead hex code.

Text Font Color

.myTextColor { color: #DEFDBE; }

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

This text font color is #DEFDBE.


Background Color

.myBgColor { background-color: #DEFDBE; }

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

This div background color is #DEFDBE.


Border color

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

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

This div border color is #DEFDBE.


Opacity

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

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

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

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

This text has shadow with #DEFDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFDBE on black background.


Color preview on white background

This text has color #DEFDBE on white background.



Black color preview on #DEFDBE background

This text has black color on #DEFDBE background.


White color preview on #DEFDBE background

This text has white color on #DEFDBE background.