COLOR #EEC6C4

HEX: #EEC6C4
RGB: (238,198,196)

Renk bilgisi

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

RGB renk modeli

#EEC6C4 color RGB value is (238,198,196).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 198 of 255 = 78%
B 196 of 255 = 77%

238
198
196

R + G + B ~ 83%. #EEC6C4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 198 + 196 = 632 (100%)
R 238 of 632 ~ 37.66%
G 198 of 632 ~ 31.33%
B 196 of 632 ~ 31.01%

%37.66
%31.33
%31.01

CMYK RENK MODELİ

#EEC6C4 rengi CMYK tonu (0,17,18,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.81%
  • sarı tonu 17.65%
  • ana renk tonu 6.67%
CMYK:
(0,17,18,7)
C0M17Y18K7 
(0%,17%,18%,7%)
(0.00/0.17/0.18/0.07)	

CMYK yüzdeleri

%0
%16.81
%17.65
%6.67

Codes

Color #EEC6C4 in popluar color models

EEC6C4
RGB238198196
HSL55.26%85.10%
HSB/HSV17.65%93.33%
CMYK0.00%16.81%17.65%
6.67%

Color #EEC6C4 in popluar number systems.

HEXEEC6C4
Decimal238198196
Binary111011101100011011000100
Octal356306304

Shades and tints

Shades of #EEC6C4

#EEC6C4
(238,198,196)
#D9B4B3
(217,180,179)
#C4A2A2
(196,162,162)
#AF9091
(175,144,145)
#9A7E80
(154,126,128)
#856C6F
(133,108,111)
#705A5E
(112,90,94)
#5B484D
(91,72,77)
#46363C
(70,54,60)
#31242B
(49,36,43)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #EEC6C4

#EEC6C4
(238,198,196)
#EFCBC9
(239,203,201)
#F0D0CE
(240,208,206)
#F1D5D3
(241,213,211)
#F2DAD8
(242,218,216)
#F3DFDD
(243,223,221)
#F4E4E2
(244,228,226)
#F5E9E7
(245,233,231)
#F6EEEC
(246,238,236)
#F7F3F1
(247,243,241)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC6C4; }

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

This text font color is #EEC6C4.


Background Color

.myBgColor { background-color: #EEC6C4; }

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

This div background color is #EEC6C4.


Border color

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

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

This div border color is #EEC6C4.


Opacity

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

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

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

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

This text has shadow with #EEC6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC6C4 on black background.


Color preview on white background

This text has color #EEC6C4 on white background.



Black color preview on #EEC6C4 background

This text has black color on #EEC6C4 background.


White color preview on #EEC6C4 background

This text has white color on #EEC6C4 background.