COLOR #E6CDD6

HEX: #E6CDD6
RGB: (230,205,214)

Renk bilgisi

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

RGB renk modeli

#E6CDD6 color RGB value is (230,205,214).

  • kırmız ton 230;
  • yeşil ton 205;
  • mavi ton 214.
RGB:
(230,205,214)
(90%,80%,84%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 205 of 255 = 80%
B 214 of 255 = 84%

230
205
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 205 + 214 = 649 (100%)
R 230 of 649 ~ 35.44%
G 205 of 649 ~ 31.59%
B 214 of 649 ~ 32.97%

%35.44
%31.59
%32.97

CMYK RENK MODELİ

#E6CDD6 rengi CMYK tonu (0,11,7,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.87%
  • sarı tonu 6.96%
  • ana renk tonu 9.80%
CMYK:
(0,11,7,10)
C0M11Y7K10 
(0%,11%,7%,10%)
(0.00/0.11/0.07/0.10)	

CMYK yüzdeleri

%0
%10.87
%6.96
%9.8

Codes

Color #E6CDD6 in popluar color models

E6CDD6
RGB230205214
HSL338°33.33%85.29%
HSB/HSV338°10.87%90.20%
CMYK0.00%10.87%6.96%
9.80%

Color #E6CDD6 in popluar number systems.

HEXE6CDD6
Decimal230205214
Binary111001101100110111010110
Octal346315326

Shades and tints

Shades of #E6CDD6

#E6CDD6
(230,205,214)
#D2BBC3
(210,187,195)
#BEA9B0
(190,169,176)
#AA979D
(170,151,157)
#96858A
(150,133,138)
#827377
(130,115,119)
#6E6164
(110,97,100)
#5A4F51
(90,79,81)
#463D3E
(70,61,62)
#322B2B
(50,43,43)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #E6CDD6

#E6CDD6
(230,205,214)
#E8D1D9
(232,209,217)
#EAD5DC
(234,213,220)
#ECD9DF
(236,217,223)
#EEDDE2
(238,221,226)
#F0E1E5
(240,225,229)
#F2E5E8
(242,229,232)
#F4E9EB
(244,233,235)
#F6EDEE
(246,237,238)
#F8F1F1
(248,241,241)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CDD6 color. Also use rgb(230,205,214) instead hex code.

Text Font Color

.myTextColor { color: #E6CDD6; }

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

This text font color is #E6CDD6.


Background Color

.myBgColor { background-color: #E6CDD6; }

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

This div background color is #E6CDD6.


Border color

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

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

This div border color is #E6CDD6.


Opacity

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

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

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

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

This text has shadow with #E6CDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CDD6 on black background.


Color preview on white background

This text has color #E6CDD6 on white background.



Black color preview on #E6CDD6 background

This text has black color on #E6CDD6 background.


White color preview on #E6CDD6 background

This text has white color on #E6CDD6 background.