COLOR #EEC7DA

HEX: #EEC7DA
RGB: (238,199,218)

Renk bilgisi

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

RGB renk modeli

#EEC7DA color RGB value is (238,199,218).

  • kırmız ton 238;
  • yeşil ton 199;
  • mavi ton 218.
RGB:
(238,199,218)
(93%,78%,85%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 199 of 255 = 78%
B 218 of 255 = 85%

238
199
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 199 + 218 = 655 (100%)
R 238 of 655 ~ 36.34%
G 199 of 655 ~ 30.38%
B 218 of 655 ~ 33.28%

%36.34
%30.38
%33.28

CMYK RENK MODELİ

#EEC7DA rengi CMYK tonu (0,16,8,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.39%
  • sarı tonu 8.40%
  • ana renk tonu 6.67%
CMYK:
(0,16,8,7)
C0M16Y8K7 
(0%,16%,8%,7%)
(0.00/0.16/0.08/0.07)	

CMYK yüzdeleri

%0
%16.39
%8.4
%6.67

Codes

Color #EEC7DA in popluar color models

EEC7DA
RGB238199218
HSL331°53.42%85.69%
HSB/HSV331°16.39%93.33%
CMYK0.00%16.39%8.40%
6.67%

Color #EEC7DA in popluar number systems.

HEXEEC7DA
Decimal238199218
Binary111011101100011111011010
Octal356307332

Shades and tints

Shades of #EEC7DA

#EEC7DA
(238,199,218)
#D9B5C7
(217,181,199)
#C4A3B4
(196,163,180)
#AF91A1
(175,145,161)
#9A7F8E
(154,127,142)
#856D7B
(133,109,123)
#705B68
(112,91,104)
#5B4955
(91,73,85)
#463742
(70,55,66)
#31252F
(49,37,47)
#1C131C
(28,19,28)
#000000
(0,0,0)

Tints of #EEC7DA

#EEC7DA
(238,199,218)
#EFCCDD
(239,204,221)
#F0D1E0
(240,209,224)
#F1D6E3
(241,214,227)
#F2DBE6
(242,219,230)
#F3E0E9
(243,224,233)
#F4E5EC
(244,229,236)
#F5EAEF
(245,234,239)
#F6EFF2
(246,239,242)
#F7F4F5
(247,244,245)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC7DA; }

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

This text font color is #EEC7DA.


Background Color

.myBgColor { background-color: #EEC7DA; }

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

This div background color is #EEC7DA.


Border color

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

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

This div border color is #EEC7DA.


Opacity

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

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

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

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

This text has shadow with #EEC7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC7DA on black background.


Color preview on white background

This text has color #EEC7DA on white background.



Black color preview on #EEC7DA background

This text has black color on #EEC7DA background.


White color preview on #EEC7DA background

This text has white color on #EEC7DA background.