COLOR #C688C7

HEX: #C688C7
RGB: (198,136,199)

Renk bilgisi

#C688C7 contains mainly red and blue colors. #C688C7 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C688C7 color RGB value is (198,136,199).

  • kırmız ton 198;
  • yeşil ton 136;
  • mavi ton 199.
RGB:
(198,136,199)
(78%,53%,78%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 136 of 255 = 53%
B 199 of 255 = 78%

198
136
199

R + G + B ~ 70%. #C688C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 136 + 199 = 533 (100%)
R 198 of 533 ~ 37.15%
G 136 of 533 ~ 25.52%
B 199 of 533 ~ 37.34%

%37.15
%25.52
%37.34

CMYK RENK MODELİ

#C688C7 rengi CMYK tonu (1,32,0,22).

  • camgöbeği tonu 0.50%
  • eflatun tonu 31.66%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(1,32,0,22)
C1M32Y0K22 
(1%,32%,0%,22%)
(0.01/0.32/0.00/0.22)	

CMYK yüzdeleri

%0.5
%31.66
%0
%21.96

Codes

Color #C688C7 in popluar color models

C688C7
RGB198136199
HSL299°36.00%65.69%
HSB/HSV299°31.66%78.04%
CMYK0.50%31.66%0.00%
21.96%

Color #C688C7 in popluar number systems.

HEXC688C7
Decimal198136199
Binary110001101000100011000111
Octal306210307

Shades and tints

Shades of #C688C7

#C688C7
(198,136,199)
#B47CB5
(180,124,181)
#A270A3
(162,112,163)
#906491
(144,100,145)
#7E587F
(126,88,127)
#6C4C6D
(108,76,109)
#5A405B
(90,64,91)
#483449
(72,52,73)
#362837
(54,40,55)
#241C25
(36,28,37)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #C688C7

#C688C7
(198,136,199)
#CB92CC
(203,146,204)
#D09CD1
(208,156,209)
#D5A6D6
(213,166,214)
#DAB0DB
(218,176,219)
#DFBAE0
(223,186,224)
#E4C4E5
(228,196,229)
#E9CEEA
(233,206,234)
#EED8EF
(238,216,239)
#F3E2F4
(243,226,244)
#F8ECF9
(248,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C688C7 color. Also use rgb(198,136,199) instead hex code.

Text Font Color

.myTextColor { color: #C688C7; }

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

This text font color is #C688C7.


Background Color

.myBgColor { background-color: #C688C7; }

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

This div background color is #C688C7.


Border color

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

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

This div border color is #C688C7.


Opacity

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

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

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

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

This text has shadow with #C688C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C688C7 on black background.


Color preview on white background

This text has color #C688C7 on white background.



Black color preview on #C688C7 background

This text has black color on #C688C7 background.


White color preview on #C688C7 background

This text has white color on #C688C7 background.