COLOR #EFCAF6

HEX: #EFCAF6
RGB: (239,202,246)

Renk bilgisi

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

RGB renk modeli

#EFCAF6 color RGB value is (239,202,246).

  • kırmız ton 239;
  • yeşil ton 202;
  • mavi ton 246.
RGB:
(239,202,246)
(94%,79%,96%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 202 of 255 = 79%
B 246 of 255 = 96%

239
202
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 202 + 246 = 687 (100%)
R 239 of 687 ~ 34.79%
G 202 of 687 ~ 29.4%
B 246 of 687 ~ 35.81%

%34.79
%29.4
%35.81

CMYK RENK MODELİ

#EFCAF6 rengi CMYK tonu (3,18,0,4).

  • camgöbeği tonu 2.85%
  • eflatun tonu 17.89%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(3,18,0,4)
C3M18Y0K4 
(3%,18%,0%,4%)
(0.03/0.18/0.00/0.04)	

CMYK yüzdeleri

%2.85
%17.89
%0
%3.53

Codes

Color #EFCAF6 in popluar color models

EFCAF6
RGB239202246
HSL290°70.97%87.84%
HSB/HSV290°17.89%96.47%
CMYK2.85%17.89%0.00%
3.53%

Color #EFCAF6 in popluar number systems.

HEXEFCAF6
Decimal239202246
Binary111011111100101011110110
Octal357312366

Shades and tints

Shades of #EFCAF6

#EFCAF6
(239,202,246)
#DAB8E0
(218,184,224)
#C5A6CA
(197,166,202)
#B094B4
(176,148,180)
#9B829E
(155,130,158)
#867088
(134,112,136)
#715E72
(113,94,114)
#5C4C5C
(92,76,92)
#473A46
(71,58,70)
#322830
(50,40,48)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #EFCAF6

#EFCAF6
(239,202,246)
#F0CEF6
(240,206,246)
#F1D2F6
(241,210,246)
#F2D6F6
(242,214,246)
#F3DAF6
(243,218,246)
#F4DEF6
(244,222,246)
#F5E2F6
(245,226,246)
#F6E6F6
(246,230,246)
#F7EAF6
(247,234,246)
#F8EEF6
(248,238,246)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCAF6 color. Also use rgb(239,202,246) instead hex code.

Text Font Color

.myTextColor { color: #EFCAF6; }

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

This text font color is #EFCAF6.


Background Color

.myBgColor { background-color: #EFCAF6; }

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

This div background color is #EFCAF6.


Border color

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

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

This div border color is #EFCAF6.


Opacity

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

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

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

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

This text has shadow with #EFCAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCAF6 on black background.


Color preview on white background

This text has color #EFCAF6 on white background.



Black color preview on #EFCAF6 background

This text has black color on #EFCAF6 background.


White color preview on #EFCAF6 background

This text has white color on #EFCAF6 background.