COLOR #EFC8E4

HEX: #EFC8E4
RGB: (239,200,228)

Renk bilgisi

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

RGB renk modeli

#EFC8E4 color RGB value is (239,200,228).

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

RGB bağlantıları ve doygunluk

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

239
200
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 200 + 228 = 667 (100%)
R 239 of 667 ~ 35.83%
G 200 of 667 ~ 29.99%
B 228 of 667 ~ 34.18%

%35.83
%29.99
%34.18

CMYK RENK MODELİ

#EFC8E4 rengi CMYK tonu (0,16,5,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.32%
  • sarı tonu 4.60%
  • ana renk tonu 6.27%
CMYK:
(0,16,5,6)
C0M16Y5K6 
(0%,16%,5%,6%)
(0.00/0.16/0.05/0.06)	

CMYK yüzdeleri

%0
%16.32
%4.6
%6.27

Codes

Color #EFC8E4 in popluar color models

EFC8E4
RGB239200228
HSL317°54.93%86.08%
HSB/HSV317°16.32%93.73%
CMYK0.00%16.32%4.60%
6.27%

Color #EFC8E4 in popluar number systems.

HEXEFC8E4
Decimal239200228
Binary111011111100100011100100
Octal357310344

Shades and tints

Shades of #EFC8E4

#EFC8E4
(239,200,228)
#DAB6D0
(218,182,208)
#C5A4BC
(197,164,188)
#B092A8
(176,146,168)
#9B8094
(155,128,148)
#866E80
(134,110,128)
#715C6C
(113,92,108)
#5C4A58
(92,74,88)
#473844
(71,56,68)
#322630
(50,38,48)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #EFC8E4

#EFC8E4
(239,200,228)
#F0CDE6
(240,205,230)
#F1D2E8
(241,210,232)
#F2D7EA
(242,215,234)
#F3DCEC
(243,220,236)
#F4E1EE
(244,225,238)
#F5E6F0
(245,230,240)
#F6EBF2
(246,235,242)
#F7F0F4
(247,240,244)
#F8F5F6
(248,245,246)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC8E4; }

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

This text font color is #EFC8E4.


Background Color

.myBgColor { background-color: #EFC8E4; }

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

This div background color is #EFC8E4.


Border color

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

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

This div border color is #EFC8E4.


Opacity

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

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

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

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

This text has shadow with #EFC8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC8E4 on black background.


Color preview on white background

This text has color #EFC8E4 on white background.



Black color preview on #EFC8E4 background

This text has black color on #EFC8E4 background.


White color preview on #EFC8E4 background

This text has white color on #EFC8E4 background.