COLOR #E7C4DB

HEX: #E7C4DB
RGB: (231,196,219)

Renk bilgisi

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

RGB renk modeli

#E7C4DB color RGB value is (231,196,219).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 196 of 255 = 77%
B 219 of 255 = 86%

231
196
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 196 + 219 = 646 (100%)
R 231 of 646 ~ 35.76%
G 196 of 646 ~ 30.34%
B 219 of 646 ~ 33.9%

%35.76
%30.34
%33.9

CMYK RENK MODELİ

#E7C4DB rengi CMYK tonu (0,15,5,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.15%
  • sarı tonu 5.19%
  • ana renk tonu 9.41%
CMYK:
(0,15,5,9)
C0M15Y5K9 
(0%,15%,5%,9%)
(0.00/0.15/0.05/0.09)	

CMYK yüzdeleri

%0
%15.15
%5.19
%9.41

Codes

Color #E7C4DB in popluar color models

E7C4DB
RGB231196219
HSL321°42.17%83.73%
HSB/HSV321°15.15%90.59%
CMYK0.00%15.15%5.19%
9.41%

Color #E7C4DB in popluar number systems.

HEXE7C4DB
Decimal231196219
Binary111001111100010011011011
Octal347304333

Shades and tints

Shades of #E7C4DB

#E7C4DB
(231,196,219)
#D2B3C8
(210,179,200)
#BDA2B5
(189,162,181)
#A891A2
(168,145,162)
#93808F
(147,128,143)
#7E6F7C
(126,111,124)
#695E69
(105,94,105)
#544D56
(84,77,86)
#3F3C43
(63,60,67)
#2A2B30
(42,43,48)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #E7C4DB

#E7C4DB
(231,196,219)
#E9C9DE
(233,201,222)
#EBCEE1
(235,206,225)
#EDD3E4
(237,211,228)
#EFD8E7
(239,216,231)
#F1DDEA
(241,221,234)
#F3E2ED
(243,226,237)
#F5E7F0
(245,231,240)
#F7ECF3
(247,236,243)
#F9F1F6
(249,241,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C4DB; }

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

This text font color is #E7C4DB.


Background Color

.myBgColor { background-color: #E7C4DB; }

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

This div background color is #E7C4DB.


Border color

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

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

This div border color is #E7C4DB.


Opacity

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

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

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

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

This text has shadow with #E7C4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C4DB on black background.


Color preview on white background

This text has color #E7C4DB on white background.



Black color preview on #E7C4DB background

This text has black color on #E7C4DB background.


White color preview on #E7C4DB background

This text has white color on #E7C4DB background.