COLOR #E7C2DD

HEX: #E7C2DD
RGB: (231,194,221)

Renk bilgisi

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

RGB renk modeli

#E7C2DD color RGB value is (231,194,221).

  • kırmız ton 231;
  • yeşil ton 194;
  • mavi ton 221.
RGB:
(231,194,221)
(91%,76%,87%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 194 of 255 = 76%
B 221 of 255 = 87%

231
194
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 194 + 221 = 646 (100%)
R 231 of 646 ~ 35.76%
G 194 of 646 ~ 30.03%
B 221 of 646 ~ 34.21%

%35.76
%30.03
%34.21

CMYK RENK MODELİ

#E7C2DD rengi CMYK tonu (0,16,4,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.02%
  • sarı tonu 4.33%
  • ana renk tonu 9.41%
CMYK:
(0,16,4,9)
C0M16Y4K9 
(0%,16%,4%,9%)
(0.00/0.16/0.04/0.09)	

CMYK yüzdeleri

%0
%16.02
%4.33
%9.41

Codes

Color #E7C2DD in popluar color models

E7C2DD
RGB231194221
HSL316°43.53%83.33%
HSB/HSV316°16.02%90.59%
CMYK0.00%16.02%4.33%
9.41%

Color #E7C2DD in popluar number systems.

HEXE7C2DD
Decimal231194221
Binary111001111100001011011101
Octal347302335

Shades and tints

Shades of #E7C2DD

#E7C2DD
(231,194,221)
#D2B1C9
(210,177,201)
#BDA0B5
(189,160,181)
#A88FA1
(168,143,161)
#937E8D
(147,126,141)
#7E6D79
(126,109,121)
#695C65
(105,92,101)
#544B51
(84,75,81)
#3F3A3D
(63,58,61)
#2A2929
(42,41,41)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #E7C2DD

#E7C2DD
(231,194,221)
#E9C7E0
(233,199,224)
#EBCCE3
(235,204,227)
#EDD1E6
(237,209,230)
#EFD6E9
(239,214,233)
#F1DBEC
(241,219,236)
#F3E0EF
(243,224,239)
#F5E5F2
(245,229,242)
#F7EAF5
(247,234,245)
#F9EFF8
(249,239,248)
#FBF4FB
(251,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C2DD color. Also use rgb(231,194,221) instead hex code.

Text Font Color

.myTextColor { color: #E7C2DD; }

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

This text font color is #E7C2DD.


Background Color

.myBgColor { background-color: #E7C2DD; }

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

This div background color is #E7C2DD.


Border color

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

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

This div border color is #E7C2DD.


Opacity

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

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

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

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

This text has shadow with #E7C2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C2DD on black background.


Color preview on white background

This text has color #E7C2DD on white background.



Black color preview on #E7C2DD background

This text has black color on #E7C2DD background.


White color preview on #E7C2DD background

This text has white color on #E7C2DD background.