COLOR #E6FAC3

HEX: #E6FAC3
RGB: (230,250,195)

Renk bilgisi

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

RGB renk modeli

#E6FAC3 color RGB value is (230,250,195).

  • kırmız ton 230;
  • yeşil ton 250;
  • mavi ton 195.
RGB:
(230,250,195)
(90%,98%,76%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 250 of 255 = 98%
B 195 of 255 = 76%

230
250
195

R + G + B ~ 88%. #E6FAC3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 250 + 195 = 675 (100%)
R 230 of 675 ~ 34.07%
G 250 of 675 ~ 37.04%
B 195 of 675 ~ 28.89%

%34.07
%37.04
%28.89

CMYK RENK MODELİ

#E6FAC3 rengi CMYK tonu (8,0,22,2).

  • camgöbeği tonu 8.00%
  • eflatun tonu 0.00%
  • sarı tonu 22.00%
  • ana renk tonu 1.96%
CMYK:
(8,0,22,2)
C8M0Y22K2 
(8%,0%,22%,2%)
(0.08/0.00/0.22/0.02)	

CMYK yüzdeleri

%8
%0
%22
%1.96

Codes

Color #E6FAC3 in popluar color models

E6FAC3
RGB230250195
HSL82°84.62%87.25%
HSB/HSV82°22.00%98.04%
CMYK8.00%0.00%22.00%
1.96%

Color #E6FAC3 in popluar number systems.

HEXE6FAC3
Decimal230250195
Binary111001101111101011000011
Octal346372303

Shades and tints

Shades of #E6FAC3

#E6FAC3
(230,250,195)
#D2E4B2
(210,228,178)
#BECEA1
(190,206,161)
#AAB890
(170,184,144)
#96A27F
(150,162,127)
#828C6E
(130,140,110)
#6E765D
(110,118,93)
#5A604C
(90,96,76)
#464A3B
(70,74,59)
#32342A
(50,52,42)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #E6FAC3

#E6FAC3
(230,250,195)
#E8FAC8
(232,250,200)
#EAFACD
(234,250,205)
#ECFAD2
(236,250,210)
#EEFAD7
(238,250,215)
#F0FADC
(240,250,220)
#F2FAE1
(242,250,225)
#F4FAE6
(244,250,230)
#F6FAEB
(246,250,235)
#F8FAF0
(248,250,240)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FAC3 color. Also use rgb(230,250,195) instead hex code.

Text Font Color

.myTextColor { color: #E6FAC3; }

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

This text font color is #E6FAC3.


Background Color

.myBgColor { background-color: #E6FAC3; }

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

This div background color is #E6FAC3.


Border color

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

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

This div border color is #E6FAC3.


Opacity

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

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

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

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

This text has shadow with #E6FAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FAC3 on black background.


Color preview on white background

This text has color #E6FAC3 on white background.



Black color preview on #E6FAC3 background

This text has black color on #E6FAC3 background.


White color preview on #E6FAC3 background

This text has white color on #E6FAC3 background.