COLOR #EFC6AA

HEX: #EFC6AA
RGB: (239,198,170)

Renk bilgisi

#EFC6AA contains mainly red and green colors. #EFC6AA ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EFC6AA color RGB value is (239,198,170).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 198 of 255 = 78%
B 170 of 255 = 67%

239
198
170

R + G + B ~ 80%. #EFC6AA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 198 + 170 = 607 (100%)
R 239 of 607 ~ 39.37%
G 198 of 607 ~ 32.62%
B 170 of 607 ~ 28.01%

%39.37
%32.62
%28.01

CMYK RENK MODELİ

#EFC6AA rengi CMYK tonu (0,17,29,6).

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

CMYK yüzdeleri

%0
%17.15
%28.87
%6.27

Codes

Color #EFC6AA in popluar color models

EFC6AA
RGB239198170
HSL24°68.32%80.20%
HSB/HSV24°28.87%93.73%
CMYK0.00%17.15%28.87%
6.27%

Color #EFC6AA in popluar number systems.

HEXEFC6AA
Decimal239198170
Binary111011111100011010101010
Octal357306252

Shades and tints

Shades of #EFC6AA

#EFC6AA
(239,198,170)
#DAB49B
(218,180,155)
#C5A28C
(197,162,140)
#B0907D
(176,144,125)
#9B7E6E
(155,126,110)
#866C5F
(134,108,95)
#715A50
(113,90,80)
#5C4841
(92,72,65)
#473632
(71,54,50)
#322423
(50,36,35)
#1D1214
(29,18,20)
#000000
(0,0,0)

Tints of #EFC6AA

#EFC6AA
(239,198,170)
#F0CBB1
(240,203,177)
#F1D0B8
(241,208,184)
#F2D5BF
(242,213,191)
#F3DAC6
(243,218,198)
#F4DFCD
(244,223,205)
#F5E4D4
(245,228,212)
#F6E9DB
(246,233,219)
#F7EEE2
(247,238,226)
#F8F3E9
(248,243,233)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC6AA; }

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

This text font color is #EFC6AA.


Background Color

.myBgColor { background-color: #EFC6AA; }

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

This div background color is #EFC6AA.


Border color

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

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

This div border color is #EFC6AA.


Opacity

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

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

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

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

This text has shadow with #EFC6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC6AA on black background.


Color preview on white background

This text has color #EFC6AA on white background.



Black color preview on #EFC6AA background

This text has black color on #EFC6AA background.


White color preview on #EFC6AA background

This text has white color on #EFC6AA background.