COLOR #EFC2E6

HEX: #EFC2E6
RGB: (239,194,230)

Renk bilgisi

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

RGB renk modeli

#EFC2E6 color RGB value is (239,194,230).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 194 of 255 = 76%
B 230 of 255 = 90%

239
194
230

R + G + B ~ 87%. #EFC2E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 194 + 230 = 663 (100%)
R 239 of 663 ~ 36.05%
G 194 of 663 ~ 29.26%
B 230 of 663 ~ 34.69%

%36.05
%29.26
%34.69

CMYK RENK MODELİ

#EFC2E6 rengi CMYK tonu (0,19,4,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.83%
  • sarı tonu 3.77%
  • ana renk tonu 6.27%
CMYK:
(0,19,4,6)
C0M19Y4K6 
(0%,19%,4%,6%)
(0.00/0.19/0.04/0.06)	

CMYK yüzdeleri

%0
%18.83
%3.77
%6.27

Codes

Color #EFC2E6 in popluar color models

EFC2E6
RGB239194230
HSL312°58.44%84.90%
HSB/HSV312°18.83%93.73%
CMYK0.00%18.83%3.77%
6.27%

Color #EFC2E6 in popluar number systems.

HEXEFC2E6
Decimal239194230
Binary111011111100001011100110
Octal357302346

Shades and tints

Shades of #EFC2E6

#EFC2E6
(239,194,230)
#DAB1D2
(218,177,210)
#C5A0BE
(197,160,190)
#B08FAA
(176,143,170)
#9B7E96
(155,126,150)
#866D82
(134,109,130)
#715C6E
(113,92,110)
#5C4B5A
(92,75,90)
#473A46
(71,58,70)
#322932
(50,41,50)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #EFC2E6

#EFC2E6
(239,194,230)
#F0C7E8
(240,199,232)
#F1CCEA
(241,204,234)
#F2D1EC
(242,209,236)
#F3D6EE
(243,214,238)
#F4DBF0
(244,219,240)
#F5E0F2
(245,224,242)
#F6E5F4
(246,229,244)
#F7EAF6
(247,234,246)
#F8EFF8
(248,239,248)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC2E6; }

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

This text font color is #EFC2E6.


Background Color

.myBgColor { background-color: #EFC2E6; }

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

This div background color is #EFC2E6.


Border color

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

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

This div border color is #EFC2E6.


Opacity

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

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

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

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

This text has shadow with #EFC2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC2E6 on black background.


Color preview on white background

This text has color #EFC2E6 on white background.



Black color preview on #EFC2E6 background

This text has black color on #EFC2E6 background.


White color preview on #EFC2E6 background

This text has white color on #EFC2E6 background.