COLOR #DFEBBE

HEX: #DFEBBE RGB: (223,235,190)

Color info

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

RGB color model

#DFEBBE color RGB value is (223,235,190).

RGB: (223,235,190) (87%, 92%, 75%)

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 190 of 255 = 75%

223
235
190

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

Portions of RGB colors in percentages

R + G + B = 223 + 235 + 190 = 648 (100%)
R 223 of 648 ~ 34.41%
G 235 of 648 ~ 36.27%
B 190 of 648 ~ 29.32'%

%34.41
%36.27
%29.32

CMYK color model

#DFEBBE color CMYK value is (5,0,19,8).

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

CMYK: (5,0,19,8)
C5M0Y19K8 (5%, 0%, 19%, 8%)
(0.05 / 0.00 / 0.19 / 0.08)

CMYK percentages

%5.11
%0
%19.15
%7.84

Codes

Color #DFEBBE in popluar color models

DF EB BE
RGB 223 235 190
HSL 76° 52.94% 83.33%
HSB/HSV 76° 19.15% 92.16%
CMYK 5.11% 0.00% 19.15%
7.84%

Color #DFEBBE in popluar number systems.

HEX DF EB BE
Decimal 223 235 190
Binary 11011111 11101011 10111110
Octal 337 353 276

Shades and tints

Shades of #DFEBBE

#DFEBBE
(223,235,190)
#CBD6AD
(203,214,173)
#B7C19C
(183,193,156)
#A3AC8B
(163,172,139)
#8F977A
(143,151,122)
#7B8269
(123,130,105)
#676D58
(103,109,88)
#535847
(83,88,71)
#3F4336
(63,67,54)
#2B2E25
(43,46,37)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #DFEBBE

#DFEBBE
(223,235,190)
#E1ECC3
(225,236,195)
#E3EDC8
(227,237,200)
#E5EECD
(229,238,205)
#E7EFD2
(231,239,210)
#E9F0D7
(233,240,215)
#EBF1DC
(235,241,220)
#EDF2E1
(237,242,225)
#EFF3E6
(239,243,230)
#F1F4EB
(241,244,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBBE; }

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

This text font color is #DFEBBE.

Background Color

.myBgColor { background-color: #DFEBBE; }

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

This div background color is #DFEBBE.

Border color

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

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

This div border color is #DFEBBE.

Opacity

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

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

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

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

This text has shadow with #DFEBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEBBE.

Preview

Color preview on black background

This text has color #DFEBBE on black background.


Color preview on white background

This text has color #DFEBBE on white background.


Black color preview on #DFEBBE background

This text has black color on #DFEBBE background.


White color preview on #DFEBBE background

This text has white color on #DFEBBE background.


Related colors

Complementary color

Complementary color for #hex is #201441.


I love getcolorcode.com

Triadic colors

1 #BEDFEB and #EBBEDF with #DFEBBE are triadic colors.

2 #BEEBDF and #EBDFBE with #DFEBBE are triadic colors.