COLOR #EBD0C6

HEX: #EBD0C6 RGB: (235,208,198)

Color info

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

RGB color model

#EBD0C6 color RGB value is (235,208,198).

RGB: (235,208,198) (92%, 82%, 78%)

RGB channels and saturation

R 235 of 255 = 92%
G 208 of 255 = 82%
B 198 of 255 = 78%

235
208
198

R + G + B ~ 84%. #EBD0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 208 + 198 = 641 (100%)
R 235 of 641 ~ 36.66%
G 208 of 641 ~ 32.45%
B 198 of 641 ~ 30.89'%

%36.66
%32.45
%30.89

CMYK color model

#EBD0C6 color CMYK value is (0,11,16,8).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 15.74%
  • key color value is 7.84%

CMYK: (0,11,16,8)
C0M11Y16K8 (0%, 11%, 16%, 8%)
(0.00 / 0.11 / 0.16 / 0.08)

CMYK percentages

%0
%11.49
%15.74
%7.84

Codes

Color #EBD0C6 in popluar color models

EB D0 C6
RGB 235 208 198
HSL 16° 48.05% 84.90%
HSB/HSV 16° 15.74% 92.16%
CMYK 0.00% 11.49% 15.74%
7.84%

Color #EBD0C6 in popluar number systems.

HEX EB D0 C6
Decimal 235 208 198
Binary 11101011 11010000 11000110
Octal 353 320 306

Shades and tints

Shades of #EBD0C6

#EBD0C6
(235,208,198)
#D6BEB4
(214,190,180)
#C1ACA2
(193,172,162)
#AC9A90
(172,154,144)
#97887E
(151,136,126)
#82766C
(130,118,108)
#6D645A
(109,100,90)
#585248
(88,82,72)
#434036
(67,64,54)
#2E2E24
(46,46,36)
#191C12
(25,28,18)
#000000
(0,0,0)

Tints of #EBD0C6

#EBD0C6
(235,208,198)
#ECD4CB
(236,212,203)
#EDD8D0
(237,216,208)
#EEDCD5
(238,220,213)
#EFE0DA
(239,224,218)
#F0E4DF
(240,228,223)
#F1E8E4
(241,232,228)
#F2ECE9
(242,236,233)
#F3F0EE
(243,240,238)
#F4F4F3
(244,244,243)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD0C6 color. Also use rgb(235,208,198) instead hex code.

Text Font Color

.myTextColor { color: #EBD0C6; }

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

This text font color is #EBD0C6.

Background Color

.myBgColor { background-color: #EBD0C6; }

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

This div background color is #EBD0C6.

Border color

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

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

This div border color is #EBD0C6.

Opacity

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

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

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

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

This text has shadow with #EBD0C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD0C6.

Preview

Color preview on black background

This text has color #EBD0C6 on black background.


Color preview on white background

This text has color #EBD0C6 on white background.


Black color preview on #EBD0C6 background

This text has black color on #EBD0C6 background.


White color preview on #EBD0C6 background

This text has white color on #EBD0C6 background.


Related colors

Complementary color

Complementary color for #hex is #142F39.


I love getcolorcode.com

Triadic colors

1 #C6EBD0 and #D0C6EB with #EBD0C6 are triadic colors.

2 #C6D0EB and #D0EBC6 with #EBD0C6 are triadic colors.