COLOR #C689D4

HEX: #C689D4
RGB: (198,137,212)

Renk bilgisi

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

RGB renk modeli

#C689D4 color RGB value is (198,137,212).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 137 of 255 = 54%
B 212 of 255 = 83%

198
137
212

R + G + B ~ 72%. #C689D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 137 + 212 = 547 (100%)
R 198 of 547 ~ 36.2%
G 137 of 547 ~ 25.05%
B 212 of 547 ~ 38.76%

%36.2
%25.05
%38.76

CMYK RENK MODELİ

#C689D4 rengi CMYK tonu (7,35,0,17).

  • camgöbeği tonu 6.60%
  • eflatun tonu 35.38%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(7,35,0,17)
C7M35Y0K17 
(7%,35%,0%,17%)
(0.07/0.35/0.00/0.17)	

CMYK yüzdeleri

%6.6
%35.38
%0
%16.86

Codes

Color #C689D4 in popluar color models

C689D4
RGB198137212
HSL289°46.58%68.43%
HSB/HSV289°35.38%83.14%
CMYK6.60%35.38%0.00%
16.86%

Color #C689D4 in popluar number systems.

HEXC689D4
Decimal198137212
Binary110001101000100111010100
Octal306211324

Shades and tints

Shades of #C689D4

#C689D4
(198,137,212)
#B47DC1
(180,125,193)
#A271AE
(162,113,174)
#90659B
(144,101,155)
#7E5988
(126,89,136)
#6C4D75
(108,77,117)
#5A4162
(90,65,98)
#48354F
(72,53,79)
#36293C
(54,41,60)
#241D29
(36,29,41)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #C689D4

#C689D4
(198,137,212)
#CB93D7
(203,147,215)
#D09DDA
(208,157,218)
#D5A7DD
(213,167,221)
#DAB1E0
(218,177,224)
#DFBBE3
(223,187,227)
#E4C5E6
(228,197,230)
#E9CFE9
(233,207,233)
#EED9EC
(238,217,236)
#F3E3EF
(243,227,239)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C689D4; }

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

This text font color is #C689D4.


Background Color

.myBgColor { background-color: #C689D4; }

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

This div background color is #C689D4.


Border color

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

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

This div border color is #C689D4.


Opacity

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

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

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

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

This text has shadow with #C689D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C689D4 on black background.


Color preview on white background

This text has color #C689D4 on white background.



Black color preview on #C689D4 background

This text has black color on #C689D4 background.


White color preview on #C689D4 background

This text has white color on #C689D4 background.