COLOR #EEC5EE

HEX: #EEC5EE
RGB: (238,197,238)

Renk bilgisi

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

RGB renk modeli

#EEC5EE color RGB value is (238,197,238).

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

RGB bağlantıları ve doygunluk

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

238
197
238

R + G + B ~ 88%. #EEC5EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 197 + 238 = 673 (100%)
R 238 of 673 ~ 35.36%
G 197 of 673 ~ 29.27%
B 238 of 673 ~ 35.36%

%35.36
%29.27
%35.36

CMYK RENK MODELİ

#EEC5EE rengi CMYK tonu (0,17,0,7).

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

CMYK yüzdeleri

%0
%17.23
%0
%6.67

Codes

Color #EEC5EE in popluar color models

EEC5EE
RGB238197238
HSL300°54.67%85.29%
HSB/HSV300°17.23%93.33%
CMYK0.00%17.23%0.00%
6.67%

Color #EEC5EE in popluar number systems.

HEXEEC5EE
Decimal238197238
Binary111011101100010111101110
Octal356305356

Shades and tints

Shades of #EEC5EE

#EEC5EE
(238,197,238)
#D9B4D9
(217,180,217)
#C4A3C4
(196,163,196)
#AF92AF
(175,146,175)
#9A819A
(154,129,154)
#857085
(133,112,133)
#705F70
(112,95,112)
#5B4E5B
(91,78,91)
#463D46
(70,61,70)
#312C31
(49,44,49)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #EEC5EE

#EEC5EE
(238,197,238)
#EFCAEF
(239,202,239)
#F0CFF0
(240,207,240)
#F1D4F1
(241,212,241)
#F2D9F2
(242,217,242)
#F3DEF3
(243,222,243)
#F4E3F4
(244,227,244)
#F5E8F5
(245,232,245)
#F6EDF6
(246,237,246)
#F7F2F7
(247,242,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC5EE; }

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

This text font color is #EEC5EE.


Background Color

.myBgColor { background-color: #EEC5EE; }

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

This div background color is #EEC5EE.


Border color

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

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

This div border color is #EEC5EE.


Opacity

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

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

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

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

This text has shadow with #EEC5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC5EE on black background.


Color preview on white background

This text has color #EEC5EE on white background.



Black color preview on #EEC5EE background

This text has black color on #EEC5EE background.


White color preview on #EEC5EE background

This text has white color on #EEC5EE background.