COLOR #EEC5E6

HEX: #EEC5E6
RGB: (238,197,230)

Renk bilgisi

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

RGB renk modeli

#EEC5E6 color RGB value is (238,197,230).

  • kırmız ton 238;
  • yeşil ton 197;
  • mavi ton 230.
RGB:
(238,197,230)
(93%,77%,90%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 197 of 255 = 77%
B 230 of 255 = 90%

238
197
230

R + G + B ~ 87%. #EEC5E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 197 + 230 = 665 (100%)
R 238 of 665 ~ 35.79%
G 197 of 665 ~ 29.62%
B 230 of 665 ~ 34.59%

%35.79
%29.62
%34.59

CMYK RENK MODELİ

#EEC5E6 rengi CMYK tonu (0,17,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.23%
  • sarı tonu 3.36%
  • ana renk tonu 6.67%
CMYK:
(0,17,3,7)
C0M17Y3K7 
(0%,17%,3%,7%)
(0.00/0.17/0.03/0.07)	

CMYK yüzdeleri

%0
%17.23
%3.36
%6.67

Codes

Color #EEC5E6 in popluar color models

EEC5E6
RGB238197230
HSL312°54.67%85.29%
HSB/HSV312°17.23%93.33%
CMYK0.00%17.23%3.36%
6.67%

Color #EEC5E6 in popluar number systems.

HEXEEC5E6
Decimal238197230
Binary111011101100010111100110
Octal356305346

Shades and tints

Shades of #EEC5E6

#EEC5E6
(238,197,230)
#D9B4D2
(217,180,210)
#C4A3BE
(196,163,190)
#AF92AA
(175,146,170)
#9A8196
(154,129,150)
#857082
(133,112,130)
#705F6E
(112,95,110)
#5B4E5A
(91,78,90)
#463D46
(70,61,70)
#312C32
(49,44,50)
#1C1B1E
(28,27,30)
#000000
(0,0,0)

Tints of #EEC5E6

#EEC5E6
(238,197,230)
#EFCAE8
(239,202,232)
#F0CFEA
(240,207,234)
#F1D4EC
(241,212,236)
#F2D9EE
(242,217,238)
#F3DEF0
(243,222,240)
#F4E3F2
(244,227,242)
#F5E8F4
(245,232,244)
#F6EDF6
(246,237,246)
#F7F2F8
(247,242,248)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC5E6 color. Also use rgb(238,197,230) instead hex code.

Text Font Color

.myTextColor { color: #EEC5E6; }

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

This text font color is #EEC5E6.


Background Color

.myBgColor { background-color: #EEC5E6; }

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

This div background color is #EEC5E6.


Border color

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

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

This div border color is #EEC5E6.


Opacity

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

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

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

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

This text has shadow with #EEC5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC5E6 on black background.


Color preview on white background

This text has color #EEC5E6 on white background.



Black color preview on #EEC5E6 background

This text has black color on #EEC5E6 background.


White color preview on #EEC5E6 background

This text has white color on #EEC5E6 background.