COLOR #EBDBB7

HEX: #EBDBB7 RGB: (235,219,183)

Color info

#EBDBB7 contains red, green and blue colors in about the same proportion. Web safe color of #EBDBB7 is #FFCCCC (or #FCC).

RGB color model

#EBDBB7 color RGB value is (235,219,183).

RGB: (235,219,183) (92%, 86%, 72%)

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 183 of 255 = 72%

235
219
183

R + G + B ~ 83%. #EBDBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 219 + 183 = 637 (100%)
R 235 of 637 ~ 36.89%
G 219 of 637 ~ 34.38%
B 183 of 637 ~ 28.73'%

%36.89
%34.38
%28.73

CMYK color model

#EBDBB7 color CMYK value is (0,7,22,8).

  • cyan value is 0.00%
  • magenta value is 6.81%
  • yellow value is 22.13%
  • key color value is 7.84%

CMYK: (0,7,22,8)
C0M7Y22K8 (0%, 7%, 22%, 8%)
(0.00 / 0.07 / 0.22 / 0.08)

CMYK percentages

%0
%6.81
%22.13
%7.84

Codes

Color #EBDBB7 in popluar color models

EB DB B7
RGB 235 219 183
HSL 42° 56.52% 81.96%
HSB/HSV 42° 22.13% 92.16%
CMYK 0.00% 6.81% 22.13%
7.84%

Color #EBDBB7 in popluar number systems.

HEX EB DB B7
Decimal 235 219 183
Binary 11101011 11011011 10110111
Octal 353 333 267

Shades and tints

Shades of #EBDBB7

#EBDBB7
(235,219,183)
#D6C8A7
(214,200,167)
#C1B597
(193,181,151)
#ACA287
(172,162,135)
#978F77
(151,143,119)
#827C67
(130,124,103)
#6D6957
(109,105,87)
#585647
(88,86,71)
#434337
(67,67,55)
#2E3027
(46,48,39)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #EBDBB7

#EBDBB7
(235,219,183)
#ECDEBD
(236,222,189)
#EDE1C3
(237,225,195)
#EEE4C9
(238,228,201)
#EFE7CF
(239,231,207)
#F0EAD5
(240,234,213)
#F1EDDB
(241,237,219)
#F2F0E1
(242,240,225)
#F3F3E7
(243,243,231)
#F4F6ED
(244,246,237)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDBB7 color. Also use rgb(235,219,183) instead hex code.

Text Font Color

.myTextColor { color: #EBDBB7; }

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

This text font color is #EBDBB7.

Background Color

.myBgColor { background-color: #EBDBB7; }

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

This div background color is #EBDBB7.

Border color

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

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

This div border color is #EBDBB7.

Opacity

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

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

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

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

This text has shadow with #EBDBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDBB7.

Preview

Color preview on black background

This text has color #EBDBB7 on black background.


Color preview on white background

This text has color #EBDBB7 on white background.


Black color preview on #EBDBB7 background

This text has black color on #EBDBB7 background.


White color preview on #EBDBB7 background

This text has white color on #EBDBB7 background.


Related colors

Complementary color

Complementary color for #hex is #142448.


I love getcolorcode.com

Triadic colors

1 #B7EBDB and #DBB7EB with #EBDBB7 are triadic colors.

2 #B7DBEB and #DBEBB7 with #EBDBB7 are triadic colors.