COLOR #E6F0CC

HEX: #E6F0CC
RGB: (230,240,204)

Renk bilgisi

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

RGB renk modeli

#E6F0CC color RGB value is (230,240,204).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 240 of 255 = 94%
B 204 of 255 = 80%

230
240
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 240 + 204 = 674 (100%)
R 230 of 674 ~ 34.12%
G 240 of 674 ~ 35.61%
B 204 of 674 ~ 30.27%

%34.12
%35.61
%30.27

CMYK RENK MODELİ

#E6F0CC rengi CMYK tonu (4,0,15,6).

  • camgöbeği tonu 4.17%
  • eflatun tonu 0.00%
  • sarı tonu 15.00%
  • ana renk tonu 5.88%
CMYK:
(4,0,15,6)
C4M0Y15K6 
(4%,0%,15%,6%)
(0.04/0.00/0.15/0.06)	

CMYK yüzdeleri

%4.17
%0
%15
%5.88

Codes

Color #E6F0CC in popluar color models

E6F0CC
RGB230240204
HSL77°54.55%87.06%
HSB/HSV77°15.00%94.12%
CMYK4.17%0.00%15.00%
5.88%

Color #E6F0CC in popluar number systems.

HEXE6F0CC
Decimal230240204
Binary111001101111000011001100
Octal346360314

Shades and tints

Shades of #E6F0CC

#E6F0CC
(230,240,204)
#D2DBBA
(210,219,186)
#BEC6A8
(190,198,168)
#AAB196
(170,177,150)
#969C84
(150,156,132)
#828772
(130,135,114)
#6E7260
(110,114,96)
#5A5D4E
(90,93,78)
#46483C
(70,72,60)
#32332A
(50,51,42)
#1E1E18
(30,30,24)
#000000
(0,0,0)

Tints of #E6F0CC

#E6F0CC
(230,240,204)
#E8F1D0
(232,241,208)
#EAF2D4
(234,242,212)
#ECF3D8
(236,243,216)
#EEF4DC
(238,244,220)
#F0F5E0
(240,245,224)
#F2F6E4
(242,246,228)
#F4F7E8
(244,247,232)
#F6F8EC
(246,248,236)
#F8F9F0
(248,249,240)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F0CC; }

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

This text font color is #E6F0CC.


Background Color

.myBgColor { background-color: #E6F0CC; }

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

This div background color is #E6F0CC.


Border color

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

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

This div border color is #E6F0CC.


Opacity

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

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

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

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

This text has shadow with #E6F0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F0CC on black background.


Color preview on white background

This text has color #E6F0CC on white background.



Black color preview on #E6F0CC background

This text has black color on #E6F0CC background.


White color preview on #E6F0CC background

This text has white color on #E6F0CC background.