COLOR #F6D9BD

HEX: #F6D9BD
RGB: (246,217,189)

Renk bilgisi

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

RGB renk modeli

#F6D9BD color RGB value is (246,217,189).

  • kırmız ton 246;
  • yeşil ton 217;
  • mavi ton 189.
RGB:
(246,217,189)
(96%,85%,74%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 217 of 255 = 85%
B 189 of 255 = 74%

246
217
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 217 + 189 = 652 (100%)
R 246 of 652 ~ 37.73%
G 217 of 652 ~ 33.28%
B 189 of 652 ~ 28.99%

%37.73
%33.28
%28.99

CMYK RENK MODELİ

#F6D9BD rengi CMYK tonu (0,12,23,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.79%
  • sarı tonu 23.17%
  • ana renk tonu 3.53%
CMYK:
(0,12,23,4)
C0M12Y23K4 
(0%,12%,23%,4%)
(0.00/0.12/0.23/0.04)	

CMYK yüzdeleri

%0
%11.79
%23.17
%3.53

Codes

Color #F6D9BD in popluar color models

F6D9BD
RGB246217189
HSL29°76.00%85.29%
HSB/HSV29°23.17%96.47%
CMYK0.00%11.79%23.17%
3.53%

Color #F6D9BD in popluar number systems.

HEXF6D9BD
Decimal246217189
Binary111101101101100110111101
Octal366331275

Shades and tints

Shades of #F6D9BD

#F6D9BD
(246,217,189)
#E0C6AC
(224,198,172)
#CAB39B
(202,179,155)
#B4A08A
(180,160,138)
#9E8D79
(158,141,121)
#887A68
(136,122,104)
#726757
(114,103,87)
#5C5446
(92,84,70)
#464135
(70,65,53)
#302E24
(48,46,36)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #F6D9BD

#F6D9BD
(246,217,189)
#F6DCC3
(246,220,195)
#F6DFC9
(246,223,201)
#F6E2CF
(246,226,207)
#F6E5D5
(246,229,213)
#F6E8DB
(246,232,219)
#F6EBE1
(246,235,225)
#F6EEE7
(246,238,231)
#F6F1ED
(246,241,237)
#F6F4F3
(246,244,243)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D9BD color. Also use rgb(246,217,189) instead hex code.

Text Font Color

.myTextColor { color: #F6D9BD; }

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

This text font color is #F6D9BD.


Background Color

.myBgColor { background-color: #F6D9BD; }

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

This div background color is #F6D9BD.


Border color

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

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

This div border color is #F6D9BD.


Opacity

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

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

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

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

This text has shadow with #F6D9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D9BD on black background.


Color preview on white background

This text has color #F6D9BD on white background.



Black color preview on #F6D9BD background

This text has black color on #F6D9BD background.


White color preview on #F6D9BD background

This text has white color on #F6D9BD background.