COLOR #ECC7FF

HEX: #ECC7FF RGB: (236,199,255)

Renk bilgisi

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

RGB renk modeli

#ECC7FF color RGB value is (236,199,255).

RGB: (236,199,255) (93%, 78%, 100%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 199 of 255 = 78%
B 255 of 255 = 100%

236
199
255

R + G + B ~ 90%. #ECC7FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 236 + 199 + 255 = 690 (100%)
R 236 of 690 ~ 34.2%
G 199 of 690 ~ 28.84%
B 255 of 690 ~ 36.96'%

%34.2
%28.84
%36.96

CMYK RENK MODELİ

#ECC7FF rengi CMYK tonu (7,22,0,0).

  • camgöbeği tonu 7.45%
  • eflatun tonu 21.96%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%

CMYK: (7,22,0,0)
C7M22Y0K0 (7%, 22%, 0%, 0%)
(0.07 / 0.22 / 0.00 / 0.00)

CMYK yüzdeleri

%7.45
%21.96
%0
%0

Codes

Color #ECC7FF in popluar color models

EC C7 FF
RGB 236 199 255
HSL 280° 100.00% 89.02%
HSB/HSV 280° 21.96% 100.00%
CMYK 7.45% 21.96% 0.00%
0.00%

Color #ECC7FF in popluar number systems.

HEX EC C7 FF
Decimal 236 199 255
Binary 11101100 11000111 11111111
Octal 354 307 377

Shades and tints

Shades of #ECC7FF

#ECC7FF
(236,199,255)
#D7B5E8
(215,181,232)
#C2A3D1
(194,163,209)
#AD91BA
(173,145,186)
#987FA3
(152,127,163)
#836D8C
(131,109,140)
#6E5B75
(110,91,117)
#59495E
(89,73,94)
#443747
(68,55,71)
#2F2530
(47,37,48)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #ECC7FF

#ECC7FF
(236,199,255)
#EDCCFF
(237,204,255)
#EED1FF
(238,209,255)
#EFD6FF
(239,214,255)
#F0DBFF
(240,219,255)
#F1E0FF
(241,224,255)
#F2E5FF
(242,229,255)
#F3EAFF
(243,234,255)
#F4EFFF
(244,239,255)
#F5F4FF
(245,244,255)
#F6F9FF
(246,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC7FF; }

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

This text font color is #ECC7FF.

Background Color

.myBgColor { background-color: #ECC7FF; }

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

This div background color is #ECC7FF.

Border color

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

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

This div border color is #ECC7FF.

Opacity

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

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

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

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

This text has shadow with #ECC7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC7FF.

Preview

Color preview on black background

This text has color #ECC7FF on black background.


Color preview on white background

This text has color #ECC7FF on white background.


Black color preview on #ECC7FF background

This text has black color on #ECC7FF background.


White color preview on #ECC7FF background

This text has white color on #ECC7FF background.


Related colors

Complementary color

Complementary color for #hex is #133800.


I love getcolorcode.com

Triadic colors

1 #FFECC7 and #C7FFEC with #ECC7FF are triadic colors.

2 #FFC7EC and #C7ECFF with #ECC7FF are triadic colors.