COLOR #E7B4B0

HEX: #E7B4B0
RGB: (231,180,176)

Renk bilgisi

#E7B4B0 contains red, green and blue colors in about the same proportion. #E7B4B0 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#E7B4B0 color RGB value is (231,180,176).

  • kırmız ton 231;
  • yeşil ton 180;
  • mavi ton 176.
RGB:
(231,180,176)
(91%,71%,69%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 180 of 255 = 71%
B 176 of 255 = 69%

231
180
176

R + G + B ~ 77%. #E7B4B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 180 + 176 = 587 (100%)
R 231 of 587 ~ 39.35%
G 180 of 587 ~ 30.66%
B 176 of 587 ~ 29.98%

%39.35
%30.66
%29.98

CMYK RENK MODELİ

#E7B4B0 rengi CMYK tonu (0,22,24,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.08%
  • sarı tonu 23.81%
  • ana renk tonu 9.41%
CMYK:
(0,22,24,9)
C0M22Y24K9 
(0%,22%,24%,9%)
(0.00/0.22/0.24/0.09)	

CMYK yüzdeleri

%0
%22.08
%23.81
%9.41

Codes

Color #E7B4B0 in popluar color models

E7B4B0
RGB231180176
HSL53.40%79.80%
HSB/HSV23.81%90.59%
CMYK0.00%22.08%23.81%
9.41%

Color #E7B4B0 in popluar number systems.

HEXE7B4B0
Decimal231180176
Binary111001111011010010110000
Octal347264260

Shades and tints

Shades of #E7B4B0

#E7B4B0
(231,180,176)
#D2A4A0
(210,164,160)
#BD9490
(189,148,144)
#A88480
(168,132,128)
#937470
(147,116,112)
#7E6460
(126,100,96)
#695450
(105,84,80)
#544440
(84,68,64)
#3F3430
(63,52,48)
#2A2420
(42,36,32)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #E7B4B0

#E7B4B0
(231,180,176)
#E9BAB7
(233,186,183)
#EBC0BE
(235,192,190)
#EDC6C5
(237,198,197)
#EFCCCC
(239,204,204)
#F1D2D3
(241,210,211)
#F3D8DA
(243,216,218)
#F5DEE1
(245,222,225)
#F7E4E8
(247,228,232)
#F9EAEF
(249,234,239)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B4B0 color. Also use rgb(231,180,176) instead hex code.

Text Font Color

.myTextColor { color: #E7B4B0; }

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

This text font color is #E7B4B0.


Background Color

.myBgColor { background-color: #E7B4B0; }

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

This div background color is #E7B4B0.


Border color

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

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

This div border color is #E7B4B0.


Opacity

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

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

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

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

This text has shadow with #E7B4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B4B0 on black background.


Color preview on white background

This text has color #E7B4B0 on white background.



Black color preview on #E7B4B0 background

This text has black color on #E7B4B0 background.


White color preview on #E7B4B0 background

This text has white color on #E7B4B0 background.