COLOR #EBEFDD

HEX: #EBEFDD RGB: (235,239,221)

Color info

#EBEFDD contains red, green and blue colors in about the same proportion. Web safe color of #EBEFDD is #FFFFCC (or #FFC).

RGB color model

#EBEFDD color RGB value is (235,239,221).

RGB: (235,239,221) (92%, 94%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 239 of 255 = 94%
B 221 of 255 = 87%

235
239
221

R + G + B ~ 91%. #EBEFDD is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 239 + 221 = 695 (100%)
R 235 of 695 ~ 33.81%
G 239 of 695 ~ 34.39%
B 221 of 695 ~ 31.8'%

%33.81
%34.39
%31.8

CMYK color model

#EBEFDD color CMYK value is (2,0,8,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 6.27%

CMYK: (2,0,8,6)
C2M0Y8K6 (2%, 0%, 8%, 6%)
(0.02 / 0.00 / 0.08 / 0.06)

CMYK percentages

%1.67
%0
%7.53
%6.27

Codes

Color #EBEFDD in popluar color models

EB EF DD
RGB 235 239 221
HSL 73° 36.00% 90.20%
HSB/HSV 73° 7.53% 93.73%
CMYK 1.67% 0.00% 7.53%
6.27%

Color #EBEFDD in popluar number systems.

HEX EB EF DD
Decimal 235 239 221
Binary 11101011 11101111 11011101
Octal 353 357 335

Shades and tints

Shades of #EBEFDD

#EBEFDD
(235,239,221)
#D6DAC9
(214,218,201)
#C1C5B5
(193,197,181)
#ACB0A1
(172,176,161)
#979B8D
(151,155,141)
#828679
(130,134,121)
#6D7165
(109,113,101)
#585C51
(88,92,81)
#43473D
(67,71,61)
#2E3229
(46,50,41)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #EBEFDD

#EBEFDD
(235,239,221)
#ECF0E0
(236,240,224)
#EDF1E3
(237,241,227)
#EEF2E6
(238,242,230)
#EFF3E9
(239,243,233)
#F0F4EC
(240,244,236)
#F1F5EF
(241,245,239)
#F2F6F2
(242,246,242)
#F3F7F5
(243,247,245)
#F4F8F8
(244,248,248)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEFDD color. Also use rgb(235,239,221) instead hex code.

Text Font Color

.myTextColor { color: #EBEFDD; }

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

This text font color is #EBEFDD.

Background Color

.myBgColor { background-color: #EBEFDD; }

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

This div background color is #EBEFDD.

Border color

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

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

This div border color is #EBEFDD.

Opacity

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

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

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

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

This text has shadow with #EBEFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEFDD.

Preview

Color preview on black background

This text has color #EBEFDD on black background.


Color preview on white background

This text has color #EBEFDD on white background.


Black color preview on #EBEFDD background

This text has black color on #EBEFDD background.


White color preview on #EBEFDD background

This text has white color on #EBEFDD background.


Related colors

Complementary color

Complementary color for #hex is #141022.


I love getcolorcode.com

Triadic colors

1 #DDEBEF and #EFDDEB with #EBEFDD are triadic colors.

2 #DDEFEB and #EFEBDD with #EBEFDD are triadic colors.