COLOR #C698EC

HEX: #C698EC
RGB: (198,152,236)

Renk bilgisi

#C698EC contains mainly red and blue colors. #C698EC ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C698EC color RGB value is (198,152,236).

  • kırmız ton 198;
  • yeşil ton 152;
  • mavi ton 236.
RGB:
(198,152,236)
(78%,60%,93%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 152 of 255 = 60%
B 236 of 255 = 93%

198
152
236

R + G + B ~ 77%. #C698EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 152 + 236 = 586 (100%)
R 198 of 586 ~ 33.79%
G 152 of 586 ~ 25.94%
B 236 of 586 ~ 40.27%

%33.79
%25.94
%40.27

CMYK RENK MODELİ

#C698EC rengi CMYK tonu (16,36,0,7).

  • camgöbeği tonu 16.10%
  • eflatun tonu 35.59%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(16,36,0,7)
C16M36Y0K7 
(16%,36%,0%,7%)
(0.16/0.36/0.00/0.07)	

CMYK yüzdeleri

%16.1
%35.59
%0
%7.45

Codes

Color #C698EC in popluar color models

C698EC
RGB198152236
HSL273°68.85%76.08%
HSB/HSV273°35.59%92.55%
CMYK16.10%35.59%0.00%
7.45%

Color #C698EC in popluar number systems.

HEXC698EC
Decimal198152236
Binary110001101001100011101100
Octal306230354

Shades and tints

Shades of #C698EC

#C698EC
(198,152,236)
#B48BD7
(180,139,215)
#A27EC2
(162,126,194)
#9071AD
(144,113,173)
#7E6498
(126,100,152)
#6C5783
(108,87,131)
#5A4A6E
(90,74,110)
#483D59
(72,61,89)
#363044
(54,48,68)
#24232F
(36,35,47)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #C698EC

#C698EC
(198,152,236)
#CBA1ED
(203,161,237)
#D0AAEE
(208,170,238)
#D5B3EF
(213,179,239)
#DABCF0
(218,188,240)
#DFC5F1
(223,197,241)
#E4CEF2
(228,206,242)
#E9D7F3
(233,215,243)
#EEE0F4
(238,224,244)
#F3E9F5
(243,233,245)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C698EC color. Also use rgb(198,152,236) instead hex code.

Text Font Color

.myTextColor { color: #C698EC; }

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

This text font color is #C698EC.


Background Color

.myBgColor { background-color: #C698EC; }

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

This div background color is #C698EC.


Border color

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

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

This div border color is #C698EC.


Opacity

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

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

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

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

This text has shadow with #C698EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C698EC on black background.


Color preview on white background

This text has color #C698EC on white background.



Black color preview on #C698EC background

This text has black color on #C698EC background.


White color preview on #C698EC background

This text has white color on #C698EC background.