COLOR #DEEFB6

HEX: #DEEFB6
RGB: (222,239,182)

Color info

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

RGB color model

#DEEFB6 color RGB value is (222,239,182).

  • red value is 222;
  • green value is 239;
  • blue value is 182.
RGB:
(222,239,182)
(87%,94%,71%)

RGB channels and saturation

R 222 of 255 = 87%
G 239 of 255 = 94%
B 182 of 255 = 71%

222
239
182

R + G + B ~ 84%. #DEEFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 239 + 182 = 643 (100%)
R 222 of 643 ~ 34.53%
G 239 of 643 ~ 37.17%
B 182 of 643 ~ 28.3%

%34.53
%37.17
%28.3

CMYK color model

#DEEFB6 color CMYK value is (7,0,24,6).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 6.27%
CMYK:
(7,0,24,6)
C7M0Y24K6 
(7%,0%,24%,6%)
(0.07/0.00/0.24/0.06)	

CMYK percentages

%7.11
%0
%23.85
%6.27

Codes

Color #DEEFB6 in popluar color models

DEEFB6
RGB222239182
HSL78°64.04%82.55%
HSB/HSV78°23.85%93.73%
CMYK7.11%0.00%23.85%
6.27%

Color #DEEFB6 in popluar number systems.

HEXDEEFB6
Decimal222239182
Binary110111101110111110110110
Octal336357266

Shades and tints

Shades of #DEEFB6

#DEEFB6
(222,239,182)
#CADAA6
(202,218,166)
#B6C596
(182,197,150)
#A2B086
(162,176,134)
#8E9B76
(142,155,118)
#7A8666
(122,134,102)
#667156
(102,113,86)
#525C46
(82,92,70)
#3E4736
(62,71,54)
#2A3226
(42,50,38)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #DEEFB6

#DEEFB6
(222,239,182)
#E1F0BC
(225,240,188)
#E4F1C2
(228,241,194)
#E7F2C8
(231,242,200)
#EAF3CE
(234,243,206)
#EDF4D4
(237,244,212)
#F0F5DA
(240,245,218)
#F3F6E0
(243,246,224)
#F6F7E6
(246,247,230)
#F9F8EC
(249,248,236)
#FCF9F2
(252,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEEFB6 color. Also use rgb(222,239,182) instead hex code.

Text Font Color

.myTextColor { color: #DEEFB6; }

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

This text font color is #DEEFB6.


Background Color

.myBgColor { background-color: #DEEFB6; }

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

This div background color is #DEEFB6.


Border color

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

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

This div border color is #DEEFB6.


Opacity

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

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

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

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

This text has shadow with #DEEFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEFB6 on black background.


Color preview on white background

This text has color #DEEFB6 on white background.



Black color preview on #DEEFB6 background

This text has black color on #DEEFB6 background.


White color preview on #DEEFB6 background

This text has white color on #DEEFB6 background.