COLOR #EFC6D6

HEX: #EFC6D6
RGB: (239,198,214)

Renk bilgisi

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

RGB renk modeli

#EFC6D6 color RGB value is (239,198,214).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 198 of 255 = 78%
B 214 of 255 = 84%

239
198
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 198 + 214 = 651 (100%)
R 239 of 651 ~ 36.71%
G 198 of 651 ~ 30.41%
B 214 of 651 ~ 32.87%

%36.71
%30.41
%32.87

CMYK RENK MODELİ

#EFC6D6 rengi CMYK tonu (0,17,10,6).

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

CMYK yüzdeleri

%0
%17.15
%10.46
%6.27

Codes

Color #EFC6D6 in popluar color models

EFC6D6
RGB239198214
HSL337°56.16%85.69%
HSB/HSV337°17.15%93.73%
CMYK0.00%17.15%10.46%
6.27%

Color #EFC6D6 in popluar number systems.

HEXEFC6D6
Decimal239198214
Binary111011111100011011010110
Octal357306326

Shades and tints

Shades of #EFC6D6

#EFC6D6
(239,198,214)
#DAB4C3
(218,180,195)
#C5A2B0
(197,162,176)
#B0909D
(176,144,157)
#9B7E8A
(155,126,138)
#866C77
(134,108,119)
#715A64
(113,90,100)
#5C4851
(92,72,81)
#47363E
(71,54,62)
#32242B
(50,36,43)
#1D1218
(29,18,24)
#000000
(0,0,0)

Tints of #EFC6D6

#EFC6D6
(239,198,214)
#F0CBD9
(240,203,217)
#F1D0DC
(241,208,220)
#F2D5DF
(242,213,223)
#F3DAE2
(243,218,226)
#F4DFE5
(244,223,229)
#F5E4E8
(245,228,232)
#F6E9EB
(246,233,235)
#F7EEEE
(247,238,238)
#F8F3F1
(248,243,241)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC6D6; }

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

This text font color is #EFC6D6.


Background Color

.myBgColor { background-color: #EFC6D6; }

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

This div background color is #EFC6D6.


Border color

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

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

This div border color is #EFC6D6.


Opacity

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

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

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

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

This text has shadow with #EFC6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC6D6 on black background.


Color preview on white background

This text has color #EFC6D6 on white background.



Black color preview on #EFC6D6 background

This text has black color on #EFC6D6 background.


White color preview on #EFC6D6 background

This text has white color on #EFC6D6 background.