COLOR #E7CADC

HEX: #E7CADC
RGB: (231,202,220)

Renk bilgisi

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

RGB renk modeli

#E7CADC color RGB value is (231,202,220).

  • kırmız ton 231;
  • yeşil ton 202;
  • mavi ton 220.
RGB:
(231,202,220)
(91%,79%,86%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 202 of 255 = 79%
B 220 of 255 = 86%

231
202
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 202 + 220 = 653 (100%)
R 231 of 653 ~ 35.38%
G 202 of 653 ~ 30.93%
B 220 of 653 ~ 33.69%

%35.38
%30.93
%33.69

CMYK RENK MODELİ

#E7CADC rengi CMYK tonu (0,13,5,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.55%
  • sarı tonu 4.76%
  • ana renk tonu 9.41%
CMYK:
(0,13,5,9)
C0M13Y5K9 
(0%,13%,5%,9%)
(0.00/0.13/0.05/0.09)	

CMYK yüzdeleri

%0
%12.55
%4.76
%9.41

Codes

Color #E7CADC in popluar color models

E7CADC
RGB231202220
HSL323°37.66%84.90%
HSB/HSV323°12.55%90.59%
CMYK0.00%12.55%4.76%
9.41%

Color #E7CADC in popluar number systems.

HEXE7CADC
Decimal231202220
Binary111001111100101011011100
Octal347312334

Shades and tints

Shades of #E7CADC

#E7CADC
(231,202,220)
#D2B8C8
(210,184,200)
#BDA6B4
(189,166,180)
#A894A0
(168,148,160)
#93828C
(147,130,140)
#7E7078
(126,112,120)
#695E64
(105,94,100)
#544C50
(84,76,80)
#3F3A3C
(63,58,60)
#2A2828
(42,40,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #E7CADC

#E7CADC
(231,202,220)
#E9CEDF
(233,206,223)
#EBD2E2
(235,210,226)
#EDD6E5
(237,214,229)
#EFDAE8
(239,218,232)
#F1DEEB
(241,222,235)
#F3E2EE
(243,226,238)
#F5E6F1
(245,230,241)
#F7EAF4
(247,234,244)
#F9EEF7
(249,238,247)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CADC color. Also use rgb(231,202,220) instead hex code.

Text Font Color

.myTextColor { color: #E7CADC; }

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

This text font color is #E7CADC.


Background Color

.myBgColor { background-color: #E7CADC; }

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

This div background color is #E7CADC.


Border color

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

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

This div border color is #E7CADC.


Opacity

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

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

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

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

This text has shadow with #E7CADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CADC on black background.


Color preview on white background

This text has color #E7CADC on white background.



Black color preview on #E7CADC background

This text has black color on #E7CADC background.


White color preview on #E7CADC background

This text has white color on #E7CADC background.