COLOR #E6D2CC

HEX: #E6D2CC
RGB: (230,210,204)

Renk bilgisi

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

RGB renk modeli

#E6D2CC color RGB value is (230,210,204).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 210 of 255 = 82%
B 204 of 255 = 80%

230
210
204

R + G + B ~ 84%. #E6D2CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 210 + 204 = 644 (100%)
R 230 of 644 ~ 35.71%
G 210 of 644 ~ 32.61%
B 204 of 644 ~ 31.68%

%35.71
%32.61
%31.68

CMYK RENK MODELİ

#E6D2CC rengi CMYK tonu (0,9,11,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.70%
  • sarı tonu 11.30%
  • ana renk tonu 9.80%
CMYK:
(0,9,11,10)
C0M9Y11K10 
(0%,9%,11%,10%)
(0.00/0.09/0.11/0.10)	

CMYK yüzdeleri

%0
%8.7
%11.3
%9.8

Codes

Color #E6D2CC in popluar color models

E6D2CC
RGB230210204
HSL14°34.21%85.10%
HSB/HSV14°11.30%90.20%
CMYK0.00%8.70%11.30%
9.80%

Color #E6D2CC in popluar number systems.

HEXE6D2CC
Decimal230210204
Binary111001101101001011001100
Octal346322314

Shades and tints

Shades of #E6D2CC

#E6D2CC
(230,210,204)
#D2BFBA
(210,191,186)
#BEACA8
(190,172,168)
#AA9996
(170,153,150)
#968684
(150,134,132)
#827372
(130,115,114)
#6E6060
(110,96,96)
#5A4D4E
(90,77,78)
#463A3C
(70,58,60)
#32272A
(50,39,42)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #E6D2CC

#E6D2CC
(230,210,204)
#E8D6D0
(232,214,208)
#EADAD4
(234,218,212)
#ECDED8
(236,222,216)
#EEE2DC
(238,226,220)
#F0E6E0
(240,230,224)
#F2EAE4
(242,234,228)
#F4EEE8
(244,238,232)
#F6F2EC
(246,242,236)
#F8F6F0
(248,246,240)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D2CC; }

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

This text font color is #E6D2CC.


Background Color

.myBgColor { background-color: #E6D2CC; }

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

This div background color is #E6D2CC.


Border color

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

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

This div border color is #E6D2CC.


Opacity

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

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

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

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

This text has shadow with #E6D2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D2CC on black background.


Color preview on white background

This text has color #E6D2CC on white background.



Black color preview on #E6D2CC background

This text has black color on #E6D2CC background.


White color preview on #E6D2CC background

This text has white color on #E6D2CC background.