COLOR #E9B5C7

HEX: #E9B5C7
RGB: (233,181,199)

Renk bilgisi

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

RGB renk modeli

#E9B5C7 color RGB value is (233,181,199).

  • kırmız ton 233;
  • yeşil ton 181;
  • mavi ton 199.
RGB:
(233,181,199)
(91%,71%,78%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 181 of 255 = 71%
B 199 of 255 = 78%

233
181
199

R + G + B ~ 80%. #E9B5C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 181 + 199 = 613 (100%)
R 233 of 613 ~ 38.01%
G 181 of 613 ~ 29.53%
B 199 of 613 ~ 32.46%

%38.01
%29.53
%32.46

CMYK RENK MODELİ

#E9B5C7 rengi CMYK tonu (0,22,15,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.32%
  • sarı tonu 14.59%
  • ana renk tonu 8.63%
CMYK:
(0,22,15,9)
C0M22Y15K9 
(0%,22%,15%,9%)
(0.00/0.22/0.15/0.09)	

CMYK yüzdeleri

%0
%22.32
%14.59
%8.63

Codes

Color #E9B5C7 in popluar color models

E9B5C7
RGB233181199
HSL339°54.17%81.18%
HSB/HSV339°22.32%91.37%
CMYK0.00%22.32%14.59%
8.63%

Color #E9B5C7 in popluar number systems.

HEXE9B5C7
Decimal233181199
Binary111010011011010111000111
Octal351265307

Shades and tints

Shades of #E9B5C7

#E9B5C7
(233,181,199)
#D4A5B5
(212,165,181)
#BF95A3
(191,149,163)
#AA8591
(170,133,145)
#95757F
(149,117,127)
#80656D
(128,101,109)
#6B555B
(107,85,91)
#564549
(86,69,73)
#413537
(65,53,55)
#2C2525
(44,37,37)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #E9B5C7

#E9B5C7
(233,181,199)
#EBBBCC
(235,187,204)
#EDC1D1
(237,193,209)
#EFC7D6
(239,199,214)
#F1CDDB
(241,205,219)
#F3D3E0
(243,211,224)
#F5D9E5
(245,217,229)
#F7DFEA
(247,223,234)
#F9E5EF
(249,229,239)
#FBEBF4
(251,235,244)
#FDF1F9
(253,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B5C7 color. Also use rgb(233,181,199) instead hex code.

Text Font Color

.myTextColor { color: #E9B5C7; }

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

This text font color is #E9B5C7.


Background Color

.myBgColor { background-color: #E9B5C7; }

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

This div background color is #E9B5C7.


Border color

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

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

This div border color is #E9B5C7.


Opacity

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

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

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

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

This text has shadow with #E9B5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B5C7 on black background.


Color preview on white background

This text has color #E9B5C7 on white background.



Black color preview on #E9B5C7 background

This text has black color on #E9B5C7 background.


White color preview on #E9B5C7 background

This text has white color on #E9B5C7 background.