COLOR #EFC5BB

HEX: #EFC5BB
RGB: (239,197,187)

Renk bilgisi

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

RGB renk modeli

#EFC5BB color RGB value is (239,197,187).

  • kırmız ton 239;
  • yeşil ton 197;
  • mavi ton 187.
RGB:
(239,197,187)
(94%,77%,73%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 197 of 255 = 77%
B 187 of 255 = 73%

239
197
187

R + G + B ~ 81%. #EFC5BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 197 + 187 = 623 (100%)
R 239 of 623 ~ 38.36%
G 197 of 623 ~ 31.62%
B 187 of 623 ~ 30.02%

%38.36
%31.62
%30.02

CMYK RENK MODELİ

#EFC5BB rengi CMYK tonu (0,18,22,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.57%
  • sarı tonu 21.76%
  • ana renk tonu 6.27%
CMYK:
(0,18,22,6)
C0M18Y22K6 
(0%,18%,22%,6%)
(0.00/0.18/0.22/0.06)	

CMYK yüzdeleri

%0
%17.57
%21.76
%6.27

Codes

Color #EFC5BB in popluar color models

EFC5BB
RGB239197187
HSL12°61.90%83.53%
HSB/HSV12°21.76%93.73%
CMYK0.00%17.57%21.76%
6.27%

Color #EFC5BB in popluar number systems.

HEXEFC5BB
Decimal239197187
Binary111011111100010110111011
Octal357305273

Shades and tints

Shades of #EFC5BB

#EFC5BB
(239,197,187)
#DAB4AA
(218,180,170)
#C5A399
(197,163,153)
#B09288
(176,146,136)
#9B8177
(155,129,119)
#867066
(134,112,102)
#715F55
(113,95,85)
#5C4E44
(92,78,68)
#473D33
(71,61,51)
#322C22
(50,44,34)
#1D1B11
(29,27,17)
#000000
(0,0,0)

Tints of #EFC5BB

#EFC5BB
(239,197,187)
#F0CAC1
(240,202,193)
#F1CFC7
(241,207,199)
#F2D4CD
(242,212,205)
#F3D9D3
(243,217,211)
#F4DED9
(244,222,217)
#F5E3DF
(245,227,223)
#F6E8E5
(246,232,229)
#F7EDEB
(247,237,235)
#F8F2F1
(248,242,241)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC5BB; }

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

This text font color is #EFC5BB.


Background Color

.myBgColor { background-color: #EFC5BB; }

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

This div background color is #EFC5BB.


Border color

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

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

This div border color is #EFC5BB.


Opacity

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

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

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

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

This text has shadow with #EFC5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC5BB on black background.


Color preview on white background

This text has color #EFC5BB on white background.



Black color preview on #EFC5BB background

This text has black color on #EFC5BB background.


White color preview on #EFC5BB background

This text has white color on #EFC5BB background.