COLOR #EFC6EB

HEX: #EFC6EB
RGB: (239,198,235)

Renk bilgisi

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

RGB renk modeli

#EFC6EB color RGB value is (239,198,235).

  • kırmız ton 239;
  • yeşil ton 198;
  • mavi ton 235.
RGB:
(239,198,235)
(94%,78%,92%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 198 of 255 = 78%
B 235 of 255 = 92%

239
198
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 198 + 235 = 672 (100%)
R 239 of 672 ~ 35.57%
G 198 of 672 ~ 29.46%
B 235 of 672 ~ 34.97%

%35.57
%29.46
%34.97

CMYK RENK MODELİ

#EFC6EB rengi CMYK tonu (0,17,2,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.15%
  • sarı tonu 1.67%
  • ana renk tonu 6.27%
CMYK:
(0,17,2,6)
C0M17Y2K6 
(0%,17%,2%,6%)
(0.00/0.17/0.02/0.06)	

CMYK yüzdeleri

%0
%17.15
%1.67
%6.27

Codes

Color #EFC6EB in popluar color models

EFC6EB
RGB239198235
HSL306°56.16%85.69%
HSB/HSV306°17.15%93.73%
CMYK0.00%17.15%1.67%
6.27%

Color #EFC6EB in popluar number systems.

HEXEFC6EB
Decimal239198235
Binary111011111100011011101011
Octal357306353

Shades and tints

Shades of #EFC6EB

#EFC6EB
(239,198,235)
#DAB4D6
(218,180,214)
#C5A2C1
(197,162,193)
#B090AC
(176,144,172)
#9B7E97
(155,126,151)
#866C82
(134,108,130)
#715A6D
(113,90,109)
#5C4858
(92,72,88)
#473643
(71,54,67)
#32242E
(50,36,46)
#1D1219
(29,18,25)
#000000
(0,0,0)

Tints of #EFC6EB

#EFC6EB
(239,198,235)
#F0CBEC
(240,203,236)
#F1D0ED
(241,208,237)
#F2D5EE
(242,213,238)
#F3DAEF
(243,218,239)
#F4DFF0
(244,223,240)
#F5E4F1
(245,228,241)
#F6E9F2
(246,233,242)
#F7EEF3
(247,238,243)
#F8F3F4
(248,243,244)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC6EB color. Also use rgb(239,198,235) instead hex code.

Text Font Color

.myTextColor { color: #EFC6EB; }

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

This text font color is #EFC6EB.


Background Color

.myBgColor { background-color: #EFC6EB; }

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

This div background color is #EFC6EB.


Border color

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

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

This div border color is #EFC6EB.


Opacity

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

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

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

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

This text has shadow with #EFC6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC6EB on black background.


Color preview on white background

This text has color #EFC6EB on white background.



Black color preview on #EFC6EB background

This text has black color on #EFC6EB background.


White color preview on #EFC6EB background

This text has white color on #EFC6EB background.