COLOR #EEC4D5

HEX: #EEC4D5
RGB: (238,196,213)

Renk bilgisi

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

RGB renk modeli

#EEC4D5 color RGB value is (238,196,213).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 196 of 255 = 77%
B 213 of 255 = 84%

238
196
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 196 + 213 = 647 (100%)
R 238 of 647 ~ 36.79%
G 196 of 647 ~ 30.29%
B 213 of 647 ~ 32.92%

%36.79
%30.29
%32.92

CMYK RENK MODELİ

#EEC4D5 rengi CMYK tonu (0,18,11,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.65%
  • sarı tonu 10.50%
  • ana renk tonu 6.67%
CMYK:
(0,18,11,7)
C0M18Y11K7 
(0%,18%,11%,7%)
(0.00/0.18/0.11/0.07)	

CMYK yüzdeleri

%0
%17.65
%10.5
%6.67

Codes

Color #EEC4D5 in popluar color models

EEC4D5
RGB238196213
HSL336°55.26%85.10%
HSB/HSV336°17.65%93.33%
CMYK0.00%17.65%10.50%
6.67%

Color #EEC4D5 in popluar number systems.

HEXEEC4D5
Decimal238196213
Binary111011101100010011010101
Octal356304325

Shades and tints

Shades of #EEC4D5

#EEC4D5
(238,196,213)
#D9B3C2
(217,179,194)
#C4A2AF
(196,162,175)
#AF919C
(175,145,156)
#9A8089
(154,128,137)
#856F76
(133,111,118)
#705E63
(112,94,99)
#5B4D50
(91,77,80)
#463C3D
(70,60,61)
#312B2A
(49,43,42)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #EEC4D5

#EEC4D5
(238,196,213)
#EFC9D8
(239,201,216)
#F0CEDB
(240,206,219)
#F1D3DE
(241,211,222)
#F2D8E1
(242,216,225)
#F3DDE4
(243,221,228)
#F4E2E7
(244,226,231)
#F5E7EA
(245,231,234)
#F6ECED
(246,236,237)
#F7F1F0
(247,241,240)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC4D5; }

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

This text font color is #EEC4D5.


Background Color

.myBgColor { background-color: #EEC4D5; }

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

This div background color is #EEC4D5.


Border color

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

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

This div border color is #EEC4D5.


Opacity

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

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

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

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

This text has shadow with #EEC4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC4D5 on black background.


Color preview on white background

This text has color #EEC4D5 on white background.



Black color preview on #EEC4D5 background

This text has black color on #EEC4D5 background.


White color preview on #EEC4D5 background

This text has white color on #EEC4D5 background.