COLOR #E7C7AB

HEX: #E7C7AB
RGB: (231,199,171)

Renk bilgisi

#E7C7AB contains mainly red and green colors. #E7C7AB ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#E7C7AB color RGB value is (231,199,171).

  • kırmız ton 231;
  • yeşil ton 199;
  • mavi ton 171.
RGB:
(231,199,171)
(91%,78%,67%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 199 of 255 = 78%
B 171 of 255 = 67%

231
199
171

R + G + B ~ 79%. #E7C7AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 199 + 171 = 601 (100%)
R 231 of 601 ~ 38.44%
G 199 of 601 ~ 33.11%
B 171 of 601 ~ 28.45%

%38.44
%33.11
%28.45

CMYK RENK MODELİ

#E7C7AB rengi CMYK tonu (0,14,26,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.85%
  • sarı tonu 25.97%
  • ana renk tonu 9.41%
CMYK:
(0,14,26,9)
C0M14Y26K9 
(0%,14%,26%,9%)
(0.00/0.14/0.26/0.09)	

CMYK yüzdeleri

%0
%13.85
%25.97
%9.41

Codes

Color #E7C7AB in popluar color models

E7C7AB
RGB231199171
HSL28°55.56%78.82%
HSB/HSV28°25.97%90.59%
CMYK0.00%13.85%25.97%
9.41%

Color #E7C7AB in popluar number systems.

HEXE7C7AB
Decimal231199171
Binary111001111100011110101011
Octal347307253

Shades and tints

Shades of #E7C7AB

#E7C7AB
(231,199,171)
#D2B59C
(210,181,156)
#BDA38D
(189,163,141)
#A8917E
(168,145,126)
#937F6F
(147,127,111)
#7E6D60
(126,109,96)
#695B51
(105,91,81)
#544942
(84,73,66)
#3F3733
(63,55,51)
#2A2524
(42,37,36)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #E7C7AB

#E7C7AB
(231,199,171)
#E9CCB2
(233,204,178)
#EBD1B9
(235,209,185)
#EDD6C0
(237,214,192)
#EFDBC7
(239,219,199)
#F1E0CE
(241,224,206)
#F3E5D5
(243,229,213)
#F5EADC
(245,234,220)
#F7EFE3
(247,239,227)
#F9F4EA
(249,244,234)
#FBF9F1
(251,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C7AB color. Also use rgb(231,199,171) instead hex code.

Text Font Color

.myTextColor { color: #E7C7AB; }

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

This text font color is #E7C7AB.


Background Color

.myBgColor { background-color: #E7C7AB; }

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

This div background color is #E7C7AB.


Border color

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

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

This div border color is #E7C7AB.


Opacity

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

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

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

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

This text has shadow with #E7C7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C7AB on black background.


Color preview on white background

This text has color #E7C7AB on white background.



Black color preview on #E7C7AB background

This text has black color on #E7C7AB background.


White color preview on #E7C7AB background

This text has white color on #E7C7AB background.