COLOR #EEC6D3

HEX: #EEC6D3
RGB: (238,198,211)

Renk bilgisi

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

RGB renk modeli

#EEC6D3 color RGB value is (238,198,211).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 198 of 255 = 78%
B 211 of 255 = 83%

238
198
211

R + G + B ~ 85%. #EEC6D3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 198 + 211 = 647 (100%)
R 238 of 647 ~ 36.79%
G 198 of 647 ~ 30.6%
B 211 of 647 ~ 32.61%

%36.79
%30.6
%32.61

CMYK RENK MODELİ

#EEC6D3 rengi CMYK tonu (0,17,11,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.81%
  • sarı tonu 11.34%
  • ana renk tonu 6.67%
CMYK:
(0,17,11,7)
C0M17Y11K7 
(0%,17%,11%,7%)
(0.00/0.17/0.11/0.07)	

CMYK yüzdeleri

%0
%16.81
%11.34
%6.67

Codes

Color #EEC6D3 in popluar color models

EEC6D3
RGB238198211
HSL341°54.05%85.49%
HSB/HSV341°16.81%93.33%
CMYK0.00%16.81%11.34%
6.67%

Color #EEC6D3 in popluar number systems.

HEXEEC6D3
Decimal238198211
Binary111011101100011011010011
Octal356306323

Shades and tints

Shades of #EEC6D3

#EEC6D3
(238,198,211)
#D9B4C0
(217,180,192)
#C4A2AD
(196,162,173)
#AF909A
(175,144,154)
#9A7E87
(154,126,135)
#856C74
(133,108,116)
#705A61
(112,90,97)
#5B484E
(91,72,78)
#46363B
(70,54,59)
#312428
(49,36,40)
#1C1215
(28,18,21)
#000000
(0,0,0)

Tints of #EEC6D3

#EEC6D3
(238,198,211)
#EFCBD7
(239,203,215)
#F0D0DB
(240,208,219)
#F1D5DF
(241,213,223)
#F2DAE3
(242,218,227)
#F3DFE7
(243,223,231)
#F4E4EB
(244,228,235)
#F5E9EF
(245,233,239)
#F6EEF3
(246,238,243)
#F7F3F7
(247,243,247)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC6D3; }

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

This text font color is #EEC6D3.


Background Color

.myBgColor { background-color: #EEC6D3; }

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

This div background color is #EEC6D3.


Border color

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

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

This div border color is #EEC6D3.


Opacity

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

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

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

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

This text has shadow with #EEC6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC6D3 on black background.


Color preview on white background

This text has color #EEC6D3 on white background.



Black color preview on #EEC6D3 background

This text has black color on #EEC6D3 background.


White color preview on #EEC6D3 background

This text has white color on #EEC6D3 background.