COLOR #E6CCC4

HEX: #E6CCC4 RGB: (230,204,196)

Renk bilgisi

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

RGB renk modeli

#E6CCC4 color RGB value is (230,204,196).

RGB: (230,204,196) (90%, 80%, 77%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 204 of 255 = 80%
B 196 of 255 = 77%

230
204
196

R + G + B ~ 82%. #E6CCC4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 230 + 204 + 196 = 630 (100%)
R 230 of 630 ~ 36.51%
G 204 of 630 ~ 32.38%
B 196 of 630 ~ 31.11'%

%36.51
%32.38
%31.11

CMYK RENK MODELİ

#E6CCC4 rengi CMYK tonu (0,11,15,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.30%
  • sarı tonu 14.78%
  • ana renk tonu 9.80%

CMYK: (0,11,15,10)
C0M11Y15K10 (0%, 11%, 15%, 10%)
(0.00 / 0.11 / 0.15 / 0.10)

CMYK yüzdeleri

%0
%11.3
%14.78
%9.8

Codes

Color #E6CCC4 in popluar color models

E6 CC C4
RGB 230 204 196
HSL 14° 40.48% 83.53%
HSB/HSV 14° 14.78% 90.20%
CMYK 0.00% 11.30% 14.78%
9.80%

Color #E6CCC4 in popluar number systems.

HEX E6 CC C4
Decimal 230 204 196
Binary 11100110 11001100 11000100
Octal 346 314 304

Shades and tints

Shades of #E6CCC4

#E6CCC4
(230,204,196)
#D2BAB3
(210,186,179)
#BEA8A2
(190,168,162)
#AA9691
(170,150,145)
#968480
(150,132,128)
#82726F
(130,114,111)
#6E605E
(110,96,94)
#5A4E4D
(90,78,77)
#463C3C
(70,60,60)
#322A2B
(50,42,43)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6CCC4

#E6CCC4
(230,204,196)
#E8D0C9
(232,208,201)
#EAD4CE
(234,212,206)
#ECD8D3
(236,216,211)
#EEDCD8
(238,220,216)
#F0E0DD
(240,224,221)
#F2E4E2
(242,228,226)
#F4E8E7
(244,232,231)
#F6ECEC
(246,236,236)
#F8F0F1
(248,240,241)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CCC4; }

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

This text font color is #E6CCC4.

Background Color

.myBgColor { background-color: #E6CCC4; }

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

This div background color is #E6CCC4.

Border color

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

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

This div border color is #E6CCC4.

Opacity

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

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

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

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

This text has shadow with #E6CCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CCC4.

Preview

Color preview on black background

This text has color #E6CCC4 on black background.


Color preview on white background

This text has color #E6CCC4 on white background.


Black color preview on #E6CCC4 background

This text has black color on #E6CCC4 background.


White color preview on #E6CCC4 background

This text has white color on #E6CCC4 background.


Related colors

Complementary color

Complementary color for #hex is #19333B.


I love getcolorcode.com

Triadic colors

1 #C4E6CC and #CCC4E6 with #E6CCC4 are triadic colors.

2 #C4CCE6 and #CCE6C4 with #E6CCC4 are triadic colors.