COLOR #DEF0BC

HEX: #DEF0BC
RGB: (222,240,188)

Color info

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

RGB color model

#DEF0BC color RGB value is (222,240,188).

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

RGB channels and saturation

R 222 of 255 = 87%
G 240 of 255 = 94%
B 188 of 255 = 74%

222
240
188

R + G + B ~ 85%. #DEF0BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 240 + 188 = 650 (100%)
R 222 of 650 ~ 34.15%
G 240 of 650 ~ 36.92%
B 188 of 650 ~ 28.92%

%34.15
%36.92
%28.92

CMYK color model

#DEF0BC color CMYK value is (8,0,22,6).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 5.88%
CMYK:
(8,0,22,6)
C8M0Y22K6 
(8%,0%,22%,6%)
(0.08/0.00/0.22/0.06)	

CMYK percentages

%7.5
%0
%21.67
%5.88

Codes

Color #DEF0BC in popluar color models

DEF0BC
RGB222240188
HSL81°63.41%83.92%
HSB/HSV81°21.67%94.12%
CMYK7.50%0.00%21.67%
5.88%

Color #DEF0BC in popluar number systems.

HEXDEF0BC
Decimal222240188
Binary110111101111000010111100
Octal336360274

Shades and tints

Shades of #DEF0BC

#DEF0BC
(222,240,188)
#CADBAB
(202,219,171)
#B6C69A
(182,198,154)
#A2B189
(162,177,137)
#8E9C78
(142,156,120)
#7A8767
(122,135,103)
#667256
(102,114,86)
#525D45
(82,93,69)
#3E4834
(62,72,52)
#2A3323
(42,51,35)
#161E12
(22,30,18)
#000000
(0,0,0)

Tints of #DEF0BC

#DEF0BC
(222,240,188)
#E1F1C2
(225,241,194)
#E4F2C8
(228,242,200)
#E7F3CE
(231,243,206)
#EAF4D4
(234,244,212)
#EDF5DA
(237,245,218)
#F0F6E0
(240,246,224)
#F3F7E6
(243,247,230)
#F6F8EC
(246,248,236)
#F9F9F2
(249,249,242)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF0BC; }

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

This text font color is #DEF0BC.


Background Color

.myBgColor { background-color: #DEF0BC; }

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

This div background color is #DEF0BC.


Border color

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

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

This div border color is #DEF0BC.


Opacity

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

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

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

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

This text has shadow with #DEF0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF0BC on black background.


Color preview on white background

This text has color #DEF0BC on white background.



Black color preview on #DEF0BC background

This text has black color on #DEF0BC background.


White color preview on #DEF0BC background

This text has white color on #DEF0BC background.