COLOR #E6F1CA

HEX: #E6F1CA
RGB: (230,241,202)

Renk bilgisi

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

RGB renk modeli

#E6F1CA color RGB value is (230,241,202).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 241 of 255 = 95%
B 202 of 255 = 79%

230
241
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 241 + 202 = 673 (100%)
R 230 of 673 ~ 34.18%
G 241 of 673 ~ 35.81%
B 202 of 673 ~ 30.01%

%34.18
%35.81
%30.01

CMYK RENK MODELİ

#E6F1CA rengi CMYK tonu (5,0,16,5).

  • camgöbeği tonu 4.56%
  • eflatun tonu 0.00%
  • sarı tonu 16.18%
  • ana renk tonu 5.49%
CMYK:
(5,0,16,5)
C5M0Y16K5 
(5%,0%,16%,5%)
(0.05/0.00/0.16/0.05)	

CMYK yüzdeleri

%4.56
%0
%16.18
%5.49

Codes

Color #E6F1CA in popluar color models

E6F1CA
RGB230241202
HSL77°58.21%86.86%
HSB/HSV77°16.18%94.51%
CMYK4.56%0.00%16.18%
5.49%

Color #E6F1CA in popluar number systems.

HEXE6F1CA
Decimal230241202
Binary111001101111000111001010
Octal346361312

Shades and tints

Shades of #E6F1CA

#E6F1CA
(230,241,202)
#D2DCB8
(210,220,184)
#BEC7A6
(190,199,166)
#AAB294
(170,178,148)
#969D82
(150,157,130)
#828870
(130,136,112)
#6E735E
(110,115,94)
#5A5E4C
(90,94,76)
#46493A
(70,73,58)
#323428
(50,52,40)
#1E1F16
(30,31,22)
#000000
(0,0,0)

Tints of #E6F1CA

#E6F1CA
(230,241,202)
#E8F2CE
(232,242,206)
#EAF3D2
(234,243,210)
#ECF4D6
(236,244,214)
#EEF5DA
(238,245,218)
#F0F6DE
(240,246,222)
#F2F7E2
(242,247,226)
#F4F8E6
(244,248,230)
#F6F9EA
(246,249,234)
#F8FAEE
(248,250,238)
#FAFBF2
(250,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F1CA; }

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

This text font color is #E6F1CA.


Background Color

.myBgColor { background-color: #E6F1CA; }

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

This div background color is #E6F1CA.


Border color

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

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

This div border color is #E6F1CA.


Opacity

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

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

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

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

This text has shadow with #E6F1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1CA on black background.


Color preview on white background

This text has color #E6F1CA on white background.



Black color preview on #E6F1CA background

This text has black color on #E6F1CA background.


White color preview on #E6F1CA background

This text has white color on #E6F1CA background.