COLOR #F688DC

HEX: #F688DC
RGB: (246,136,220)

Renk bilgisi

#F688DC contains mainly red and blue colors. #F688DC ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F688DC color RGB value is (246,136,220).

  • kırmız ton 246;
  • yeşil ton 136;
  • mavi ton 220.
RGB:
(246,136,220)
(96%,53%,86%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 136 of 255 = 53%
B 220 of 255 = 86%

246
136
220

R + G + B ~ 78%. #F688DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 136 + 220 = 602 (100%)
R 246 of 602 ~ 40.86%
G 136 of 602 ~ 22.59%
B 220 of 602 ~ 36.54%

%40.86
%22.59
%36.54

CMYK RENK MODELİ

#F688DC rengi CMYK tonu (0,45,11,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.72%
  • sarı tonu 10.57%
  • ana renk tonu 3.53%
CMYK:
(0,45,11,4)
C0M45Y11K4 
(0%,45%,11%,4%)
(0.00/0.45/0.11/0.04)	

CMYK yüzdeleri

%0
%44.72
%10.57
%3.53

Codes

Color #F688DC in popluar color models

F688DC
RGB246136220
HSL314°85.94%74.90%
HSB/HSV314°44.72%96.47%
CMYK0.00%44.72%10.57%
3.53%

Color #F688DC in popluar number systems.

HEXF688DC
Decimal246136220
Binary111101101000100011011100
Octal366210334

Shades and tints

Shades of #F688DC

#F688DC
(246,136,220)
#E07CC8
(224,124,200)
#CA70B4
(202,112,180)
#B464A0
(180,100,160)
#9E588C
(158,88,140)
#884C78
(136,76,120)
#724064
(114,64,100)
#5C3450
(92,52,80)
#46283C
(70,40,60)
#301C28
(48,28,40)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #F688DC

#F688DC
(246,136,220)
#F692DF
(246,146,223)
#F69CE2
(246,156,226)
#F6A6E5
(246,166,229)
#F6B0E8
(246,176,232)
#F6BAEB
(246,186,235)
#F6C4EE
(246,196,238)
#F6CEF1
(246,206,241)
#F6D8F4
(246,216,244)
#F6E2F7
(246,226,247)
#F6ECFA
(246,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F688DC color. Also use rgb(246,136,220) instead hex code.

Text Font Color

.myTextColor { color: #F688DC; }

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

This text font color is #F688DC.


Background Color

.myBgColor { background-color: #F688DC; }

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

This div background color is #F688DC.


Border color

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

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

This div border color is #F688DC.


Opacity

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

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

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

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

This text has shadow with #F688DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F688DC on black background.


Color preview on white background

This text has color #F688DC on white background.



Black color preview on #F688DC background

This text has black color on #F688DC background.


White color preview on #F688DC background

This text has white color on #F688DC background.