COLOR #EFC7E4

HEX: #EFC7E4
RGB: (239,199,228)

Renk bilgisi

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

RGB renk modeli

#EFC7E4 color RGB value is (239,199,228).

  • kırmız ton 239;
  • yeşil ton 199;
  • mavi ton 228.
RGB:
(239,199,228)
(94%,78%,89%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 199 of 255 = 78%
B 228 of 255 = 89%

239
199
228

R + G + B ~ 87%. #EFC7E4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 199 + 228 = 666 (100%)
R 239 of 666 ~ 35.89%
G 199 of 666 ~ 29.88%
B 228 of 666 ~ 34.23%

%35.89
%29.88
%34.23

CMYK RENK MODELİ

#EFC7E4 rengi CMYK tonu (0,17,5,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.74%
  • sarı tonu 4.60%
  • ana renk tonu 6.27%
CMYK:
(0,17,5,6)
C0M17Y5K6 
(0%,17%,5%,6%)
(0.00/0.17/0.05/0.06)	

CMYK yüzdeleri

%0
%16.74
%4.6
%6.27

Codes

Color #EFC7E4 in popluar color models

EFC7E4
RGB239199228
HSL317°55.56%85.88%
HSB/HSV317°16.74%93.73%
CMYK0.00%16.74%4.60%
6.27%

Color #EFC7E4 in popluar number systems.

HEXEFC7E4
Decimal239199228
Binary111011111100011111100100
Octal357307344

Shades and tints

Shades of #EFC7E4

#EFC7E4
(239,199,228)
#DAB5D0
(218,181,208)
#C5A3BC
(197,163,188)
#B091A8
(176,145,168)
#9B7F94
(155,127,148)
#866D80
(134,109,128)
#715B6C
(113,91,108)
#5C4958
(92,73,88)
#473744
(71,55,68)
#322530
(50,37,48)
#1D131C
(29,19,28)
#000000
(0,0,0)

Tints of #EFC7E4

#EFC7E4
(239,199,228)
#F0CCE6
(240,204,230)
#F1D1E8
(241,209,232)
#F2D6EA
(242,214,234)
#F3DBEC
(243,219,236)
#F4E0EE
(244,224,238)
#F5E5F0
(245,229,240)
#F6EAF2
(246,234,242)
#F7EFF4
(247,239,244)
#F8F4F6
(248,244,246)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC7E4 color. Also use rgb(239,199,228) instead hex code.

Text Font Color

.myTextColor { color: #EFC7E4; }

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

This text font color is #EFC7E4.


Background Color

.myBgColor { background-color: #EFC7E4; }

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

This div background color is #EFC7E4.


Border color

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

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

This div border color is #EFC7E4.


Opacity

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

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

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

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

This text has shadow with #EFC7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC7E4 on black background.


Color preview on white background

This text has color #EFC7E4 on white background.



Black color preview on #EFC7E4 background

This text has black color on #EFC7E4 background.


White color preview on #EFC7E4 background

This text has white color on #EFC7E4 background.