COLOR #EFC5FC

HEX: #EFC5FC
RGB: (239,197,252)

Renk bilgisi

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

RGB renk modeli

#EFC5FC color RGB value is (239,197,252).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 197 of 255 = 77%
B 252 of 255 = 99%

239
197
252

R + G + B ~ 90%. #EFC5FC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 197 + 252 = 688 (100%)
R 239 of 688 ~ 34.74%
G 197 of 688 ~ 28.63%
B 252 of 688 ~ 36.63%

%34.74
%28.63
%36.63

CMYK RENK MODELİ

#EFC5FC rengi CMYK tonu (5,22,0,1).

  • camgöbeği tonu 5.16%
  • eflatun tonu 21.83%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(5,22,0,1)
C5M22Y0K1 
(5%,22%,0%,1%)
(0.05/0.22/0.00/0.01)	

CMYK yüzdeleri

%5.16
%21.83
%0
%1.18

Codes

Color #EFC5FC in popluar color models

EFC5FC
RGB239197252
HSL286°90.16%88.04%
HSB/HSV286°21.83%98.82%
CMYK5.16%21.83%0.00%
1.18%

Color #EFC5FC in popluar number systems.

HEXEFC5FC
Decimal239197252
Binary111011111100010111111100
Octal357305374

Shades and tints

Shades of #EFC5FC

#EFC5FC
(239,197,252)
#DAB4E6
(218,180,230)
#C5A3D0
(197,163,208)
#B092BA
(176,146,186)
#9B81A4
(155,129,164)
#86708E
(134,112,142)
#715F78
(113,95,120)
#5C4E62
(92,78,98)
#473D4C
(71,61,76)
#322C36
(50,44,54)
#1D1B20
(29,27,32)
#000000
(0,0,0)

Tints of #EFC5FC

#EFC5FC
(239,197,252)
#F0CAFC
(240,202,252)
#F1CFFC
(241,207,252)
#F2D4FC
(242,212,252)
#F3D9FC
(243,217,252)
#F4DEFC
(244,222,252)
#F5E3FC
(245,227,252)
#F6E8FC
(246,232,252)
#F7EDFC
(247,237,252)
#F8F2FC
(248,242,252)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC5FC; }

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

This text font color is #EFC5FC.


Background Color

.myBgColor { background-color: #EFC5FC; }

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

This div background color is #EFC5FC.


Border color

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

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

This div border color is #EFC5FC.


Opacity

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

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

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

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

This text has shadow with #EFC5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC5FC on black background.


Color preview on white background

This text has color #EFC5FC on white background.



Black color preview on #EFC5FC background

This text has black color on #EFC5FC background.


White color preview on #EFC5FC background

This text has white color on #EFC5FC background.