COLOR #E3C69B

HEX: #E3C69B RGB: (227,198,155)

Color info

#E3C69B contains mainly red and green colors. Web safe color of #E3C69B is #CCCC99 (or #CC9).

RGB color model

#E3C69B color RGB value is (227,198,155).

RGB: (227,198,155) (89%, 78%, 61%)

RGB channels and saturation

R 227 of 255 = 89%
G 198 of 255 = 78%
B 155 of 255 = 61%

227
198
155

R + G + B ~ 76%. #E3C69B is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 198 + 155 = 580 (100%)
R 227 of 580 ~ 39.14%
G 198 of 580 ~ 34.14%
B 155 of 580 ~ 26.72'%

%39.14
%34.14
%26.72

CMYK color model

#E3C69B color CMYK value is (0,13,32,11).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 31.72%
  • key color value is 10.98%

CMYK: (0,13,32,11)
C0M13Y32K11 (0%, 13%, 32%, 11%)
(0.00 / 0.13 / 0.32 / 0.11)

CMYK percentages

%0
%12.78
%31.72
%10.98

Codes

Color #E3C69B in popluar color models

E3 C6 9B
RGB 227 198 155
HSL 36° 56.25% 74.90%
HSB/HSV 36° 31.72% 89.02%
CMYK 0.00% 12.78% 31.72%
10.98%

Color #E3C69B in popluar number systems.

HEX E3 C6 9B
Decimal 227 198 155
Binary 11100011 11000110 10011011
Octal 343 306 233

Shades and tints

Shades of #E3C69B

#E3C69B
(227,198,155)
#CFB48D
(207,180,141)
#BBA27F
(187,162,127)
#A79071
(167,144,113)
#937E63
(147,126,99)
#7F6C55
(127,108,85)
#6B5A47
(107,90,71)
#574839
(87,72,57)
#43362B
(67,54,43)
#2F241D
(47,36,29)
#1B120F
(27,18,15)
#000000
(0,0,0)

Tints of #E3C69B

#E3C69B
(227,198,155)
#E5CBA4
(229,203,164)
#E7D0AD
(231,208,173)
#E9D5B6
(233,213,182)
#EBDABF
(235,218,191)
#EDDFC8
(237,223,200)
#EFE4D1
(239,228,209)
#F1E9DA
(241,233,218)
#F3EEE3
(243,238,227)
#F5F3EC
(245,243,236)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C69B color. Also use rgb(227,198,155) instead hex code.

Text Font Color

.myTextColor { color: #E3C69B; }

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

This text font color is #E3C69B.

Background Color

.myBgColor { background-color: #E3C69B; }

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

This div background color is #E3C69B.

Border color

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

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

This div border color is #E3C69B.

Opacity

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

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

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

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

This text has shadow with #E3C69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C69B.

Preview

Color preview on black background

This text has color #E3C69B on black background.


Color preview on white background

This text has color #E3C69B on white background.


Black color preview on #E3C69B background

This text has black color on #E3C69B background.


White color preview on #E3C69B background

This text has white color on #E3C69B background.


Related colors

Complementary color

Complementary color for #hex is #1C3964.


I love getcolorcode.com

Triadic colors

1 #9BE3C6 and #C69BE3 with #E3C69B are triadic colors.

2 #9BC6E3 and #C6E39B with #E3C69B are triadic colors.