COLOR #DEF8BC

HEX: #DEF8BC
RGB: (222,248,188)

Color info

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

RGB color model

#DEF8BC color RGB value is (222,248,188).

  • red value is 222;
  • green value is 248;
  • blue value is 188.
RGB:
(222,248,188)
(87%,97%,74%)

RGB channels and saturation

R 222 of 255 = 87%
G 248 of 255 = 97%
B 188 of 255 = 74%

222
248
188

R + G + B ~ 86%. #DEF8BC is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 248 + 188 = 658 (100%)
R 222 of 658 ~ 33.74%
G 248 of 658 ~ 37.69%
B 188 of 658 ~ 28.57%

%33.74
%37.69
%28.57

CMYK color model

#DEF8BC color CMYK value is (10,0,24,3).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 2.75%
CMYK:
(10,0,24,3)
C10M0Y24K3 
(10%,0%,24%,3%)
(0.10/0.00/0.24/0.03)	

CMYK percentages

%10.48
%0
%24.19
%2.75

Codes

Color #DEF8BC in popluar color models

DEF8BC
RGB222248188
HSL86°81.08%85.49%
HSB/HSV86°24.19%97.25%
CMYK10.48%0.00%24.19%
2.75%

Color #DEF8BC in popluar number systems.

HEXDEF8BC
Decimal222248188
Binary110111101111100010111100
Octal336370274

Shades and tints

Shades of #DEF8BC

#DEF8BC
(222,248,188)
#CAE2AB
(202,226,171)
#B6CC9A
(182,204,154)
#A2B689
(162,182,137)
#8EA078
(142,160,120)
#7A8A67
(122,138,103)
#667456
(102,116,86)
#525E45
(82,94,69)
#3E4834
(62,72,52)
#2A3223
(42,50,35)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #DEF8BC

#DEF8BC
(222,248,188)
#E1F8C2
(225,248,194)
#E4F8C8
(228,248,200)
#E7F8CE
(231,248,206)
#EAF8D4
(234,248,212)
#EDF8DA
(237,248,218)
#F0F8E0
(240,248,224)
#F3F8E6
(243,248,230)
#F6F8EC
(246,248,236)
#F9F8F2
(249,248,242)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF8BC color. Also use rgb(222,248,188) instead hex code.

Text Font Color

.myTextColor { color: #DEF8BC; }

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

This text font color is #DEF8BC.


Background Color

.myBgColor { background-color: #DEF8BC; }

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

This div background color is #DEF8BC.


Border color

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

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

This div border color is #DEF8BC.


Opacity

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

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

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

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

This text has shadow with #DEF8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF8BC on black background.


Color preview on white background

This text has color #DEF8BC on white background.



Black color preview on #DEF8BC background

This text has black color on #DEF8BC background.


White color preview on #DEF8BC background

This text has white color on #DEF8BC background.