COLOR #E6EFE6

HEX: #E6EFE6
RGB: (230,239,230)

Renk bilgisi

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

RGB renk modeli

#E6EFE6 color RGB value is (230,239,230).

  • kırmız ton 230;
  • yeşil ton 239;
  • mavi ton 230.
RGB:
(230,239,230)
(90%,94%,90%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 239 of 255 = 94%
B 230 of 255 = 90%

230
239
230

R + G + B ~ 91%. #E6EFE6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 239 + 230 = 699 (100%)
R 230 of 699 ~ 32.9%
G 239 of 699 ~ 34.19%
B 230 of 699 ~ 32.9%

%32.9
%34.19
%32.9

CMYK RENK MODELİ

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

  • camgöbeği tonu 3.77%
  • eflatun tonu 0.00%
  • sarı tonu 3.77%
  • ana renk tonu 6.27%
CMYK:
(4,0,4,6)
C4M0Y4K6 
(4%,0%,4%,6%)
(0.04/0.00/0.04/0.06)	

CMYK yüzdeleri

%3.77
%0
%3.77
%6.27

Codes

Color #E6EFE6 in popluar color models

E6EFE6
RGB230239230
HSL120°21.95%91.96%
HSB/HSV120°3.77%93.73%
CMYK3.77%0.00%3.77%
6.27%

Color #E6EFE6 in popluar number systems.

HEXE6EFE6
Decimal230239230
Binary111001101110111111100110
Octal346357346

Shades and tints

Shades of #E6EFE6

#E6EFE6
(230,239,230)
#D2DAD2
(210,218,210)
#BEC5BE
(190,197,190)
#AAB0AA
(170,176,170)
#969B96
(150,155,150)
#828682
(130,134,130)
#6E716E
(110,113,110)
#5A5C5A
(90,92,90)
#464746
(70,71,70)
#323232
(50,50,50)
#1E1D1E
(30,29,30)
#000000
(0,0,0)

Tints of #E6EFE6

#E6EFE6
(230,239,230)
#E8F0E8
(232,240,232)
#EAF1EA
(234,241,234)
#ECF2EC
(236,242,236)
#EEF3EE
(238,243,238)
#F0F4F0
(240,244,240)
#F2F5F2
(242,245,242)
#F4F6F4
(244,246,244)
#F6F7F6
(246,247,246)
#F8F8F8
(248,248,248)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFE6; }

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

This text font color is #E6EFE6.


Background Color

.myBgColor { background-color: #E6EFE6; }

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

This div background color is #E6EFE6.


Border color

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

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

This div border color is #E6EFE6.


Opacity

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

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

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

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

This text has shadow with #E6EFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EFE6 on black background.


Color preview on white background

This text has color #E6EFE6 on white background.



Black color preview on #E6EFE6 background

This text has black color on #E6EFE6 background.


White color preview on #E6EFE6 background

This text has white color on #E6EFE6 background.