COLOR #C69ED6

HEX: #C69ED6
RGB: (198,158,214)

Renk bilgisi

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

RGB renk modeli

#C69ED6 color RGB value is (198,158,214).

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

RGB bağlantıları ve doygunluk

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

198
158
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 158 + 214 = 570 (100%)
R 198 of 570 ~ 34.74%
G 158 of 570 ~ 27.72%
B 214 of 570 ~ 37.54%

%34.74
%27.72
%37.54

CMYK RENK MODELİ

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

  • camgöbeği tonu 7.48%
  • eflatun tonu 26.17%
  • 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
%26.17
%0
%16.08

Codes

Color #C69ED6 in popluar color models

C69ED6
RGB198158214
HSL283°40.58%72.94%
HSB/HSV283°26.17%83.92%
CMYK7.48%26.17%0.00%
16.08%

Color #C69ED6 in popluar number systems.

HEXC69ED6
Decimal198158214
Binary110001101001111011010110
Octal306236326

Shades and tints

Shades of #C69ED6

#C69ED6
(198,158,214)
#B490C3
(180,144,195)
#A282B0
(162,130,176)
#90749D
(144,116,157)
#7E668A
(126,102,138)
#6C5877
(108,88,119)
#5A4A64
(90,74,100)
#483C51
(72,60,81)
#362E3E
(54,46,62)
#24202B
(36,32,43)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #C69ED6

#C69ED6
(198,158,214)
#CBA6D9
(203,166,217)
#D0AEDC
(208,174,220)
#D5B6DF
(213,182,223)
#DABEE2
(218,190,226)
#DFC6E5
(223,198,229)
#E4CEE8
(228,206,232)
#E9D6EB
(233,214,235)
#EEDEEE
(238,222,238)
#F3E6F1
(243,230,241)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69ED6; }

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

This text font color is #C69ED6.


Background Color

.myBgColor { background-color: #C69ED6; }

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

This div background color is #C69ED6.


Border color

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

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

This div border color is #C69ED6.


Opacity

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

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

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

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

This text has shadow with #C69ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69ED6 on black background.


Color preview on white background

This text has color #C69ED6 on white background.



Black color preview on #C69ED6 background

This text has black color on #C69ED6 background.


White color preview on #C69ED6 background

This text has white color on #C69ED6 background.