COLOR #EEC5DD

HEX: #EEC5DD
RGB: (238,197,221)

Renk bilgisi

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

RGB renk modeli

#EEC5DD color RGB value is (238,197,221).

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

RGB bağlantıları ve doygunluk

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

238
197
221

R + G + B ~ 86%. #EEC5DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 197 + 221 = 656 (100%)
R 238 of 656 ~ 36.28%
G 197 of 656 ~ 30.03%
B 221 of 656 ~ 33.69%

%36.28
%30.03
%33.69

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%17.23
%7.14
%6.67

Codes

Color #EEC5DD in popluar color models

EEC5DD
RGB238197221
HSL325°54.67%85.29%
HSB/HSV325°17.23%93.33%
CMYK0.00%17.23%7.14%
6.67%

Color #EEC5DD in popluar number systems.

HEXEEC5DD
Decimal238197221
Binary111011101100010111011101
Octal356305335

Shades and tints

Shades of #EEC5DD

#EEC5DD
(238,197,221)
#D9B4C9
(217,180,201)
#C4A3B5
(196,163,181)
#AF92A1
(175,146,161)
#9A818D
(154,129,141)
#857079
(133,112,121)
#705F65
(112,95,101)
#5B4E51
(91,78,81)
#463D3D
(70,61,61)
#312C29
(49,44,41)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #EEC5DD

#EEC5DD
(238,197,221)
#EFCAE0
(239,202,224)
#F0CFE3
(240,207,227)
#F1D4E6
(241,212,230)
#F2D9E9
(242,217,233)
#F3DEEC
(243,222,236)
#F4E3EF
(244,227,239)
#F5E8F2
(245,232,242)
#F6EDF5
(246,237,245)
#F7F2F8
(247,242,248)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC5DD; }

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

This text font color is #EEC5DD.


Background Color

.myBgColor { background-color: #EEC5DD; }

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

This div background color is #EEC5DD.


Border color

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

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

This div border color is #EEC5DD.


Opacity

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

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

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

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

This text has shadow with #EEC5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC5DD on black background.


Color preview on white background

This text has color #EEC5DD on white background.



Black color preview on #EEC5DD background

This text has black color on #EEC5DD background.


White color preview on #EEC5DD background

This text has white color on #EEC5DD background.