COLOR #E6F9C5

HEX: #E6F9C5
RGB: (230,249,197)

Renk bilgisi

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

RGB renk modeli

#E6F9C5 color RGB value is (230,249,197).

  • kırmız ton 230;
  • yeşil ton 249;
  • mavi ton 197.
RGB:
(230,249,197)
(90%,98%,77%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 249 of 255 = 98%
B 197 of 255 = 77%

230
249
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 249 + 197 = 676 (100%)
R 230 of 676 ~ 34.02%
G 249 of 676 ~ 36.83%
B 197 of 676 ~ 29.14%

%34.02
%36.83
%29.14

CMYK RENK MODELİ

#E6F9C5 rengi CMYK tonu (8,0,21,2).

  • camgöbeği tonu 7.63%
  • eflatun tonu 0.00%
  • sarı tonu 20.88%
  • ana renk tonu 2.35%
CMYK:
(8,0,21,2)
C8M0Y21K2 
(8%,0%,21%,2%)
(0.08/0.00/0.21/0.02)	

CMYK yüzdeleri

%7.63
%0
%20.88
%2.35

Codes

Color #E6F9C5 in popluar color models

E6F9C5
RGB230249197
HSL82°81.25%87.45%
HSB/HSV82°20.88%97.65%
CMYK7.63%0.00%20.88%
2.35%

Color #E6F9C5 in popluar number systems.

HEXE6F9C5
Decimal230249197
Binary111001101111100111000101
Octal346371305

Shades and tints

Shades of #E6F9C5

#E6F9C5
(230,249,197)
#D2E3B4
(210,227,180)
#BECDA3
(190,205,163)
#AAB792
(170,183,146)
#96A181
(150,161,129)
#828B70
(130,139,112)
#6E755F
(110,117,95)
#5A5F4E
(90,95,78)
#46493D
(70,73,61)
#32332C
(50,51,44)
#1E1D1B
(30,29,27)
#000000
(0,0,0)

Tints of #E6F9C5

#E6F9C5
(230,249,197)
#E8F9CA
(232,249,202)
#EAF9CF
(234,249,207)
#ECF9D4
(236,249,212)
#EEF9D9
(238,249,217)
#F0F9DE
(240,249,222)
#F2F9E3
(242,249,227)
#F4F9E8
(244,249,232)
#F6F9ED
(246,249,237)
#F8F9F2
(248,249,242)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F9C5; }

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

This text font color is #E6F9C5.


Background Color

.myBgColor { background-color: #E6F9C5; }

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

This div background color is #E6F9C5.


Border color

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

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

This div border color is #E6F9C5.


Opacity

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

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

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

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

This text has shadow with #E6F9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F9C5 on black background.


Color preview on white background

This text has color #E6F9C5 on white background.



Black color preview on #E6F9C5 background

This text has black color on #E6F9C5 background.


White color preview on #E6F9C5 background

This text has white color on #E6F9C5 background.