COLOR #F7C6E3

HEX: #F7C6E3
RGB: (247,198,227)

Renk bilgisi

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

RGB renk modeli

#F7C6E3 color RGB value is (247,198,227).

  • kırmız ton 247;
  • yeşil ton 198;
  • mavi ton 227.
RGB:
(247,198,227)
(97%,78%,89%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 198 of 255 = 78%
B 227 of 255 = 89%

247
198
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 198 + 227 = 672 (100%)
R 247 of 672 ~ 36.76%
G 198 of 672 ~ 29.46%
B 227 of 672 ~ 33.78%

%36.76
%29.46
%33.78

CMYK RENK MODELİ

#F7C6E3 rengi CMYK tonu (0,20,8,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.84%
  • sarı tonu 8.10%
  • ana renk tonu 3.14%
CMYK:
(0,20,8,3)
C0M20Y8K3 
(0%,20%,8%,3%)
(0.00/0.20/0.08/0.03)	

CMYK yüzdeleri

%0
%19.84
%8.1
%3.14

Codes

Color #F7C6E3 in popluar color models

F7C6E3
RGB247198227
HSL324°75.38%87.25%
HSB/HSV324°19.84%96.86%
CMYK0.00%19.84%8.10%
3.14%

Color #F7C6E3 in popluar number systems.

HEXF7C6E3
Decimal247198227
Binary111101111100011011100011
Octal367306343

Shades and tints

Shades of #F7C6E3

#F7C6E3
(247,198,227)
#E1B4CF
(225,180,207)
#CBA2BB
(203,162,187)
#B590A7
(181,144,167)
#9F7E93
(159,126,147)
#896C7F
(137,108,127)
#735A6B
(115,90,107)
#5D4857
(93,72,87)
#473643
(71,54,67)
#31242F
(49,36,47)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #F7C6E3

#F7C6E3
(247,198,227)
#F7CBE5
(247,203,229)
#F7D0E7
(247,208,231)
#F7D5E9
(247,213,233)
#F7DAEB
(247,218,235)
#F7DFED
(247,223,237)
#F7E4EF
(247,228,239)
#F7E9F1
(247,233,241)
#F7EEF3
(247,238,243)
#F7F3F5
(247,243,245)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C6E3 color. Also use rgb(247,198,227) instead hex code.

Text Font Color

.myTextColor { color: #F7C6E3; }

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

This text font color is #F7C6E3.


Background Color

.myBgColor { background-color: #F7C6E3; }

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

This div background color is #F7C6E3.


Border color

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

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

This div border color is #F7C6E3.


Opacity

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

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

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

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

This text has shadow with #F7C6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C6E3 on black background.


Color preview on white background

This text has color #F7C6E3 on white background.



Black color preview on #F7C6E3 background

This text has black color on #F7C6E3 background.


White color preview on #F7C6E3 background

This text has white color on #F7C6E3 background.