COLOR #EFC9C6

HEX: #EFC9C6
RGB: (239,201,198)

Renk bilgisi

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

RGB renk modeli

#EFC9C6 color RGB value is (239,201,198).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 201 of 255 = 79%
B 198 of 255 = 78%

239
201
198

R + G + B ~ 84%. #EFC9C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 201 + 198 = 638 (100%)
R 239 of 638 ~ 37.46%
G 201 of 638 ~ 31.5%
B 198 of 638 ~ 31.03%

%37.46
%31.5
%31.03

CMYK RENK MODELİ

#EFC9C6 rengi CMYK tonu (0,16,17,6).

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

CMYK yüzdeleri

%0
%15.9
%17.15
%6.27

Codes

Color #EFC9C6 in popluar color models

EFC9C6
RGB239201198
HSL56.16%85.69%
HSB/HSV17.15%93.73%
CMYK0.00%15.90%17.15%
6.27%

Color #EFC9C6 in popluar number systems.

HEXEFC9C6
Decimal239201198
Binary111011111100100111000110
Octal357311306

Shades and tints

Shades of #EFC9C6

#EFC9C6
(239,201,198)
#DAB7B4
(218,183,180)
#C5A5A2
(197,165,162)
#B09390
(176,147,144)
#9B817E
(155,129,126)
#866F6C
(134,111,108)
#715D5A
(113,93,90)
#5C4B48
(92,75,72)
#473936
(71,57,54)
#322724
(50,39,36)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #EFC9C6

#EFC9C6
(239,201,198)
#F0CDCB
(240,205,203)
#F1D1D0
(241,209,208)
#F2D5D5
(242,213,213)
#F3D9DA
(243,217,218)
#F4DDDF
(244,221,223)
#F5E1E4
(245,225,228)
#F6E5E9
(246,229,233)
#F7E9EE
(247,233,238)
#F8EDF3
(248,237,243)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC9C6; }

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

This text font color is #EFC9C6.


Background Color

.myBgColor { background-color: #EFC9C6; }

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

This div background color is #EFC9C6.


Border color

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

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

This div border color is #EFC9C6.


Opacity

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

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

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

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

This text has shadow with #EFC9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC9C6 on black background.


Color preview on white background

This text has color #EFC9C6 on white background.



Black color preview on #EFC9C6 background

This text has black color on #EFC9C6 background.


White color preview on #EFC9C6 background

This text has white color on #EFC9C6 background.