COLOR #F6DFC4

HEX: #F6DFC4
RGB: (246,223,196)

Renk bilgisi

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

RGB renk modeli

#F6DFC4 color RGB value is (246,223,196).

  • kırmız ton 246;
  • yeşil ton 223;
  • mavi ton 196.
RGB:
(246,223,196)
(96%,87%,77%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 223 of 255 = 87%
B 196 of 255 = 77%

246
223
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 223 + 196 = 665 (100%)
R 246 of 665 ~ 36.99%
G 223 of 665 ~ 33.53%
B 196 of 665 ~ 29.47%

%36.99
%33.53
%29.47

CMYK RENK MODELİ

#F6DFC4 rengi CMYK tonu (0,9,20,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.35%
  • sarı tonu 20.33%
  • ana renk tonu 3.53%
CMYK:
(0,9,20,4)
C0M9Y20K4 
(0%,9%,20%,4%)
(0.00/0.09/0.20/0.04)	

CMYK yüzdeleri

%0
%9.35
%20.33
%3.53

Codes

Color #F6DFC4 in popluar color models

F6DFC4
RGB246223196
HSL32°73.53%86.67%
HSB/HSV32°20.33%96.47%
CMYK0.00%9.35%20.33%
3.53%

Color #F6DFC4 in popluar number systems.

HEXF6DFC4
Decimal246223196
Binary111101101101111111000100
Octal366337304

Shades and tints

Shades of #F6DFC4

#F6DFC4
(246,223,196)
#E0CBB3
(224,203,179)
#CAB7A2
(202,183,162)
#B4A391
(180,163,145)
#9E8F80
(158,143,128)
#887B6F
(136,123,111)
#72675E
(114,103,94)
#5C534D
(92,83,77)
#463F3C
(70,63,60)
#302B2B
(48,43,43)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #F6DFC4

#F6DFC4
(246,223,196)
#F6E1C9
(246,225,201)
#F6E3CE
(246,227,206)
#F6E5D3
(246,229,211)
#F6E7D8
(246,231,216)
#F6E9DD
(246,233,221)
#F6EBE2
(246,235,226)
#F6EDE7
(246,237,231)
#F6EFEC
(246,239,236)
#F6F1F1
(246,241,241)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DFC4 color. Also use rgb(246,223,196) instead hex code.

Text Font Color

.myTextColor { color: #F6DFC4; }

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

This text font color is #F6DFC4.


Background Color

.myBgColor { background-color: #F6DFC4; }

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

This div background color is #F6DFC4.


Border color

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

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

This div border color is #F6DFC4.


Opacity

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

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

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

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

This text has shadow with #F6DFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DFC4 on black background.


Color preview on white background

This text has color #F6DFC4 on white background.



Black color preview on #F6DFC4 background

This text has black color on #F6DFC4 background.


White color preview on #F6DFC4 background

This text has white color on #F6DFC4 background.