COLOR #E6F1C2

HEX: #E6F1C2
RGB: (230,241,194)

Renk bilgisi

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

RGB renk modeli

#E6F1C2 color RGB value is (230,241,194).

  • kırmız ton 230;
  • yeşil ton 241;
  • mavi ton 194.
RGB:
(230,241,194)
(90%,95%,76%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 241 of 255 = 95%
B 194 of 255 = 76%

230
241
194

R + G + B ~ 87%. #E6F1C2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 241 + 194 = 665 (100%)
R 230 of 665 ~ 34.59%
G 241 of 665 ~ 36.24%
B 194 of 665 ~ 29.17%

%34.59
%36.24
%29.17

CMYK RENK MODELİ

#E6F1C2 rengi CMYK tonu (5,0,20,5).

  • camgöbeği tonu 4.56%
  • eflatun tonu 0.00%
  • sarı tonu 19.50%
  • ana renk tonu 5.49%
CMYK:
(5,0,20,5)
C5M0Y20K5 
(5%,0%,20%,5%)
(0.05/0.00/0.20/0.05)	

CMYK yüzdeleri

%4.56
%0
%19.5
%5.49

Codes

Color #E6F1C2 in popluar color models

E6F1C2
RGB230241194
HSL74°62.67%85.29%
HSB/HSV74°19.50%94.51%
CMYK4.56%0.00%19.50%
5.49%

Color #E6F1C2 in popluar number systems.

HEXE6F1C2
Decimal230241194
Binary111001101111000111000010
Octal346361302

Shades and tints

Shades of #E6F1C2

#E6F1C2
(230,241,194)
#D2DCB1
(210,220,177)
#BEC7A0
(190,199,160)
#AAB28F
(170,178,143)
#969D7E
(150,157,126)
#82886D
(130,136,109)
#6E735C
(110,115,92)
#5A5E4B
(90,94,75)
#46493A
(70,73,58)
#323429
(50,52,41)
#1E1F18
(30,31,24)
#000000
(0,0,0)

Tints of #E6F1C2

#E6F1C2
(230,241,194)
#E8F2C7
(232,242,199)
#EAF3CC
(234,243,204)
#ECF4D1
(236,244,209)
#EEF5D6
(238,245,214)
#F0F6DB
(240,246,219)
#F2F7E0
(242,247,224)
#F4F8E5
(244,248,229)
#F6F9EA
(246,249,234)
#F8FAEF
(248,250,239)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F1C2; }

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

This text font color is #E6F1C2.


Background Color

.myBgColor { background-color: #E6F1C2; }

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

This div background color is #E6F1C2.


Border color

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

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

This div border color is #E6F1C2.


Opacity

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

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

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

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

This text has shadow with #E6F1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1C2 on black background.


Color preview on white background

This text has color #E6F1C2 on white background.



Black color preview on #E6F1C2 background

This text has black color on #E6F1C2 background.


White color preview on #E6F1C2 background

This text has white color on #E6F1C2 background.