COLOR #E4FFCC

HEX: #E4FFCC
RGB: (228,255,204)

Renk bilgisi

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

RGB renk modeli

#E4FFCC color RGB value is (228,255,204).

  • kırmız ton 228;
  • yeşil ton 255;
  • mavi ton 204.
RGB:
(228,255,204)
(89%,100%,80%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 255 of 255 = 100%
B 204 of 255 = 80%

228
255
204

R + G + B ~ 90%. #E4FFCC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 255 + 204 = 687 (100%)
R 228 of 687 ~ 33.19%
G 255 of 687 ~ 37.12%
B 204 of 687 ~ 29.69%

%33.19
%37.12
%29.69

CMYK RENK MODELİ

#E4FFCC rengi CMYK tonu (11,0,20,0).

  • camgöbeği tonu 10.59%
  • eflatun tonu 0.00%
  • sarı tonu 20.00%
  • ana renk tonu 0.00%
CMYK:
(11,0,20,0)
C11M0Y20K0 
(11%,0%,20%,0%)
(0.11/0.00/0.20/0.00)	

CMYK yüzdeleri

%10.59
%0
%20
%0

Codes

Color #E4FFCC in popluar color models

E4FFCC
RGB228255204
HSL92°100.00%90.00%
HSB/HSV92°20.00%100.00%
CMYK10.59%0.00%20.00%
0.00%

Color #E4FFCC in popluar number systems.

HEXE4FFCC
Decimal228255204
Binary111001001111111111001100
Octal344377314

Shades and tints

Shades of #E4FFCC

#E4FFCC
(228,255,204)
#D0E8BA
(208,232,186)
#BCD1A8
(188,209,168)
#A8BA96
(168,186,150)
#94A384
(148,163,132)
#808C72
(128,140,114)
#6C7560
(108,117,96)
#585E4E
(88,94,78)
#44473C
(68,71,60)
#30302A
(48,48,42)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #E4FFCC

#E4FFCC
(228,255,204)
#E6FFD0
(230,255,208)
#E8FFD4
(232,255,212)
#EAFFD8
(234,255,216)
#ECFFDC
(236,255,220)
#EEFFE0
(238,255,224)
#F0FFE4
(240,255,228)
#F2FFE8
(242,255,232)
#F4FFEC
(244,255,236)
#F6FFF0
(246,255,240)
#F8FFF4
(248,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FFCC color. Also use rgb(228,255,204) instead hex code.

Text Font Color

.myTextColor { color: #E4FFCC; }

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

This text font color is #E4FFCC.


Background Color

.myBgColor { background-color: #E4FFCC; }

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

This div background color is #E4FFCC.


Border color

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

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

This div border color is #E4FFCC.


Opacity

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

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

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

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

This text has shadow with #E4FFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FFCC on black background.


Color preview on white background

This text has color #E4FFCC on white background.



Black color preview on #E4FFCC background

This text has black color on #E4FFCC background.


White color preview on #E4FFCC background

This text has white color on #E4FFCC background.