COLOR #E7C7DB

HEX: #E7C7DB
RGB: (231,199,219)

Renk bilgisi

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

RGB renk modeli

#E7C7DB color RGB value is (231,199,219).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 199 of 255 = 78%
B 219 of 255 = 86%

231
199
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 199 + 219 = 649 (100%)
R 231 of 649 ~ 35.59%
G 199 of 649 ~ 30.66%
B 219 of 649 ~ 33.74%

%35.59
%30.66
%33.74

CMYK RENK MODELİ

#E7C7DB rengi CMYK tonu (0,14,5,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.85%
  • sarı tonu 5.19%
  • ana renk tonu 9.41%
CMYK:
(0,14,5,9)
C0M14Y5K9 
(0%,14%,5%,9%)
(0.00/0.14/0.05/0.09)	

CMYK yüzdeleri

%0
%13.85
%5.19
%9.41

Codes

Color #E7C7DB in popluar color models

E7C7DB
RGB231199219
HSL323°40.00%84.31%
HSB/HSV323°13.85%90.59%
CMYK0.00%13.85%5.19%
9.41%

Color #E7C7DB in popluar number systems.

HEXE7C7DB
Decimal231199219
Binary111001111100011111011011
Octal347307333

Shades and tints

Shades of #E7C7DB

#E7C7DB
(231,199,219)
#D2B5C8
(210,181,200)
#BDA3B5
(189,163,181)
#A891A2
(168,145,162)
#937F8F
(147,127,143)
#7E6D7C
(126,109,124)
#695B69
(105,91,105)
#544956
(84,73,86)
#3F3743
(63,55,67)
#2A2530
(42,37,48)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #E7C7DB

#E7C7DB
(231,199,219)
#E9CCDE
(233,204,222)
#EBD1E1
(235,209,225)
#EDD6E4
(237,214,228)
#EFDBE7
(239,219,231)
#F1E0EA
(241,224,234)
#F3E5ED
(243,229,237)
#F5EAF0
(245,234,240)
#F7EFF3
(247,239,243)
#F9F4F6
(249,244,246)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C7DB; }

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

This text font color is #E7C7DB.


Background Color

.myBgColor { background-color: #E7C7DB; }

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

This div background color is #E7C7DB.


Border color

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

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

This div border color is #E7C7DB.


Opacity

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

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

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

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

This text has shadow with #E7C7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C7DB on black background.


Color preview on white background

This text has color #E7C7DB on white background.



Black color preview on #E7C7DB background

This text has black color on #E7C7DB background.


White color preview on #E7C7DB background

This text has white color on #E7C7DB background.