COLOR #EFC5DA

HEX: #EFC5DA
RGB: (239,197,218)

Renk bilgisi

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

RGB renk modeli

#EFC5DA color RGB value is (239,197,218).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 197 of 255 = 77%
B 218 of 255 = 85%

239
197
218

R + G + B ~ 85%. #EFC5DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 197 + 218 = 654 (100%)
R 239 of 654 ~ 36.54%
G 197 of 654 ~ 30.12%
B 218 of 654 ~ 33.33%

%36.54
%30.12
%33.33

CMYK RENK MODELİ

#EFC5DA rengi CMYK tonu (0,18,9,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.57%
  • sarı tonu 8.79%
  • ana renk tonu 6.27%
CMYK:
(0,18,9,6)
C0M18Y9K6 
(0%,18%,9%,6%)
(0.00/0.18/0.09/0.06)	

CMYK yüzdeleri

%0
%17.57
%8.79
%6.27

Codes

Color #EFC5DA in popluar color models

EFC5DA
RGB239197218
HSL330°56.76%85.49%
HSB/HSV330°17.57%93.73%
CMYK0.00%17.57%8.79%
6.27%

Color #EFC5DA in popluar number systems.

HEXEFC5DA
Decimal239197218
Binary111011111100010111011010
Octal357305332

Shades and tints

Shades of #EFC5DA

#EFC5DA
(239,197,218)
#DAB4C7
(218,180,199)
#C5A3B4
(197,163,180)
#B092A1
(176,146,161)
#9B818E
(155,129,142)
#86707B
(134,112,123)
#715F68
(113,95,104)
#5C4E55
(92,78,85)
#473D42
(71,61,66)
#322C2F
(50,44,47)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #EFC5DA

#EFC5DA
(239,197,218)
#F0CADD
(240,202,221)
#F1CFE0
(241,207,224)
#F2D4E3
(242,212,227)
#F3D9E6
(243,217,230)
#F4DEE9
(244,222,233)
#F5E3EC
(245,227,236)
#F6E8EF
(246,232,239)
#F7EDF2
(247,237,242)
#F8F2F5
(248,242,245)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC5DA; }

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

This text font color is #EFC5DA.


Background Color

.myBgColor { background-color: #EFC5DA; }

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

This div background color is #EFC5DA.


Border color

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

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

This div border color is #EFC5DA.


Opacity

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

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

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

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

This text has shadow with #EFC5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC5DA on black background.


Color preview on white background

This text has color #EFC5DA on white background.



Black color preview on #EFC5DA background

This text has black color on #EFC5DA background.


White color preview on #EFC5DA background

This text has white color on #EFC5DA background.