COLOR #E7C4DA

HEX: #E7C4DA
RGB: (231,196,218)

Renk bilgisi

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

RGB renk modeli

#E7C4DA color RGB value is (231,196,218).

  • kırmız ton 231;
  • yeşil ton 196;
  • mavi ton 218.
RGB:
(231,196,218)
(91%,77%,85%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 196 of 255 = 77%
B 218 of 255 = 85%

231
196
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 196 + 218 = 645 (100%)
R 231 of 645 ~ 35.81%
G 196 of 645 ~ 30.39%
B 218 of 645 ~ 33.8%

%35.81
%30.39
%33.8

CMYK RENK MODELİ

#E7C4DA rengi CMYK tonu (0,15,6,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.15%
  • sarı tonu 5.63%
  • ana renk tonu 9.41%
CMYK:
(0,15,6,9)
C0M15Y6K9 
(0%,15%,6%,9%)
(0.00/0.15/0.06/0.09)	

CMYK yüzdeleri

%0
%15.15
%5.63
%9.41

Codes

Color #E7C4DA in popluar color models

E7C4DA
RGB231196218
HSL322°42.17%83.73%
HSB/HSV322°15.15%90.59%
CMYK0.00%15.15%5.63%
9.41%

Color #E7C4DA in popluar number systems.

HEXE7C4DA
Decimal231196218
Binary111001111100010011011010
Octal347304332

Shades and tints

Shades of #E7C4DA

#E7C4DA
(231,196,218)
#D2B3C7
(210,179,199)
#BDA2B4
(189,162,180)
#A891A1
(168,145,161)
#93808E
(147,128,142)
#7E6F7B
(126,111,123)
#695E68
(105,94,104)
#544D55
(84,77,85)
#3F3C42
(63,60,66)
#2A2B2F
(42,43,47)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #E7C4DA

#E7C4DA
(231,196,218)
#E9C9DD
(233,201,221)
#EBCEE0
(235,206,224)
#EDD3E3
(237,211,227)
#EFD8E6
(239,216,230)
#F1DDE9
(241,221,233)
#F3E2EC
(243,226,236)
#F5E7EF
(245,231,239)
#F7ECF2
(247,236,242)
#F9F1F5
(249,241,245)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C4DA color. Also use rgb(231,196,218) instead hex code.

Text Font Color

.myTextColor { color: #E7C4DA; }

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

This text font color is #E7C4DA.


Background Color

.myBgColor { background-color: #E7C4DA; }

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

This div background color is #E7C4DA.


Border color

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

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

This div border color is #E7C4DA.


Opacity

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

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

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

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

This text has shadow with #E7C4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C4DA on black background.


Color preview on white background

This text has color #E7C4DA on white background.



Black color preview on #E7C4DA background

This text has black color on #E7C4DA background.


White color preview on #E7C4DA background

This text has white color on #E7C4DA background.