COLOR #E6D2C5

HEX: #E6D2C5
RGB: (230,210,197)

Renk bilgisi

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

RGB renk modeli

#E6D2C5 color RGB value is (230,210,197).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 210 of 255 = 82%
B 197 of 255 = 77%

230
210
197

R + G + B ~ 83%. #E6D2C5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 210 + 197 = 637 (100%)
R 230 of 637 ~ 36.11%
G 210 of 637 ~ 32.97%
B 197 of 637 ~ 30.93%

%36.11
%32.97
%30.93

CMYK RENK MODELİ

#E6D2C5 rengi CMYK tonu (0,9,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.70%
  • sarı tonu 14.35%
  • ana renk tonu 9.80%
CMYK:
(0,9,14,10)
C0M9Y14K10 
(0%,9%,14%,10%)
(0.00/0.09/0.14/0.10)	

CMYK yüzdeleri

%0
%8.7
%14.35
%9.8

Codes

Color #E6D2C5 in popluar color models

E6D2C5
RGB230210197
HSL24°39.76%83.73%
HSB/HSV24°14.35%90.20%
CMYK0.00%8.70%14.35%
9.80%

Color #E6D2C5 in popluar number systems.

HEXE6D2C5
Decimal230210197
Binary111001101101001011000101
Octal346322305

Shades and tints

Shades of #E6D2C5

#E6D2C5
(230,210,197)
#D2BFB4
(210,191,180)
#BEACA3
(190,172,163)
#AA9992
(170,153,146)
#968681
(150,134,129)
#827370
(130,115,112)
#6E605F
(110,96,95)
#5A4D4E
(90,77,78)
#463A3D
(70,58,61)
#32272C
(50,39,44)
#1E141B
(30,20,27)
#000000
(0,0,0)

Tints of #E6D2C5

#E6D2C5
(230,210,197)
#E8D6CA
(232,214,202)
#EADACF
(234,218,207)
#ECDED4
(236,222,212)
#EEE2D9
(238,226,217)
#F0E6DE
(240,230,222)
#F2EAE3
(242,234,227)
#F4EEE8
(244,238,232)
#F6F2ED
(246,242,237)
#F8F6F2
(248,246,242)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D2C5; }

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

This text font color is #E6D2C5.


Background Color

.myBgColor { background-color: #E6D2C5; }

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

This div background color is #E6D2C5.


Border color

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

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

This div border color is #E6D2C5.


Opacity

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

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

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

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

This text has shadow with #E6D2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D2C5 on black background.


Color preview on white background

This text has color #E6D2C5 on white background.



Black color preview on #E6D2C5 background

This text has black color on #E6D2C5 background.


White color preview on #E6D2C5 background

This text has white color on #E6D2C5 background.