COLOR #DEFBC0

HEX: #DEFBC0
RGB: (222,251,192)

Color info

#DEFBC0 contains red, green and blue colors in about the same proportion. Web safe color of #DEFBC0 is #CCFFCC (or #CFC).

RGB color model

#DEFBC0 color RGB value is (222,251,192).

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

RGB channels and saturation

R 222 of 255 = 87%
G 251 of 255 = 98%
B 192 of 255 = 75%

222
251
192

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

Portions of RGB colors in percentages

R + G + B =
222 + 251 + 192 = 665 (100%)
R 222 of 665 ~ 33.38%
G 251 of 665 ~ 37.74%
B 192 of 665 ~ 28.87%

%33.38
%37.74
%28.87

CMYK color model

#DEFBC0 color CMYK value is (12,0,24,2).

  • cyan value is 11.55%
  • magenta value is 0.00%
  • yellow value is 23.51%
  • key color value is 1.57%
CMYK:
(12,0,24,2)
C12M0Y24K2 
(12%,0%,24%,2%)
(0.12/0.00/0.24/0.02)	

CMYK percentages

%11.55
%0
%23.51
%1.57

Codes

Color #DEFBC0 in popluar color models

DEFBC0
RGB222251192
HSL89°88.06%86.86%
HSB/HSV89°23.51%98.43%
CMYK11.55%0.00%23.51%
1.57%

Color #DEFBC0 in popluar number systems.

HEXDEFBC0
Decimal222251192
Binary110111101111101111000000
Octal336373300

Shades and tints

Shades of #DEFBC0

#DEFBC0
(222,251,192)
#CAE5AF
(202,229,175)
#B6CF9E
(182,207,158)
#A2B98D
(162,185,141)
#8EA37C
(142,163,124)
#7A8D6B
(122,141,107)
#66775A
(102,119,90)
#526149
(82,97,73)
#3E4B38
(62,75,56)
#2A3527
(42,53,39)
#161F16
(22,31,22)
#000000
(0,0,0)

Tints of #DEFBC0

#DEFBC0
(222,251,192)
#E1FBC5
(225,251,197)
#E4FBCA
(228,251,202)
#E7FBCF
(231,251,207)
#EAFBD4
(234,251,212)
#EDFBD9
(237,251,217)
#F0FBDE
(240,251,222)
#F3FBE3
(243,251,227)
#F6FBE8
(246,251,232)
#F9FBED
(249,251,237)
#FCFBF2
(252,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEFBC0; }

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

This text font color is #DEFBC0.


Background Color

.myBgColor { background-color: #DEFBC0; }

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

This div background color is #DEFBC0.


Border color

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

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

This div border color is #DEFBC0.


Opacity

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

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

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

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

This text has shadow with #DEFBC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEFBC0 on black background.


Color preview on white background

This text has color #DEFBC0 on white background.



Black color preview on #DEFBC0 background

This text has black color on #DEFBC0 background.


White color preview on #DEFBC0 background

This text has white color on #DEFBC0 background.