COLOR #EFC2F1

HEX: #EFC2F1
RGB: (239,194,241)

Renk bilgisi

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

RGB renk modeli

#EFC2F1 color RGB value is (239,194,241).

  • kırmız ton 239;
  • yeşil ton 194;
  • mavi ton 241.
RGB:
(239,194,241)
(94%,76%,95%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 194 of 255 = 76%
B 241 of 255 = 95%

239
194
241

R + G + B ~ 88%. #EFC2F1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 194 + 241 = 674 (100%)
R 239 of 674 ~ 35.46%
G 194 of 674 ~ 28.78%
B 241 of 674 ~ 35.76%

%35.46
%28.78
%35.76

CMYK RENK MODELİ

#EFC2F1 rengi CMYK tonu (1,20,0,5).

  • camgöbeği tonu 0.83%
  • eflatun tonu 19.50%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(1,20,0,5)
C1M20Y0K5 
(1%,20%,0%,5%)
(0.01/0.20/0.00/0.05)	

CMYK yüzdeleri

%0.83
%19.5
%0
%5.49

Codes

Color #EFC2F1 in popluar color models

EFC2F1
RGB239194241
HSL297°62.67%85.29%
HSB/HSV297°19.50%94.51%
CMYK0.83%19.50%0.00%
5.49%

Color #EFC2F1 in popluar number systems.

HEXEFC2F1
Decimal239194241
Binary111011111100001011110001
Octal357302361

Shades and tints

Shades of #EFC2F1

#EFC2F1
(239,194,241)
#DAB1DC
(218,177,220)
#C5A0C7
(197,160,199)
#B08FB2
(176,143,178)
#9B7E9D
(155,126,157)
#866D88
(134,109,136)
#715C73
(113,92,115)
#5C4B5E
(92,75,94)
#473A49
(71,58,73)
#322934
(50,41,52)
#1D181F
(29,24,31)
#000000
(0,0,0)

Tints of #EFC2F1

#EFC2F1
(239,194,241)
#F0C7F2
(240,199,242)
#F1CCF3
(241,204,243)
#F2D1F4
(242,209,244)
#F3D6F5
(243,214,245)
#F4DBF6
(244,219,246)
#F5E0F7
(245,224,247)
#F6E5F8
(246,229,248)
#F7EAF9
(247,234,249)
#F8EFFA
(248,239,250)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC2F1; }

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

This text font color is #EFC2F1.


Background Color

.myBgColor { background-color: #EFC2F1; }

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

This div background color is #EFC2F1.


Border color

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

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

This div border color is #EFC2F1.


Opacity

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

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

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

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

This text has shadow with #EFC2F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC2F1 on black background.


Color preview on white background

This text has color #EFC2F1 on white background.



Black color preview on #EFC2F1 background

This text has black color on #EFC2F1 background.


White color preview on #EFC2F1 background

This text has white color on #EFC2F1 background.