COLOR #ECC7E6

HEX: #ECC7E6
RGB: (236,199,230)

Renk bilgisi

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

RGB renk modeli

#ECC7E6 color RGB value is (236,199,230).

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

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 199 of 255 = 78%
B 230 of 255 = 90%

236
199
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 199 + 230 = 665 (100%)
R 236 of 665 ~ 35.49%
G 199 of 665 ~ 29.92%
B 230 of 665 ~ 34.59%

%35.49
%29.92
%34.59

CMYK RENK MODELİ

#ECC7E6 rengi CMYK tonu (0,16,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.68%
  • sarı tonu 2.54%
  • ana renk tonu 7.45%
CMYK:
(0,16,3,7)
C0M16Y3K7 
(0%,16%,3%,7%)
(0.00/0.16/0.03/0.07)	

CMYK yüzdeleri

%0
%15.68
%2.54
%7.45

Codes

Color #ECC7E6 in popluar color models

ECC7E6
RGB236199230
HSL310°49.33%85.29%
HSB/HSV310°15.68%92.55%
CMYK0.00%15.68%2.54%
7.45%

Color #ECC7E6 in popluar number systems.

HEXECC7E6
Decimal236199230
Binary111011001100011111100110
Octal354307346

Shades and tints

Shades of #ECC7E6

#ECC7E6
(236,199,230)
#D7B5D2
(215,181,210)
#C2A3BE
(194,163,190)
#AD91AA
(173,145,170)
#987F96
(152,127,150)
#836D82
(131,109,130)
#6E5B6E
(110,91,110)
#59495A
(89,73,90)
#443746
(68,55,70)
#2F2532
(47,37,50)
#1A131E
(26,19,30)
#000000
(0,0,0)

Tints of #ECC7E6

#ECC7E6
(236,199,230)
#EDCCE8
(237,204,232)
#EED1EA
(238,209,234)
#EFD6EC
(239,214,236)
#F0DBEE
(240,219,238)
#F1E0F0
(241,224,240)
#F2E5F2
(242,229,242)
#F3EAF4
(243,234,244)
#F4EFF6
(244,239,246)
#F5F4F8
(245,244,248)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC7E6 color. Also use rgb(236,199,230) instead hex code.

Text Font Color

.myTextColor { color: #ECC7E6; }

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

This text font color is #ECC7E6.


Background Color

.myBgColor { background-color: #ECC7E6; }

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

This div background color is #ECC7E6.


Border color

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

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

This div border color is #ECC7E6.


Opacity

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

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

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

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

This text has shadow with #ECC7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC7E6 on black background.


Color preview on white background

This text has color #ECC7E6 on white background.



Black color preview on #ECC7E6 background

This text has black color on #ECC7E6 background.


White color preview on #ECC7E6 background

This text has white color on #ECC7E6 background.