COLOR #EFC7E6

HEX: #EFC7E6
RGB: (239,199,230)

Renk bilgisi

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

RGB renk modeli

#EFC7E6 color RGB value is (239,199,230).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 199 of 255 = 78%
B 230 of 255 = 90%

239
199
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 199 + 230 = 668 (100%)
R 239 of 668 ~ 35.78%
G 199 of 668 ~ 29.79%
B 230 of 668 ~ 34.43%

%35.78
%29.79
%34.43

CMYK RENK MODELİ

#EFC7E6 rengi CMYK tonu (0,17,4,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.74%
  • sarı tonu 3.77%
  • ana renk tonu 6.27%
CMYK:
(0,17,4,6)
C0M17Y4K6 
(0%,17%,4%,6%)
(0.00/0.17/0.04/0.06)	

CMYK yüzdeleri

%0
%16.74
%3.77
%6.27

Codes

Color #EFC7E6 in popluar color models

EFC7E6
RGB239199230
HSL314°55.56%85.88%
HSB/HSV314°16.74%93.73%
CMYK0.00%16.74%3.77%
6.27%

Color #EFC7E6 in popluar number systems.

HEXEFC7E6
Decimal239199230
Binary111011111100011111100110
Octal357307346

Shades and tints

Shades of #EFC7E6

#EFC7E6
(239,199,230)
#DAB5D2
(218,181,210)
#C5A3BE
(197,163,190)
#B091AA
(176,145,170)
#9B7F96
(155,127,150)
#866D82
(134,109,130)
#715B6E
(113,91,110)
#5C495A
(92,73,90)
#473746
(71,55,70)
#322532
(50,37,50)
#1D131E
(29,19,30)
#000000
(0,0,0)

Tints of #EFC7E6

#EFC7E6
(239,199,230)
#F0CCE8
(240,204,232)
#F1D1EA
(241,209,234)
#F2D6EC
(242,214,236)
#F3DBEE
(243,219,238)
#F4E0F0
(244,224,240)
#F5E5F2
(245,229,242)
#F6EAF4
(246,234,244)
#F7EFF6
(247,239,246)
#F8F4F8
(248,244,248)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC7E6; }

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

This text font color is #EFC7E6.


Background Color

.myBgColor { background-color: #EFC7E6; }

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

This div background color is #EFC7E6.


Border color

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

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

This div border color is #EFC7E6.


Opacity

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

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

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

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

This text has shadow with #EFC7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC7E6 on black background.


Color preview on white background

This text has color #EFC7E6 on white background.



Black color preview on #EFC7E6 background

This text has black color on #EFC7E6 background.


White color preview on #EFC7E6 background

This text has white color on #EFC7E6 background.