COLOR #EEC6E6

HEX: #EEC6E6
RGB: (238,198,230)

Renk bilgisi

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

RGB renk modeli

#EEC6E6 color RGB value is (238,198,230).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 198 of 255 = 78%
B 230 of 255 = 90%

238
198
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 198 + 230 = 666 (100%)
R 238 of 666 ~ 35.74%
G 198 of 666 ~ 29.73%
B 230 of 666 ~ 34.53%

%35.74
%29.73
%34.53

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.81%
  • 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
%16.81
%3.36
%6.67

Codes

Color #EEC6E6 in popluar color models

EEC6E6
RGB238198230
HSL312°54.05%85.49%
HSB/HSV312°16.81%93.33%
CMYK0.00%16.81%3.36%
6.67%

Color #EEC6E6 in popluar number systems.

HEXEEC6E6
Decimal238198230
Binary111011101100011011100110
Octal356306346

Shades and tints

Shades of #EEC6E6

#EEC6E6
(238,198,230)
#D9B4D2
(217,180,210)
#C4A2BE
(196,162,190)
#AF90AA
(175,144,170)
#9A7E96
(154,126,150)
#856C82
(133,108,130)
#705A6E
(112,90,110)
#5B485A
(91,72,90)
#463646
(70,54,70)
#312432
(49,36,50)
#1C121E
(28,18,30)
#000000
(0,0,0)

Tints of #EEC6E6

#EEC6E6
(238,198,230)
#EFCBE8
(239,203,232)
#F0D0EA
(240,208,234)
#F1D5EC
(241,213,236)
#F2DAEE
(242,218,238)
#F3DFF0
(243,223,240)
#F4E4F2
(244,228,242)
#F5E9F4
(245,233,244)
#F6EEF6
(246,238,246)
#F7F3F8
(247,243,248)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC6E6; }

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

This text font color is #EEC6E6.


Background Color

.myBgColor { background-color: #EEC6E6; }

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

This div background color is #EEC6E6.


Border color

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

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

This div border color is #EEC6E6.


Opacity

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

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

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

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

This text has shadow with #EEC6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC6E6 on black background.


Color preview on white background

This text has color #EEC6E6 on white background.



Black color preview on #EEC6E6 background

This text has black color on #EEC6E6 background.


White color preview on #EEC6E6 background

This text has white color on #EEC6E6 background.