COLOR #C998EF

HEX: #C998EF
RGB: (201,152,239)

Renk bilgisi

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

RGB renk modeli

#C998EF color RGB value is (201,152,239).

  • kırmız ton 201;
  • yeşil ton 152;
  • mavi ton 239.
RGB:
(201,152,239)
(79%,60%,94%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 152 of 255 = 60%
B 239 of 255 = 94%

201
152
239

R + G + B ~ 78%. #C998EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 152 + 239 = 592 (100%)
R 201 of 592 ~ 33.95%
G 152 of 592 ~ 25.68%
B 239 of 592 ~ 40.37%

%33.95
%25.68
%40.37

CMYK RENK MODELİ

#C998EF rengi CMYK tonu (16,36,0,6).

  • camgöbeği tonu 15.90%
  • eflatun tonu 36.40%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(16,36,0,6)
C16M36Y0K6 
(16%,36%,0%,6%)
(0.16/0.36/0.00/0.06)	

CMYK yüzdeleri

%15.9
%36.4
%0
%6.27

Codes

Color #C998EF in popluar color models

C998EF
RGB201152239
HSL274°73.11%76.67%
HSB/HSV274°36.40%93.73%
CMYK15.90%36.40%0.00%
6.27%

Color #C998EF in popluar number systems.

HEXC998EF
Decimal201152239
Binary110010011001100011101111
Octal311230357

Shades and tints

Shades of #C998EF

#C998EF
(201,152,239)
#B78BDA
(183,139,218)
#A57EC5
(165,126,197)
#9371B0
(147,113,176)
#81649B
(129,100,155)
#6F5786
(111,87,134)
#5D4A71
(93,74,113)
#4B3D5C
(75,61,92)
#393047
(57,48,71)
#272332
(39,35,50)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #C998EF

#C998EF
(201,152,239)
#CDA1F0
(205,161,240)
#D1AAF1
(209,170,241)
#D5B3F2
(213,179,242)
#D9BCF3
(217,188,243)
#DDC5F4
(221,197,244)
#E1CEF5
(225,206,245)
#E5D7F6
(229,215,246)
#E9E0F7
(233,224,247)
#EDE9F8
(237,233,248)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C998EF color. Also use rgb(201,152,239) instead hex code.

Text Font Color

.myTextColor { color: #C998EF; }

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

This text font color is #C998EF.


Background Color

.myBgColor { background-color: #C998EF; }

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

This div background color is #C998EF.


Border color

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

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

This div border color is #C998EF.


Opacity

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

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

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

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

This text has shadow with #C998EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C998EF on black background.


Color preview on white background

This text has color #C998EF on white background.



Black color preview on #C998EF background

This text has black color on #C998EF background.


White color preview on #C998EF background

This text has white color on #C998EF background.