COLOR #DFEB92

HEX: #DFEB92
RGB: (223,235,146)

Color info

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

RGB color model

#DFEB92 color RGB value is (223,235,146).

  • red value is 223;
  • green value is 235;
  • blue value is 146.
RGB:
(223,235,146)
(87%,92%,57%)

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 146 of 255 = 57%

223
235
146

R + G + B ~ 79%. #DFEB92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 146 = 604 (100%)
R 223 of 604 ~ 36.92%
G 235 of 604 ~ 38.91%
B 146 of 604 ~ 24.17%

%36.92
%38.91
%24.17

CMYK color model

#DFEB92 color CMYK value is (5,0,38,8).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 37.87%
  • key color value is 7.84%
CMYK:
(5,0,38,8)
C5M0Y38K8 
(5%,0%,38%,8%)
(0.05/0.00/0.38/0.08)	

CMYK percentages

%5.11
%0
%37.87
%7.84

Codes

Color #DFEB92 in popluar color models

DFEB92
RGB223235146
HSL68°68.99%74.71%
HSB/HSV68°37.87%92.16%
CMYK5.11%0.00%37.87%
7.84%

Color #DFEB92 in popluar number systems.

HEXDFEB92
Decimal223235146
Binary110111111110101110010010
Octal337353222

Shades and tints

Shades of #DFEB92

#DFEB92
(223,235,146)
#CBD685
(203,214,133)
#B7C178
(183,193,120)
#A3AC6B
(163,172,107)
#8F975E
(143,151,94)
#7B8251
(123,130,81)
#676D44
(103,109,68)
#535837
(83,88,55)
#3F432A
(63,67,42)
#2B2E1D
(43,46,29)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #DFEB92

#DFEB92
(223,235,146)
#E1EC9B
(225,236,155)
#E3EDA4
(227,237,164)
#E5EEAD
(229,238,173)
#E7EFB6
(231,239,182)
#E9F0BF
(233,240,191)
#EBF1C8
(235,241,200)
#EDF2D1
(237,242,209)
#EFF3DA
(239,243,218)
#F1F4E3
(241,244,227)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEB92 color. Also use rgb(223,235,146) instead hex code.

Text Font Color

.myTextColor { color: #DFEB92; }

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

This text font color is #DFEB92.


Background Color

.myBgColor { background-color: #DFEB92; }

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

This div background color is #DFEB92.


Border color

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

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

This div border color is #DFEB92.


Opacity

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

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

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

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

This text has shadow with #DFEB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEB92 on black background.


Color preview on white background

This text has color #DFEB92 on white background.



Black color preview on #DFEB92 background

This text has black color on #DFEB92 background.


White color preview on #DFEB92 background

This text has white color on #DFEB92 background.