COLOR #EFB5C6

HEX: #EFB5C6
RGB: (239,181,198)

Renk bilgisi

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

RGB renk modeli

#EFB5C6 color RGB value is (239,181,198).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 181 of 255 = 71%
B 198 of 255 = 78%

239
181
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 181 + 198 = 618 (100%)
R 239 of 618 ~ 38.67%
G 181 of 618 ~ 29.29%
B 198 of 618 ~ 32.04%

%38.67
%29.29
%32.04

CMYK RENK MODELİ

#EFB5C6 rengi CMYK tonu (0,24,17,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.27%
  • sarı tonu 17.15%
  • ana renk tonu 6.27%
CMYK:
(0,24,17,6)
C0M24Y17K6 
(0%,24%,17%,6%)
(0.00/0.24/0.17/0.06)	

CMYK yüzdeleri

%0
%24.27
%17.15
%6.27

Codes

Color #EFB5C6 in popluar color models

EFB5C6
RGB239181198
HSL342°64.44%82.35%
HSB/HSV342°24.27%93.73%
CMYK0.00%24.27%17.15%
6.27%

Color #EFB5C6 in popluar number systems.

HEXEFB5C6
Decimal239181198
Binary111011111011010111000110
Octal357265306

Shades and tints

Shades of #EFB5C6

#EFB5C6
(239,181,198)
#DAA5B4
(218,165,180)
#C595A2
(197,149,162)
#B08590
(176,133,144)
#9B757E
(155,117,126)
#86656C
(134,101,108)
#71555A
(113,85,90)
#5C4548
(92,69,72)
#473536
(71,53,54)
#322524
(50,37,36)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #EFB5C6

#EFB5C6
(239,181,198)
#F0BBCB
(240,187,203)
#F1C1D0
(241,193,208)
#F2C7D5
(242,199,213)
#F3CDDA
(243,205,218)
#F4D3DF
(244,211,223)
#F5D9E4
(245,217,228)
#F6DFE9
(246,223,233)
#F7E5EE
(247,229,238)
#F8EBF3
(248,235,243)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB5C6; }

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

This text font color is #EFB5C6.


Background Color

.myBgColor { background-color: #EFB5C6; }

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

This div background color is #EFB5C6.


Border color

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

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

This div border color is #EFB5C6.


Opacity

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

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

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

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

This text has shadow with #EFB5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB5C6 on black background.


Color preview on white background

This text has color #EFB5C6 on white background.



Black color preview on #EFB5C6 background

This text has black color on #EFB5C6 background.


White color preview on #EFB5C6 background

This text has white color on #EFB5C6 background.