COLOR #E6F5EB

HEX: #E6F5EB
RGB: (230,245,235)

Renk bilgisi

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

RGB renk modeli

#E6F5EB color RGB value is (230,245,235).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 245 of 255 = 96%
B 235 of 255 = 92%

230
245
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 245 + 235 = 710 (100%)
R 230 of 710 ~ 32.39%
G 245 of 710 ~ 34.51%
B 235 of 710 ~ 33.1%

%32.39
%34.51
%33.1

CMYK RENK MODELİ

#E6F5EB rengi CMYK tonu (6,0,4,4).

  • camgöbeği tonu 6.12%
  • eflatun tonu 0.00%
  • sarı tonu 4.08%
  • ana renk tonu 3.92%
CMYK:
(6,0,4,4)
C6M0Y4K4 
(6%,0%,4%,4%)
(0.06/0.00/0.04/0.04)	

CMYK yüzdeleri

%6.12
%0
%4.08
%3.92

Codes

Color #E6F5EB in popluar color models

E6F5EB
RGB230245235
HSL140°42.86%93.14%
HSB/HSV140°6.12%96.08%
CMYK6.12%0.00%4.08%
3.92%

Color #E6F5EB in popluar number systems.

HEXE6F5EB
Decimal230245235
Binary111001101111010111101011
Octal346365353

Shades and tints

Shades of #E6F5EB

#E6F5EB
(230,245,235)
#D2DFD6
(210,223,214)
#BEC9C1
(190,201,193)
#AAB3AC
(170,179,172)
#969D97
(150,157,151)
#828782
(130,135,130)
#6E716D
(110,113,109)
#5A5B58
(90,91,88)
#464543
(70,69,67)
#322F2E
(50,47,46)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #E6F5EB

#E6F5EB
(230,245,235)
#E8F5EC
(232,245,236)
#EAF5ED
(234,245,237)
#ECF5EE
(236,245,238)
#EEF5EF
(238,245,239)
#F0F5F0
(240,245,240)
#F2F5F1
(242,245,241)
#F4F5F2
(244,245,242)
#F6F5F3
(246,245,243)
#F8F5F4
(248,245,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F5EB; }

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

This text font color is #E6F5EB.


Background Color

.myBgColor { background-color: #E6F5EB; }

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

This div background color is #E6F5EB.


Border color

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

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

This div border color is #E6F5EB.


Opacity

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

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

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

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

This text has shadow with #E6F5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F5EB on black background.


Color preview on white background

This text has color #E6F5EB on white background.



Black color preview on #E6F5EB background

This text has black color on #E6F5EB background.


White color preview on #E6F5EB background

This text has white color on #E6F5EB background.