COLOR #E6FAEB

HEX: #E6FAEB
RGB: (230,250,235)

Renk bilgisi

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

RGB renk modeli

#E6FAEB color RGB value is (230,250,235).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 250 of 255 = 98%
B 235 of 255 = 92%

230
250
235

R + G + B ~ 93%. #E6FAEB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 250 + 235 = 715 (100%)
R 230 of 715 ~ 32.17%
G 250 of 715 ~ 34.97%
B 235 of 715 ~ 32.87%

%32.17
%34.97
%32.87

CMYK RENK MODELİ

#E6FAEB rengi CMYK tonu (8,0,6,2).

  • camgöbeği tonu 8.00%
  • eflatun tonu 0.00%
  • sarı tonu 6.00%
  • ana renk tonu 1.96%
CMYK:
(8,0,6,2)
C8M0Y6K2 
(8%,0%,6%,2%)
(0.08/0.00/0.06/0.02)	

CMYK yüzdeleri

%8
%0
%6
%1.96

Codes

Color #E6FAEB in popluar color models

E6FAEB
RGB230250235
HSL135°66.67%94.12%
HSB/HSV135°8.00%98.04%
CMYK8.00%0.00%6.00%
1.96%

Color #E6FAEB in popluar number systems.

HEXE6FAEB
Decimal230250235
Binary111001101111101011101011
Octal346372353

Shades and tints

Shades of #E6FAEB

#E6FAEB
(230,250,235)
#D2E4D6
(210,228,214)
#BECEC1
(190,206,193)
#AAB8AC
(170,184,172)
#96A297
(150,162,151)
#828C82
(130,140,130)
#6E766D
(110,118,109)
#5A6058
(90,96,88)
#464A43
(70,74,67)
#32342E
(50,52,46)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #E6FAEB

#E6FAEB
(230,250,235)
#E8FAEC
(232,250,236)
#EAFAED
(234,250,237)
#ECFAEE
(236,250,238)
#EEFAEF
(238,250,239)
#F0FAF0
(240,250,240)
#F2FAF1
(242,250,241)
#F4FAF2
(244,250,242)
#F6FAF3
(246,250,243)
#F8FAF4
(248,250,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FAEB; }

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

This text font color is #E6FAEB.


Background Color

.myBgColor { background-color: #E6FAEB; }

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

This div background color is #E6FAEB.


Border color

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

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

This div border color is #E6FAEB.


Opacity

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

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

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

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

This text has shadow with #E6FAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FAEB on black background.


Color preview on white background

This text has color #E6FAEB on white background.



Black color preview on #E6FAEB background

This text has black color on #E6FAEB background.


White color preview on #E6FAEB background

This text has white color on #E6FAEB background.