COLOR #EFC5EA

HEX: #EFC5EA
RGB: (239,197,234)

Renk bilgisi

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

RGB renk modeli

#EFC5EA color RGB value is (239,197,234).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 197 of 255 = 77%
B 234 of 255 = 92%

239
197
234

R + G + B ~ 88%. #EFC5EA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 197 + 234 = 670 (100%)
R 239 of 670 ~ 35.67%
G 197 of 670 ~ 29.4%
B 234 of 670 ~ 34.93%

%35.67
%29.4
%34.93

CMYK RENK MODELİ

#EFC5EA rengi CMYK tonu (0,18,2,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.57%
  • sarı tonu 2.09%
  • ana renk tonu 6.27%
CMYK:
(0,18,2,6)
C0M18Y2K6 
(0%,18%,2%,6%)
(0.00/0.18/0.02/0.06)	

CMYK yüzdeleri

%0
%17.57
%2.09
%6.27

Codes

Color #EFC5EA in popluar color models

EFC5EA
RGB239197234
HSL307°56.76%85.49%
HSB/HSV307°17.57%93.73%
CMYK0.00%17.57%2.09%
6.27%

Color #EFC5EA in popluar number systems.

HEXEFC5EA
Decimal239197234
Binary111011111100010111101010
Octal357305352

Shades and tints

Shades of #EFC5EA

#EFC5EA
(239,197,234)
#DAB4D5
(218,180,213)
#C5A3C0
(197,163,192)
#B092AB
(176,146,171)
#9B8196
(155,129,150)
#867081
(134,112,129)
#715F6C
(113,95,108)
#5C4E57
(92,78,87)
#473D42
(71,61,66)
#322C2D
(50,44,45)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #EFC5EA

#EFC5EA
(239,197,234)
#F0CAEB
(240,202,235)
#F1CFEC
(241,207,236)
#F2D4ED
(242,212,237)
#F3D9EE
(243,217,238)
#F4DEEF
(244,222,239)
#F5E3F0
(245,227,240)
#F6E8F1
(246,232,241)
#F7EDF2
(247,237,242)
#F8F2F3
(248,242,243)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC5EA; }

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

This text font color is #EFC5EA.


Background Color

.myBgColor { background-color: #EFC5EA; }

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

This div background color is #EFC5EA.


Border color

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

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

This div border color is #EFC5EA.


Opacity

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

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

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

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

This text has shadow with #EFC5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC5EA on black background.


Color preview on white background

This text has color #EFC5EA on white background.



Black color preview on #EFC5EA background

This text has black color on #EFC5EA background.


White color preview on #EFC5EA background

This text has white color on #EFC5EA background.