COLOR #DFEBC3

HEX: #DFEBC3 RGB: (223,235,195)

Color info

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

RGB color model

#DFEBC3 color RGB value is (223,235,195).

RGB: (223,235,195) (87%, 92%, 76%)

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 195 of 255 = 76%

223
235
195

R + G + B ~ 85%. #DFEBC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 235 + 195 = 653 (100%)
R 223 of 653 ~ 34.15%
G 235 of 653 ~ 35.99%
B 195 of 653 ~ 29.86'%

%34.15
%35.99
%29.86

CMYK color model

#DFEBC3 color CMYK value is (5,0,17,8).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 7.84%

CMYK: (5,0,17,8)
C5M0Y17K8 (5%, 0%, 17%, 8%)
(0.05 / 0.00 / 0.17 / 0.08)

CMYK percentages

%5.11
%0
%17.02
%7.84

Codes

Color #DFEBC3 in popluar color models

DF EB C3
RGB 223 235 195
HSL 78° 50.00% 84.31%
HSB/HSV 78° 17.02% 92.16%
CMYK 5.11% 0.00% 17.02%
7.84%

Color #DFEBC3 in popluar number systems.

HEX DF EB C3
Decimal 223 235 195
Binary 11011111 11101011 11000011
Octal 337 353 303

Shades and tints

Shades of #DFEBC3

#DFEBC3
(223,235,195)
#CBD6B2
(203,214,178)
#B7C1A1
(183,193,161)
#A3AC90
(163,172,144)
#8F977F
(143,151,127)
#7B826E
(123,130,110)
#676D5D
(103,109,93)
#53584C
(83,88,76)
#3F433B
(63,67,59)
#2B2E2A
(43,46,42)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #DFEBC3

#DFEBC3
(223,235,195)
#E1ECC8
(225,236,200)
#E3EDCD
(227,237,205)
#E5EED2
(229,238,210)
#E7EFD7
(231,239,215)
#E9F0DC
(233,240,220)
#EBF1E1
(235,241,225)
#EDF2E6
(237,242,230)
#EFF3EB
(239,243,235)
#F1F4F0
(241,244,240)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBC3; }

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

This text font color is #DFEBC3.

Background Color

.myBgColor { background-color: #DFEBC3; }

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

This div background color is #DFEBC3.

Border color

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

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

This div border color is #DFEBC3.

Opacity

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

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

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

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

This text has shadow with #DFEBC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEBC3.

Preview

Color preview on black background

This text has color #DFEBC3 on black background.


Color preview on white background

This text has color #DFEBC3 on white background.


Black color preview on #DFEBC3 background

This text has black color on #DFEBC3 background.


White color preview on #DFEBC3 background

This text has white color on #DFEBC3 background.


Related colors

Complementary color

Complementary color for #hex is #20143C.


I love getcolorcode.com

Triadic colors

1 #C3DFEB and #EBC3DF with #DFEBC3 are triadic colors.

2 #C3EBDF and #EBDFC3 with #DFEBC3 are triadic colors.