COLOR #DEF093

HEX: #DEF093 RGB: (222,240,147)

Color info

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

RGB color model

#DEF093 color RGB value is (222,240,147).

RGB: (222,240,147) (87%, 94%, 58%)

RGB channels and saturation

R 222 of 255 = 87%
G 240 of 255 = 94%
B 147 of 255 = 58%

222
240
147

R + G + B ~ 80%. #DEF093 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 240 + 147 = 609 (100%)
R 222 of 609 ~ 36.45%
G 240 of 609 ~ 39.41%
B 147 of 609 ~ 24.14'%

%36.45
%39.41
%24.14

CMYK color model

#DEF093 color CMYK value is (8,0,39,6).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 38.75%
  • key color value is 5.88%

CMYK: (8,0,39,6)
C8M0Y39K6 (8%, 0%, 39%, 6%)
(0.08 / 0.00 / 0.39 / 0.06)

CMYK percentages

%7.5
%0
%38.75
%5.88

Codes

Color #DEF093 in popluar color models

DE F0 93
RGB 222 240 147
HSL 72° 75.61% 75.88%
HSB/HSV 72° 38.75% 94.12%
CMYK 7.50% 0.00% 38.75%
5.88%

Color #DEF093 in popluar number systems.

HEX DE F0 93
Decimal 222 240 147
Binary 11011110 11110000 10010011
Octal 336 360 223

Shades and tints

Shades of #DEF093

#DEF093
(222,240,147)
#CADB86
(202,219,134)
#B6C679
(182,198,121)
#A2B16C
(162,177,108)
#8E9C5F
(142,156,95)
#7A8752
(122,135,82)
#667245
(102,114,69)
#525D38
(82,93,56)
#3E482B
(62,72,43)
#2A331E
(42,51,30)
#161E11
(22,30,17)
#000000
(0,0,0)

Tints of #DEF093

#DEF093
(222,240,147)
#E1F19C
(225,241,156)
#E4F2A5
(228,242,165)
#E7F3AE
(231,243,174)
#EAF4B7
(234,244,183)
#EDF5C0
(237,245,192)
#F0F6C9
(240,246,201)
#F3F7D2
(243,247,210)
#F6F8DB
(246,248,219)
#F9F9E4
(249,249,228)
#FCFAED
(252,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEF093; }

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

This text font color is #DEF093.

Background Color

.myBgColor { background-color: #DEF093; }

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

This div background color is #DEF093.

Border color

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

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

This div border color is #DEF093.

Opacity

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

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

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

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

This text has shadow with #DEF093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEF093.

Preview

Color preview on black background

This text has color #DEF093 on black background.


Color preview on white background

This text has color #DEF093 on white background.


Black color preview on #DEF093 background

This text has black color on #DEF093 background.


White color preview on #DEF093 background

This text has white color on #DEF093 background.


Related colors

Complementary color

Complementary color for #hex is #210F6C.


I love getcolorcode.com

Triadic colors

1 #93DEF0 and #F093DE with #DEF093 are triadic colors.

2 #93F0DE and #F0DE93 with #DEF093 are triadic colors.