COLOR #EBEAD3

HEX: #EBEAD3 RGB: (235,234,211)

Color info

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

RGB color model

#EBEAD3 color RGB value is (235,234,211).

RGB: (235,234,211) (92%, 92%, 83%)

RGB channels and saturation

R 235 of 255 = 92%
G 234 of 255 = 92%
B 211 of 255 = 83%

235
234
211

R + G + B ~ 89%. #EBEAD3 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 234 + 211 = 680 (100%)
R 235 of 680 ~ 34.56%
G 234 of 680 ~ 34.41%
B 211 of 680 ~ 31.03'%

%34.56
%34.41
%31.03

CMYK color model

#EBEAD3 color CMYK value is (0,0,10,8).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 10.21%
  • key color value is 7.84%

CMYK: (0,0,10,8)
C0M0Y10K8 (0%, 0%, 10%, 8%)
(0.00 / 0.00 / 0.10 / 0.08)

CMYK percentages

%0
%0.43
%10.21
%7.84

Codes

Color #EBEAD3 in popluar color models

EB EA D3
RGB 235 234 211
HSL 58° 37.50% 87.45%
HSB/HSV 58° 10.21% 92.16%
CMYK 0.00% 0.43% 10.21%
7.84%

Color #EBEAD3 in popluar number systems.

HEX EB EA D3
Decimal 235 234 211
Binary 11101011 11101010 11010011
Octal 353 352 323

Shades and tints

Shades of #EBEAD3

#EBEAD3
(235,234,211)
#D6D5C0
(214,213,192)
#C1C0AD
(193,192,173)
#ACAB9A
(172,171,154)
#979687
(151,150,135)
#828174
(130,129,116)
#6D6C61
(109,108,97)
#58574E
(88,87,78)
#43423B
(67,66,59)
#2E2D28
(46,45,40)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #EBEAD3

#EBEAD3
(235,234,211)
#ECEBD7
(236,235,215)
#EDECDB
(237,236,219)
#EEEDDF
(238,237,223)
#EFEEE3
(239,238,227)
#F0EFE7
(240,239,231)
#F1F0EB
(241,240,235)
#F2F1EF
(242,241,239)
#F3F2F3
(243,242,243)
#F4F3F7
(244,243,247)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEAD3 color. Also use rgb(235,234,211) instead hex code.

Text Font Color

.myTextColor { color: #EBEAD3; }

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

This text font color is #EBEAD3.

Background Color

.myBgColor { background-color: #EBEAD3; }

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

This div background color is #EBEAD3.

Border color

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

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

This div border color is #EBEAD3.

Opacity

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

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

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

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

This text has shadow with #EBEAD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEAD3.

Preview

Color preview on black background

This text has color #EBEAD3 on black background.


Color preview on white background

This text has color #EBEAD3 on white background.


Black color preview on #EBEAD3 background

This text has black color on #EBEAD3 background.


White color preview on #EBEAD3 background

This text has white color on #EBEAD3 background.


Related colors

Complementary color

Complementary color for #hex is #14152C.


I love getcolorcode.com

Triadic colors

1 #D3EBEA and #EAD3EB with #EBEAD3 are triadic colors.

2 #D3EAEB and #EAEBD3 with #EBEAD3 are triadic colors.