COLOR #C688C9

HEX: #C688C9
RGB: (198,136,201)

Renk bilgisi

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

RGB renk modeli

#C688C9 color RGB value is (198,136,201).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 136 of 255 = 53%
B 201 of 255 = 79%

198
136
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 136 + 201 = 535 (100%)
R 198 of 535 ~ 37.01%
G 136 of 535 ~ 25.42%
B 201 of 535 ~ 37.57%

%37.01
%25.42
%37.57

CMYK RENK MODELİ

#C688C9 rengi CMYK tonu (1,32,0,21).

  • camgöbeği tonu 1.49%
  • eflatun tonu 32.34%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(1,32,0,21)
C1M32Y0K21 
(1%,32%,0%,21%)
(0.01/0.32/0.00/0.21)	

CMYK yüzdeleri

%1.49
%32.34
%0
%21.18

Codes

Color #C688C9 in popluar color models

C688C9
RGB198136201
HSL297°37.57%66.08%
HSB/HSV297°32.34%78.82%
CMYK1.49%32.34%0.00%
21.18%

Color #C688C9 in popluar number systems.

HEXC688C9
Decimal198136201
Binary110001101000100011001001
Octal306210311

Shades and tints

Shades of #C688C9

#C688C9
(198,136,201)
#B47CB7
(180,124,183)
#A270A5
(162,112,165)
#906493
(144,100,147)
#7E5881
(126,88,129)
#6C4C6F
(108,76,111)
#5A405D
(90,64,93)
#48344B
(72,52,75)
#362839
(54,40,57)
#241C27
(36,28,39)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #C688C9

#C688C9
(198,136,201)
#CB92CD
(203,146,205)
#D09CD1
(208,156,209)
#D5A6D5
(213,166,213)
#DAB0D9
(218,176,217)
#DFBADD
(223,186,221)
#E4C4E1
(228,196,225)
#E9CEE5
(233,206,229)
#EED8E9
(238,216,233)
#F3E2ED
(243,226,237)
#F8ECF1
(248,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C688C9; }

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

This text font color is #C688C9.


Background Color

.myBgColor { background-color: #C688C9; }

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

This div background color is #C688C9.


Border color

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

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

This div border color is #C688C9.


Opacity

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

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

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

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

This text has shadow with #C688C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C688C9 on black background.


Color preview on white background

This text has color #C688C9 on white background.



Black color preview on #C688C9 background

This text has black color on #C688C9 background.


White color preview on #C688C9 background

This text has white color on #C688C9 background.