COLOR #EEF9C7

HEX: #EEF9C7
RGB: (238,249,199)

Renk bilgisi

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

RGB renk modeli

#EEF9C7 color RGB value is (238,249,199).

  • kırmız ton 238;
  • yeşil ton 249;
  • mavi ton 199.
RGB:
(238,249,199)
(93%,98%,78%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 249 of 255 = 98%
B 199 of 255 = 78%

238
249
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 249 + 199 = 686 (100%)
R 238 of 686 ~ 34.69%
G 249 of 686 ~ 36.3%
B 199 of 686 ~ 29.01%

%34.69
%36.3
%29.01

CMYK RENK MODELİ

#EEF9C7 rengi CMYK tonu (4,0,20,2).

  • camgöbeği tonu 4.42%
  • eflatun tonu 0.00%
  • sarı tonu 20.08%
  • ana renk tonu 2.35%
CMYK:
(4,0,20,2)
C4M0Y20K2 
(4%,0%,20%,2%)
(0.04/0.00/0.20/0.02)	

CMYK yüzdeleri

%4.42
%0
%20.08
%2.35

Codes

Color #EEF9C7 in popluar color models

EEF9C7
RGB238249199
HSL73°80.65%87.84%
HSB/HSV73°20.08%97.65%
CMYK4.42%0.00%20.08%
2.35%

Color #EEF9C7 in popluar number systems.

HEXEEF9C7
Decimal238249199
Binary111011101111100111000111
Octal356371307

Shades and tints

Shades of #EEF9C7

#EEF9C7
(238,249,199)
#D9E3B5
(217,227,181)
#C4CDA3
(196,205,163)
#AFB791
(175,183,145)
#9AA17F
(154,161,127)
#858B6D
(133,139,109)
#70755B
(112,117,91)
#5B5F49
(91,95,73)
#464937
(70,73,55)
#313325
(49,51,37)
#1C1D13
(28,29,19)
#000000
(0,0,0)

Tints of #EEF9C7

#EEF9C7
(238,249,199)
#EFF9CC
(239,249,204)
#F0F9D1
(240,249,209)
#F1F9D6
(241,249,214)
#F2F9DB
(242,249,219)
#F3F9E0
(243,249,224)
#F4F9E5
(244,249,229)
#F5F9EA
(245,249,234)
#F6F9EF
(246,249,239)
#F7F9F4
(247,249,244)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF9C7 color. Also use rgb(238,249,199) instead hex code.

Text Font Color

.myTextColor { color: #EEF9C7; }

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

This text font color is #EEF9C7.


Background Color

.myBgColor { background-color: #EEF9C7; }

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

This div background color is #EEF9C7.


Border color

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

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

This div border color is #EEF9C7.


Opacity

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

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

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

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

This text has shadow with #EEF9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF9C7 on black background.


Color preview on white background

This text has color #EEF9C7 on white background.



Black color preview on #EEF9C7 background

This text has black color on #EEF9C7 background.


White color preview on #EEF9C7 background

This text has white color on #EEF9C7 background.