COLOR #DFEBCB

HEX: #DFEBCB
RGB: (223,235,203)

Color info

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

RGB color model

#DFEBCB color RGB value is (223,235,203).

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

RGB channels and saturation

R 223 of 255 = 87%
G 235 of 255 = 92%
B 203 of 255 = 80%

223
235
203

R + G + B ~ 86%. #DFEBCB is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 235 + 203 = 661 (100%)
R 223 of 661 ~ 33.74%
G 235 of 661 ~ 35.55%
B 203 of 661 ~ 30.71%

%33.74
%35.55
%30.71

CMYK color model

#DFEBCB color CMYK value is (5,0,14,8).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(5,0,14,8)
C5M0Y14K8 
(5%,0%,14%,8%)
(0.05/0.00/0.14/0.08)	

CMYK percentages

%5.11
%0
%13.62
%7.84

Codes

Color #DFEBCB in popluar color models

DFEBCB
RGB223235203
HSL83°44.44%85.88%
HSB/HSV83°13.62%92.16%
CMYK5.11%0.00%13.62%
7.84%

Color #DFEBCB in popluar number systems.

HEXDFEBCB
Decimal223235203
Binary110111111110101111001011
Octal337353313

Shades and tints

Shades of #DFEBCB

#DFEBCB
(223,235,203)
#CBD6B9
(203,214,185)
#B7C1A7
(183,193,167)
#A3AC95
(163,172,149)
#8F9783
(143,151,131)
#7B8271
(123,130,113)
#676D5F
(103,109,95)
#53584D
(83,88,77)
#3F433B
(63,67,59)
#2B2E29
(43,46,41)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #DFEBCB

#DFEBCB
(223,235,203)
#E1ECCF
(225,236,207)
#E3EDD3
(227,237,211)
#E5EED7
(229,238,215)
#E7EFDB
(231,239,219)
#E9F0DF
(233,240,223)
#EBF1E3
(235,241,227)
#EDF2E7
(237,242,231)
#EFF3EB
(239,243,235)
#F1F4EF
(241,244,239)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEBCB; }

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

This text font color is #DFEBCB.


Background Color

.myBgColor { background-color: #DFEBCB; }

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

This div background color is #DFEBCB.


Border color

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

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

This div border color is #DFEBCB.


Opacity

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

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

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

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

This text has shadow with #DFEBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEBCB on black background.


Color preview on white background

This text has color #DFEBCB on white background.



Black color preview on #DFEBCB background

This text has black color on #DFEBCB background.


White color preview on #DFEBCB background

This text has white color on #DFEBCB background.