COLOR #E9FACC

HEX: #E9FACC
RGB: (233,250,204)

Renk bilgisi

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

RGB renk modeli

#E9FACC color RGB value is (233,250,204).

  • kırmız ton 233;
  • yeşil ton 250;
  • mavi ton 204.
RGB:
(233,250,204)
(91%,98%,80%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 250 of 255 = 98%
B 204 of 255 = 80%

233
250
204

R + G + B ~ 90%. #E9FACC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 250 + 204 = 687 (100%)
R 233 of 687 ~ 33.92%
G 250 of 687 ~ 36.39%
B 204 of 687 ~ 29.69%

%33.92
%36.39
%29.69

CMYK RENK MODELİ

#E9FACC rengi CMYK tonu (7,0,18,2).

  • camgöbeği tonu 6.80%
  • eflatun tonu 0.00%
  • sarı tonu 18.40%
  • ana renk tonu 1.96%
CMYK:
(7,0,18,2)
C7M0Y18K2 
(7%,0%,18%,2%)
(0.07/0.00/0.18/0.02)	

CMYK yüzdeleri

%6.8
%0
%18.4
%1.96

Codes

Color #E9FACC in popluar color models

E9FACC
RGB233250204
HSL82°82.14%89.02%
HSB/HSV82°18.40%98.04%
CMYK6.80%0.00%18.40%
1.96%

Color #E9FACC in popluar number systems.

HEXE9FACC
Decimal233250204
Binary111010011111101011001100
Octal351372314

Shades and tints

Shades of #E9FACC

#E9FACC
(233,250,204)
#D4E4BA
(212,228,186)
#BFCEA8
(191,206,168)
#AAB896
(170,184,150)
#95A284
(149,162,132)
#808C72
(128,140,114)
#6B7660
(107,118,96)
#56604E
(86,96,78)
#414A3C
(65,74,60)
#2C342A
(44,52,42)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #E9FACC

#E9FACC
(233,250,204)
#EBFAD0
(235,250,208)
#EDFAD4
(237,250,212)
#EFFAD8
(239,250,216)
#F1FADC
(241,250,220)
#F3FAE0
(243,250,224)
#F5FAE4
(245,250,228)
#F7FAE8
(247,250,232)
#F9FAEC
(249,250,236)
#FBFAF0
(251,250,240)
#FDFAF4
(253,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9FACC color. Also use rgb(233,250,204) instead hex code.

Text Font Color

.myTextColor { color: #E9FACC; }

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

This text font color is #E9FACC.


Background Color

.myBgColor { background-color: #E9FACC; }

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

This div background color is #E9FACC.


Border color

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

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

This div border color is #E9FACC.


Opacity

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

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

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

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

This text has shadow with #E9FACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FACC on black background.


Color preview on white background

This text has color #E9FACC on white background.



Black color preview on #E9FACC background

This text has black color on #E9FACC background.


White color preview on #E9FACC background

This text has white color on #E9FACC background.