COLOR #C69FD6

HEX: #C69FD6
RGB: (198,159,214)

Renk bilgisi

#C69FD6 contains red, green and blue colors in about the same proportion. #C69FD6 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C69FD6 color RGB value is (198,159,214).

  • kırmız ton 198;
  • yeşil ton 159;
  • mavi ton 214.
RGB:
(198,159,214)
(78%,62%,84%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 159 of 255 = 62%
B 214 of 255 = 84%

198
159
214

R + G + B ~ 75%. #C69FD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 159 + 214 = 571 (100%)
R 198 of 571 ~ 34.68%
G 159 of 571 ~ 27.85%
B 214 of 571 ~ 37.48%

%34.68
%27.85
%37.48

CMYK RENK MODELİ

#C69FD6 rengi CMYK tonu (7,26,0,16).

  • camgöbeği tonu 7.48%
  • eflatun tonu 25.70%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(7,26,0,16)
C7M26Y0K16 
(7%,26%,0%,16%)
(0.07/0.26/0.00/0.16)	

CMYK yüzdeleri

%7.48
%25.7
%0
%16.08

Codes

Color #C69FD6 in popluar color models

C69FD6
RGB198159214
HSL283°40.15%73.14%
HSB/HSV283°25.70%83.92%
CMYK7.48%25.70%0.00%
16.08%

Color #C69FD6 in popluar number systems.

HEXC69FD6
Decimal198159214
Binary110001101001111111010110
Octal306237326

Shades and tints

Shades of #C69FD6

#C69FD6
(198,159,214)
#B491C3
(180,145,195)
#A283B0
(162,131,176)
#90759D
(144,117,157)
#7E678A
(126,103,138)
#6C5977
(108,89,119)
#5A4B64
(90,75,100)
#483D51
(72,61,81)
#362F3E
(54,47,62)
#24212B
(36,33,43)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #C69FD6

#C69FD6
(198,159,214)
#CBA7D9
(203,167,217)
#D0AFDC
(208,175,220)
#D5B7DF
(213,183,223)
#DABFE2
(218,191,226)
#DFC7E5
(223,199,229)
#E4CFE8
(228,207,232)
#E9D7EB
(233,215,235)
#EEDFEE
(238,223,238)
#F3E7F1
(243,231,241)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69FD6 color. Also use rgb(198,159,214) instead hex code.

Text Font Color

.myTextColor { color: #C69FD6; }

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

This text font color is #C69FD6.


Background Color

.myBgColor { background-color: #C69FD6; }

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

This div background color is #C69FD6.


Border color

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

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

This div border color is #C69FD6.


Opacity

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

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

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

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

This text has shadow with #C69FD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69FD6 on black background.


Color preview on white background

This text has color #C69FD6 on white background.



Black color preview on #C69FD6 background

This text has black color on #C69FD6 background.


White color preview on #C69FD6 background

This text has white color on #C69FD6 background.