COLOR #EBDBA9

HEX: #EBDBA9 RGB: (235,219,169)

Color info

#EBDBA9 contains mainly red and green colors. Web safe color of #EBDBA9 is #FFCC99 (or #FC9).

RGB color model

#EBDBA9 color RGB value is (235,219,169).

RGB: (235,219,169) (92%, 86%, 66%)

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 169 of 255 = 66%

235
219
169

R + G + B ~ 81%. #EBDBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 219 + 169 = 623 (100%)
R 235 of 623 ~ 37.72%
G 219 of 623 ~ 35.15%
B 169 of 623 ~ 27.13'%

%37.72
%35.15
%27.13

CMYK color model

#EBDBA9 color CMYK value is (0,7,28,8).

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

CMYK: (0,7,28,8)
C0M7Y28K8 (0%, 7%, 28%, 8%)
(0.00 / 0.07 / 0.28 / 0.08)

CMYK percentages

%0
%6.81
%28.09
%7.84

Codes

Color #EBDBA9 in popluar color models

EB DB A9
RGB 235 219 169
HSL 45° 62.26% 79.22%
HSB/HSV 45° 28.09% 92.16%
CMYK 0.00% 6.81% 28.09%
7.84%

Color #EBDBA9 in popluar number systems.

HEX EB DB A9
Decimal 235 219 169
Binary 11101011 11011011 10101001
Octal 353 333 251

Shades and tints

Shades of #EBDBA9

#EBDBA9
(235,219,169)
#D6C89A
(214,200,154)
#C1B58B
(193,181,139)
#ACA27C
(172,162,124)
#978F6D
(151,143,109)
#827C5E
(130,124,94)
#6D694F
(109,105,79)
#585640
(88,86,64)
#434331
(67,67,49)
#2E3022
(46,48,34)
#191D13
(25,29,19)
#000000
(0,0,0)

Tints of #EBDBA9

#EBDBA9
(235,219,169)
#ECDEB0
(236,222,176)
#EDE1B7
(237,225,183)
#EEE4BE
(238,228,190)
#EFE7C5
(239,231,197)
#F0EACC
(240,234,204)
#F1EDD3
(241,237,211)
#F2F0DA
(242,240,218)
#F3F3E1
(243,243,225)
#F4F6E8
(244,246,232)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBA9; }

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

This text font color is #EBDBA9.

Background Color

.myBgColor { background-color: #EBDBA9; }

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

This div background color is #EBDBA9.

Border color

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

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

This div border color is #EBDBA9.

Opacity

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

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

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

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

This text has shadow with #EBDBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDBA9.

Preview

Color preview on black background

This text has color #EBDBA9 on black background.


Color preview on white background

This text has color #EBDBA9 on white background.


Black color preview on #EBDBA9 background

This text has black color on #EBDBA9 background.


White color preview on #EBDBA9 background

This text has white color on #EBDBA9 background.


Related colors

Complementary color

Complementary color for #hex is #142456.


I love getcolorcode.com

Triadic colors

1 #A9EBDB and #DBA9EB with #EBDBA9 are triadic colors.

2 #A9DBEB and #DBEBA9 with #EBDBA9 are triadic colors.