COLOR #EFC6D7

HEX: #EFC6D7
RGB: (239,198,215)

Renk bilgisi

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

RGB renk modeli

#EFC6D7 color RGB value is (239,198,215).

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

RGB bağlantıları ve doygunluk

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

239
198
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 198 + 215 = 652 (100%)
R 239 of 652 ~ 36.66%
G 198 of 652 ~ 30.37%
B 215 of 652 ~ 32.98%

%36.66
%30.37
%32.98

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.15%
  • sarı tonu 10.04%
  • 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.04
%6.27

Codes

Color #EFC6D7 in popluar color models

EFC6D7
RGB239198215
HSL335°56.16%85.69%
HSB/HSV335°17.15%93.73%
CMYK0.00%17.15%10.04%
6.27%

Color #EFC6D7 in popluar number systems.

HEXEFC6D7
Decimal239198215
Binary111011111100011011010111
Octal357306327

Shades and tints

Shades of #EFC6D7

#EFC6D7
(239,198,215)
#DAB4C4
(218,180,196)
#C5A2B1
(197,162,177)
#B0909E
(176,144,158)
#9B7E8B
(155,126,139)
#866C78
(134,108,120)
#715A65
(113,90,101)
#5C4852
(92,72,82)
#47363F
(71,54,63)
#32242C
(50,36,44)
#1D1219
(29,18,25)
#000000
(0,0,0)

Tints of #EFC6D7

#EFC6D7
(239,198,215)
#F0CBDA
(240,203,218)
#F1D0DD
(241,208,221)
#F2D5E0
(242,213,224)
#F3DAE3
(243,218,227)
#F4DFE6
(244,223,230)
#F5E4E9
(245,228,233)
#F6E9EC
(246,233,236)
#F7EEEF
(247,238,239)
#F8F3F2
(248,243,242)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC6D7; }

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

This text font color is #EFC6D7.


Background Color

.myBgColor { background-color: #EFC6D7; }

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

This div background color is #EFC6D7.


Border color

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

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

This div border color is #EFC6D7.


Opacity

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

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

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

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

This text has shadow with #EFC6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC6D7 on black background.


Color preview on white background

This text has color #EFC6D7 on white background.



Black color preview on #EFC6D7 background

This text has black color on #EFC6D7 background.


White color preview on #EFC6D7 background

This text has white color on #EFC6D7 background.