COLOR #EEF6C4

HEX: #EEF6C4
RGB: (238,246,196)

Renk bilgisi

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

RGB renk modeli

#EEF6C4 color RGB value is (238,246,196).

  • kırmız ton 238;
  • yeşil ton 246;
  • mavi ton 196.
RGB:
(238,246,196)
(93%,96%,77%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 246 of 255 = 96%
B 196 of 255 = 77%

238
246
196

R + G + B ~ 89%. #EEF6C4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 246 + 196 = 680 (100%)
R 238 of 680 ~ 35%
G 246 of 680 ~ 36.18%
B 196 of 680 ~ 28.82%

%35
%36.18
%28.82

CMYK RENK MODELİ

#EEF6C4 rengi CMYK tonu (3,0,20,4).

  • camgöbeği tonu 3.25%
  • eflatun tonu 0.00%
  • sarı tonu 20.33%
  • ana renk tonu 3.53%
CMYK:
(3,0,20,4)
C3M0Y20K4 
(3%,0%,20%,4%)
(0.03/0.00/0.20/0.04)	

CMYK yüzdeleri

%3.25
%0
%20.33
%3.53

Codes

Color #EEF6C4 in popluar color models

EEF6C4
RGB238246196
HSL70°73.53%86.67%
HSB/HSV70°20.33%96.47%
CMYK3.25%0.00%20.33%
3.53%

Color #EEF6C4 in popluar number systems.

HEXEEF6C4
Decimal238246196
Binary111011101111011011000100
Octal356366304

Shades and tints

Shades of #EEF6C4

#EEF6C4
(238,246,196)
#D9E0B3
(217,224,179)
#C4CAA2
(196,202,162)
#AFB491
(175,180,145)
#9A9E80
(154,158,128)
#85886F
(133,136,111)
#70725E
(112,114,94)
#5B5C4D
(91,92,77)
#46463C
(70,70,60)
#31302B
(49,48,43)
#1C1A1A
(28,26,26)
#000000
(0,0,0)

Tints of #EEF6C4

#EEF6C4
(238,246,196)
#EFF6C9
(239,246,201)
#F0F6CE
(240,246,206)
#F1F6D3
(241,246,211)
#F2F6D8
(242,246,216)
#F3F6DD
(243,246,221)
#F4F6E2
(244,246,226)
#F5F6E7
(245,246,231)
#F6F6EC
(246,246,236)
#F7F6F1
(247,246,241)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF6C4 color. Also use rgb(238,246,196) instead hex code.

Text Font Color

.myTextColor { color: #EEF6C4; }

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

This text font color is #EEF6C4.


Background Color

.myBgColor { background-color: #EEF6C4; }

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

This div background color is #EEF6C4.


Border color

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

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

This div border color is #EEF6C4.


Opacity

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

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

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

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

This text has shadow with #EEF6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF6C4 on black background.


Color preview on white background

This text has color #EEF6C4 on white background.



Black color preview on #EEF6C4 background

This text has black color on #EEF6C4 background.


White color preview on #EEF6C4 background

This text has white color on #EEF6C4 background.