COLOR #EBEDDD

HEX: #EBEDDD RGB: (235,237,221)

Color info

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

RGB color model

#EBEDDD color RGB value is (235,237,221).

RGB: (235,237,221) (92%, 93%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 221 of 255 = 87%

235
237
221

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

Portions of RGB colors in percentages

R + G + B = 235 + 237 + 221 = 693 (100%)
R 235 of 693 ~ 33.91%
G 237 of 693 ~ 34.2%
B 221 of 693 ~ 31.89'%

%33.91
%34.2
%31.89

CMYK color model

#EBEDDD color CMYK value is (1,0,7,7).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%

CMYK: (1,0,7,7)
C1M0Y7K7 (1%, 0%, 7%, 7%)
(0.01 / 0.00 / 0.07 / 0.07)

CMYK percentages

%0.84
%0
%6.75
%7.06

Codes

Color #EBEDDD in popluar color models

EB ED DD
RGB 235 237 221
HSL 68° 30.77% 89.80%
HSB/HSV 68° 6.75% 92.94%
CMYK 0.84% 0.00% 6.75%
7.06%

Color #EBEDDD in popluar number systems.

HEX EB ED DD
Decimal 235 237 221
Binary 11101011 11101101 11011101
Octal 353 355 335

Shades and tints

Shades of #EBEDDD

#EBEDDD
(235,237,221)
#D6D8C9
(214,216,201)
#C1C3B5
(193,195,181)
#ACAEA1
(172,174,161)
#97998D
(151,153,141)
#828479
(130,132,121)
#6D6F65
(109,111,101)
#585A51
(88,90,81)
#43453D
(67,69,61)
#2E3029
(46,48,41)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #EBEDDD

#EBEDDD
(235,237,221)
#ECEEE0
(236,238,224)
#EDEFE3
(237,239,227)
#EEF0E6
(238,240,230)
#EFF1E9
(239,241,233)
#F0F2EC
(240,242,236)
#F1F3EF
(241,243,239)
#F2F4F2
(242,244,242)
#F3F5F5
(243,245,245)
#F4F6F8
(244,246,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDDD; }

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

This text font color is #EBEDDD.

Background Color

.myBgColor { background-color: #EBEDDD; }

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

This div background color is #EBEDDD.

Border color

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

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

This div border color is #EBEDDD.

Opacity

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

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

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

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

This text has shadow with #EBEDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEDDD.

Preview

Color preview on black background

This text has color #EBEDDD on black background.


Color preview on white background

This text has color #EBEDDD on white background.


Black color preview on #EBEDDD background

This text has black color on #EBEDDD background.


White color preview on #EBEDDD background

This text has white color on #EBEDDD background.


Related colors

Complementary color

Complementary color for #hex is #141222.


I love getcolorcode.com

Triadic colors

1 #DDEBED and #EDDDEB with #EBEDDD are triadic colors.

2 #DDEDEB and #EDEBDD with #EBEDDD are triadic colors.