COLOR #EFC4E7

HEX: #EFC4E7
RGB: (239,196,231)

Renk bilgisi

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

RGB renk modeli

#EFC4E7 color RGB value is (239,196,231).

  • kırmız ton 239;
  • yeşil ton 196;
  • mavi ton 231.
RGB:
(239,196,231)
(94%,77%,91%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 196 of 255 = 77%
B 231 of 255 = 91%

239
196
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 196 + 231 = 666 (100%)
R 239 of 666 ~ 35.89%
G 196 of 666 ~ 29.43%
B 231 of 666 ~ 34.68%

%35.89
%29.43
%34.68

CMYK RENK MODELİ

#EFC4E7 rengi CMYK tonu (0,18,3,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.99%
  • sarı tonu 3.35%
  • ana renk tonu 6.27%
CMYK:
(0,18,3,6)
C0M18Y3K6 
(0%,18%,3%,6%)
(0.00/0.18/0.03/0.06)	

CMYK yüzdeleri

%0
%17.99
%3.35
%6.27

Codes

Color #EFC4E7 in popluar color models

EFC4E7
RGB239196231
HSL311°57.33%85.29%
HSB/HSV311°17.99%93.73%
CMYK0.00%17.99%3.35%
6.27%

Color #EFC4E7 in popluar number systems.

HEXEFC4E7
Decimal239196231
Binary111011111100010011100111
Octal357304347

Shades and tints

Shades of #EFC4E7

#EFC4E7
(239,196,231)
#DAB3D2
(218,179,210)
#C5A2BD
(197,162,189)
#B091A8
(176,145,168)
#9B8093
(155,128,147)
#866F7E
(134,111,126)
#715E69
(113,94,105)
#5C4D54
(92,77,84)
#473C3F
(71,60,63)
#322B2A
(50,43,42)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #EFC4E7

#EFC4E7
(239,196,231)
#F0C9E9
(240,201,233)
#F1CEEB
(241,206,235)
#F2D3ED
(242,211,237)
#F3D8EF
(243,216,239)
#F4DDF1
(244,221,241)
#F5E2F3
(245,226,243)
#F6E7F5
(246,231,245)
#F7ECF7
(247,236,247)
#F8F1F9
(248,241,249)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC4E7 color. Also use rgb(239,196,231) instead hex code.

Text Font Color

.myTextColor { color: #EFC4E7; }

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

This text font color is #EFC4E7.


Background Color

.myBgColor { background-color: #EFC4E7; }

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

This div background color is #EFC4E7.


Border color

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

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

This div border color is #EFC4E7.


Opacity

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

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

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

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

This text has shadow with #EFC4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC4E7 on black background.


Color preview on white background

This text has color #EFC4E7 on white background.



Black color preview on #EFC4E7 background

This text has black color on #EFC4E7 background.


White color preview on #EFC4E7 background

This text has white color on #EFC4E7 background.