COLOR #EFC6E0

HEX: #EFC6E0
RGB: (239,198,224)

Renk bilgisi

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

RGB renk modeli

#EFC6E0 color RGB value is (239,198,224).

  • kırmız ton 239;
  • yeşil ton 198;
  • mavi ton 224.
RGB:
(239,198,224)
(94%,78%,88%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 198 of 255 = 78%
B 224 of 255 = 88%

239
198
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 198 + 224 = 661 (100%)
R 239 of 661 ~ 36.16%
G 198 of 661 ~ 29.95%
B 224 of 661 ~ 33.89%

%36.16
%29.95
%33.89

CMYK RENK MODELİ

#EFC6E0 rengi CMYK tonu (0,17,6,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.15%
  • sarı tonu 6.28%
  • ana renk tonu 6.27%
CMYK:
(0,17,6,6)
C0M17Y6K6 
(0%,17%,6%,6%)
(0.00/0.17/0.06/0.06)	

CMYK yüzdeleri

%0
%17.15
%6.28
%6.27

Codes

Color #EFC6E0 in popluar color models

EFC6E0
RGB239198224
HSL322°56.16%85.69%
HSB/HSV322°17.15%93.73%
CMYK0.00%17.15%6.28%
6.27%

Color #EFC6E0 in popluar number systems.

HEXEFC6E0
Decimal239198224
Binary111011111100011011100000
Octal357306340

Shades and tints

Shades of #EFC6E0

#EFC6E0
(239,198,224)
#DAB4CC
(218,180,204)
#C5A2B8
(197,162,184)
#B090A4
(176,144,164)
#9B7E90
(155,126,144)
#866C7C
(134,108,124)
#715A68
(113,90,104)
#5C4854
(92,72,84)
#473640
(71,54,64)
#32242C
(50,36,44)
#1D1218
(29,18,24)
#000000
(0,0,0)

Tints of #EFC6E0

#EFC6E0
(239,198,224)
#F0CBE2
(240,203,226)
#F1D0E4
(241,208,228)
#F2D5E6
(242,213,230)
#F3DAE8
(243,218,232)
#F4DFEA
(244,223,234)
#F5E4EC
(245,228,236)
#F6E9EE
(246,233,238)
#F7EEF0
(247,238,240)
#F8F3F2
(248,243,242)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC6E0 color. Also use rgb(239,198,224) instead hex code.

Text Font Color

.myTextColor { color: #EFC6E0; }

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

This text font color is #EFC6E0.


Background Color

.myBgColor { background-color: #EFC6E0; }

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

This div background color is #EFC6E0.


Border color

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

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

This div border color is #EFC6E0.


Opacity

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

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

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

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

This text has shadow with #EFC6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC6E0 on black background.


Color preview on white background

This text has color #EFC6E0 on white background.



Black color preview on #EFC6E0 background

This text has black color on #EFC6E0 background.


White color preview on #EFC6E0 background

This text has white color on #EFC6E0 background.