COLOR #C689E1

HEX: #C689E1
RGB: (198,137,225)

Renk bilgisi

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

RGB renk modeli

#C689E1 color RGB value is (198,137,225).

  • kırmız ton 198;
  • yeşil ton 137;
  • mavi ton 225.
RGB:
(198,137,225)
(78%,54%,88%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 137 of 255 = 54%
B 225 of 255 = 88%

198
137
225

R + G + B ~ 73%. #C689E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 137 + 225 = 560 (100%)
R 198 of 560 ~ 35.36%
G 137 of 560 ~ 24.46%
B 225 of 560 ~ 40.18%

%35.36
%24.46
%40.18

CMYK RENK MODELİ

#C689E1 rengi CMYK tonu (12,39,0,12).

  • camgöbeği tonu 12.00%
  • eflatun tonu 39.11%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(12,39,0,12)
C12M39Y0K12 
(12%,39%,0%,12%)
(0.12/0.39/0.00/0.12)	

CMYK yüzdeleri

%12
%39.11
%0
%11.76

Codes

Color #C689E1 in popluar color models

C689E1
RGB198137225
HSL282°59.46%70.98%
HSB/HSV282°39.11%88.24%
CMYK12.00%39.11%0.00%
11.76%

Color #C689E1 in popluar number systems.

HEXC689E1
Decimal198137225
Binary110001101000100111100001
Octal306211341

Shades and tints

Shades of #C689E1

#C689E1
(198,137,225)
#B47DCD
(180,125,205)
#A271B9
(162,113,185)
#9065A5
(144,101,165)
#7E5991
(126,89,145)
#6C4D7D
(108,77,125)
#5A4169
(90,65,105)
#483555
(72,53,85)
#362941
(54,41,65)
#241D2D
(36,29,45)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C689E1

#C689E1
(198,137,225)
#CB93E3
(203,147,227)
#D09DE5
(208,157,229)
#D5A7E7
(213,167,231)
#DAB1E9
(218,177,233)
#DFBBEB
(223,187,235)
#E4C5ED
(228,197,237)
#E9CFEF
(233,207,239)
#EED9F1
(238,217,241)
#F3E3F3
(243,227,243)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C689E1 color. Also use rgb(198,137,225) instead hex code.

Text Font Color

.myTextColor { color: #C689E1; }

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

This text font color is #C689E1.


Background Color

.myBgColor { background-color: #C689E1; }

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

This div background color is #C689E1.


Border color

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

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

This div border color is #C689E1.


Opacity

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

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

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

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

This text has shadow with #C689E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C689E1 on black background.


Color preview on white background

This text has color #C689E1 on white background.



Black color preview on #C689E1 background

This text has black color on #C689E1 background.


White color preview on #C689E1 background

This text has white color on #C689E1 background.