COLOR #E6CCDC

HEX: #E6CCDC
RGB: (230,204,220)

Renk bilgisi

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

RGB renk modeli

#E6CCDC color RGB value is (230,204,220).

  • kırmız ton 230;
  • yeşil ton 204;
  • mavi ton 220.
RGB:
(230,204,220)
(90%,80%,86%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 204 of 255 = 80%
B 220 of 255 = 86%

230
204
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 204 + 220 = 654 (100%)
R 230 of 654 ~ 35.17%
G 204 of 654 ~ 31.19%
B 220 of 654 ~ 33.64%

%35.17
%31.19
%33.64

CMYK RENK MODELİ

#E6CCDC rengi CMYK tonu (0,11,4,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.30%
  • sarı tonu 4.35%
  • ana renk tonu 9.80%
CMYK:
(0,11,4,10)
C0M11Y4K10 
(0%,11%,4%,10%)
(0.00/0.11/0.04/0.10)	

CMYK yüzdeleri

%0
%11.3
%4.35
%9.8

Codes

Color #E6CCDC in popluar color models

E6CCDC
RGB230204220
HSL323°34.21%85.10%
HSB/HSV323°11.30%90.20%
CMYK0.00%11.30%4.35%
9.80%

Color #E6CCDC in popluar number systems.

HEXE6CCDC
Decimal230204220
Binary111001101100110011011100
Octal346314334

Shades and tints

Shades of #E6CCDC

#E6CCDC
(230,204,220)
#D2BAC8
(210,186,200)
#BEA8B4
(190,168,180)
#AA96A0
(170,150,160)
#96848C
(150,132,140)
#827278
(130,114,120)
#6E6064
(110,96,100)
#5A4E50
(90,78,80)
#463C3C
(70,60,60)
#322A28
(50,42,40)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #E6CCDC

#E6CCDC
(230,204,220)
#E8D0DF
(232,208,223)
#EAD4E2
(234,212,226)
#ECD8E5
(236,216,229)
#EEDCE8
(238,220,232)
#F0E0EB
(240,224,235)
#F2E4EE
(242,228,238)
#F4E8F1
(244,232,241)
#F6ECF4
(246,236,244)
#F8F0F7
(248,240,247)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CCDC color. Also use rgb(230,204,220) instead hex code.

Text Font Color

.myTextColor { color: #E6CCDC; }

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

This text font color is #E6CCDC.


Background Color

.myBgColor { background-color: #E6CCDC; }

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

This div background color is #E6CCDC.


Border color

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

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

This div border color is #E6CCDC.


Opacity

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

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

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

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

This text has shadow with #E6CCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CCDC on black background.


Color preview on white background

This text has color #E6CCDC on white background.



Black color preview on #E6CCDC background

This text has black color on #E6CCDC background.


White color preview on #E6CCDC background

This text has white color on #E6CCDC background.