COLOR #E6EF9C

HEX: #E6EF9C
RGB: (230,239,156)

Renk bilgisi

#E6EF9C contains mainly red and green colors. #E6EF9C ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#E6EF9C color RGB value is (230,239,156).

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

RGB bağlantıları ve doygunluk

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

230
239
156

R + G + B ~ 82%. #E6EF9C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 239 + 156 = 625 (100%)
R 230 of 625 ~ 36.8%
G 239 of 625 ~ 38.24%
B 156 of 625 ~ 24.96%

%36.8
%38.24
%24.96

CMYK RENK MODELİ

#E6EF9C rengi CMYK tonu (4,0,35,6).

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

CMYK yüzdeleri

%3.77
%0
%34.73
%6.27

Codes

Color #E6EF9C in popluar color models

E6EF9C
RGB230239156
HSL67°72.17%77.45%
HSB/HSV67°34.73%93.73%
CMYK3.77%0.00%34.73%
6.27%

Color #E6EF9C in popluar number systems.

HEXE6EF9C
Decimal230239156
Binary111001101110111110011100
Octal346357234

Shades and tints

Shades of #E6EF9C

#E6EF9C
(230,239,156)
#D2DA8E
(210,218,142)
#BEC580
(190,197,128)
#AAB072
(170,176,114)
#969B64
(150,155,100)
#828656
(130,134,86)
#6E7148
(110,113,72)
#5A5C3A
(90,92,58)
#46472C
(70,71,44)
#32321E
(50,50,30)
#1E1D10
(30,29,16)
#000000
(0,0,0)

Tints of #E6EF9C

#E6EF9C
(230,239,156)
#E8F0A5
(232,240,165)
#EAF1AE
(234,241,174)
#ECF2B7
(236,242,183)
#EEF3C0
(238,243,192)
#F0F4C9
(240,244,201)
#F2F5D2
(242,245,210)
#F4F6DB
(244,246,219)
#F6F7E4
(246,247,228)
#F8F8ED
(248,248,237)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EF9C; }

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

This text font color is #E6EF9C.


Background Color

.myBgColor { background-color: #E6EF9C; }

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

This div background color is #E6EF9C.


Border color

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

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

This div border color is #E6EF9C.


Opacity

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

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

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

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

This text has shadow with #E6EF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EF9C on black background.


Color preview on white background

This text has color #E6EF9C on white background.



Black color preview on #E6EF9C background

This text has black color on #E6EF9C background.


White color preview on #E6EF9C background

This text has white color on #E6EF9C background.