COLOR #DFEFA3

HEX: #DFEFA3
RGB: (223,239,163)

Color info

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

RGB color model

#DFEFA3 color RGB value is (223,239,163).

  • red value is 223;
  • green value is 239;
  • blue value is 163.
RGB:
(223,239,163)
(87%,94%,64%)

RGB channels and saturation

R 223 of 255 = 87%
G 239 of 255 = 94%
B 163 of 255 = 64%

223
239
163

R + G + B ~ 82%. #DFEFA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 239 + 163 = 625 (100%)
R 223 of 625 ~ 35.68%
G 239 of 625 ~ 38.24%
B 163 of 625 ~ 26.08%

%35.68
%38.24
%26.08

CMYK color model

#DFEFA3 color CMYK value is (7,0,32,6).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 31.80%
  • key color value is 6.27%
CMYK:
(7,0,32,6)
C7M0Y32K6 
(7%,0%,32%,6%)
(0.07/0.00/0.32/0.06)	

CMYK percentages

%6.69
%0
%31.8
%6.27

Codes

Color #DFEFA3 in popluar color models

DFEFA3
RGB223239163
HSL73°70.37%78.82%
HSB/HSV73°31.80%93.73%
CMYK6.69%0.00%31.80%
6.27%

Color #DFEFA3 in popluar number systems.

HEXDFEFA3
Decimal223239163
Binary110111111110111110100011
Octal337357243

Shades and tints

Shades of #DFEFA3

#DFEFA3
(223,239,163)
#CBDA95
(203,218,149)
#B7C587
(183,197,135)
#A3B079
(163,176,121)
#8F9B6B
(143,155,107)
#7B865D
(123,134,93)
#67714F
(103,113,79)
#535C41
(83,92,65)
#3F4733
(63,71,51)
#2B3225
(43,50,37)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #DFEFA3

#DFEFA3
(223,239,163)
#E1F0AB
(225,240,171)
#E3F1B3
(227,241,179)
#E5F2BB
(229,242,187)
#E7F3C3
(231,243,195)
#E9F4CB
(233,244,203)
#EBF5D3
(235,245,211)
#EDF6DB
(237,246,219)
#EFF7E3
(239,247,227)
#F1F8EB
(241,248,235)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEFA3 color. Also use rgb(223,239,163) instead hex code.

Text Font Color

.myTextColor { color: #DFEFA3; }

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

This text font color is #DFEFA3.


Background Color

.myBgColor { background-color: #DFEFA3; }

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

This div background color is #DFEFA3.


Border color

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

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

This div border color is #DFEFA3.


Opacity

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

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

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

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

This text has shadow with #DFEFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEFA3 on black background.


Color preview on white background

This text has color #DFEFA3 on white background.



Black color preview on #DFEFA3 background

This text has black color on #DFEFA3 background.


White color preview on #DFEFA3 background

This text has white color on #DFEFA3 background.