COLOR #DEF186

HEX: #DEF186
RGB: (222,241,134)

Color info

#DEF186 contains mainly red and green colors. Web safe color of #DEF186 is #CCFF99 (or #CF9).

RGB color model

#DEF186 color RGB value is (222,241,134).

  • red value is 222;
  • green value is 241;
  • blue value is 134.
RGB:
(222,241,134)
(87%,95%,53%)

RGB channels and saturation

R 222 of 255 = 87%
G 241 of 255 = 95%
B 134 of 255 = 53%

222
241
134

R + G + B ~ 78%. #DEF186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 241 + 134 = 597 (100%)
R 222 of 597 ~ 37.19%
G 241 of 597 ~ 40.37%
B 134 of 597 ~ 22.45%

%37.19
%40.37
%22.45

CMYK color model

#DEF186 color CMYK value is (8,0,44,5).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 44.40%
  • key color value is 5.49%
CMYK:
(8,0,44,5)
C8M0Y44K5 
(8%,0%,44%,5%)
(0.08/0.00/0.44/0.05)	

CMYK percentages

%7.88
%0
%44.4
%5.49

Codes

Color #DEF186 in popluar color models

DEF186
RGB222241134
HSL71°79.26%73.53%
HSB/HSV71°44.40%94.51%
CMYK7.88%0.00%44.40%
5.49%

Color #DEF186 in popluar number systems.

HEXDEF186
Decimal222241134
Binary110111101111000110000110
Octal336361206

Shades and tints

Shades of #DEF186

#DEF186
(222,241,134)
#CADC7A
(202,220,122)
#B6C76E
(182,199,110)
#A2B262
(162,178,98)
#8E9D56
(142,157,86)
#7A884A
(122,136,74)
#66733E
(102,115,62)
#525E32
(82,94,50)
#3E4926
(62,73,38)
#2A341A
(42,52,26)
#161F0E
(22,31,14)
#000000
(0,0,0)

Tints of #DEF186

#DEF186
(222,241,134)
#E1F291
(225,242,145)
#E4F39C
(228,243,156)
#E7F4A7
(231,244,167)
#EAF5B2
(234,245,178)
#EDF6BD
(237,246,189)
#F0F7C8
(240,247,200)
#F3F8D3
(243,248,211)
#F6F9DE
(246,249,222)
#F9FAE9
(249,250,233)
#FCFBF4
(252,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEF186 color. Also use rgb(222,241,134) instead hex code.

Text Font Color

.myTextColor { color: #DEF186; }

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

This text font color is #DEF186.


Background Color

.myBgColor { background-color: #DEF186; }

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

This div background color is #DEF186.


Border color

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

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

This div border color is #DEF186.


Opacity

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

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

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

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

This text has shadow with #DEF186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEF186 on black background.


Color preview on white background

This text has color #DEF186 on white background.



Black color preview on #DEF186 background

This text has black color on #DEF186 background.


White color preview on #DEF186 background

This text has white color on #DEF186 background.