COLOR #EFC7C7

HEX: #EFC7C7
RGB: (239,199,199)

Renk bilgisi

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

RGB renk modeli

#EFC7C7 color RGB value is (239,199,199).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 199 of 255 = 78%
B 199 of 255 = 78%

239
199
199

R + G + B ~ 83%. #EFC7C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 199 + 199 = 637 (100%)
R 239 of 637 ~ 37.52%
G 199 of 637 ~ 31.24%
B 199 of 637 ~ 31.24%

%37.52
%31.24
%31.24

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%16.74
%16.74
%6.27

Codes

Color #EFC7C7 in popluar color models

EFC7C7
RGB239199199
HSL55.56%85.88%
HSB/HSV16.74%93.73%
CMYK0.00%16.74%16.74%
6.27%

Color #EFC7C7 in popluar number systems.

HEXEFC7C7
Decimal239199199
Binary111011111100011111000111
Octal357307307

Shades and tints

Shades of #EFC7C7

#EFC7C7
(239,199,199)
#DAB5B5
(218,181,181)
#C5A3A3
(197,163,163)
#B09191
(176,145,145)
#9B7F7F
(155,127,127)
#866D6D
(134,109,109)
#715B5B
(113,91,91)
#5C4949
(92,73,73)
#473737
(71,55,55)
#322525
(50,37,37)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #EFC7C7

#EFC7C7
(239,199,199)
#F0CCCC
(240,204,204)
#F1D1D1
(241,209,209)
#F2D6D6
(242,214,214)
#F3DBDB
(243,219,219)
#F4E0E0
(244,224,224)
#F5E5E5
(245,229,229)
#F6EAEA
(246,234,234)
#F7EFEF
(247,239,239)
#F8F4F4
(248,244,244)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7C7; }

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

This text font color is #EFC7C7.


Background Color

.myBgColor { background-color: #EFC7C7; }

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

This div background color is #EFC7C7.


Border color

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

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

This div border color is #EFC7C7.


Opacity

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

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

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

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

This text has shadow with #EFC7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC7C7 on black background.


Color preview on white background

This text has color #EFC7C7 on white background.



Black color preview on #EFC7C7 background

This text has black color on #EFC7C7 background.


White color preview on #EFC7C7 background

This text has white color on #EFC7C7 background.