COLOR #C996EC

HEX: #C996EC
RGB: (201,150,236)

Renk bilgisi

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

RGB renk modeli

#C996EC color RGB value is (201,150,236).

  • kırmız ton 201;
  • yeşil ton 150;
  • mavi ton 236.
RGB:
(201,150,236)
(79%,59%,93%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 150 of 255 = 59%
B 236 of 255 = 93%

201
150
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 150 + 236 = 587 (100%)
R 201 of 587 ~ 34.24%
G 150 of 587 ~ 25.55%
B 236 of 587 ~ 40.2%

%34.24
%25.55
%40.2

CMYK RENK MODELİ

#C996EC rengi CMYK tonu (15,36,0,7).

  • camgöbeği tonu 14.83%
  • eflatun tonu 36.44%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(15,36,0,7)
C15M36Y0K7 
(15%,36%,0%,7%)
(0.15/0.36/0.00/0.07)	

CMYK yüzdeleri

%14.83
%36.44
%0
%7.45

Codes

Color #C996EC in popluar color models

C996EC
RGB201150236
HSL276°69.35%75.69%
HSB/HSV276°36.44%92.55%
CMYK14.83%36.44%0.00%
7.45%

Color #C996EC in popluar number systems.

HEXC996EC
Decimal201150236
Binary110010011001011011101100
Octal311226354

Shades and tints

Shades of #C996EC

#C996EC
(201,150,236)
#B789D7
(183,137,215)
#A57CC2
(165,124,194)
#936FAD
(147,111,173)
#816298
(129,98,152)
#6F5583
(111,85,131)
#5D486E
(93,72,110)
#4B3B59
(75,59,89)
#392E44
(57,46,68)
#27212F
(39,33,47)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #C996EC

#C996EC
(201,150,236)
#CD9FED
(205,159,237)
#D1A8EE
(209,168,238)
#D5B1EF
(213,177,239)
#D9BAF0
(217,186,240)
#DDC3F1
(221,195,241)
#E1CCF2
(225,204,242)
#E5D5F3
(229,213,243)
#E9DEF4
(233,222,244)
#EDE7F5
(237,231,245)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C996EC color. Also use rgb(201,150,236) instead hex code.

Text Font Color

.myTextColor { color: #C996EC; }

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

This text font color is #C996EC.


Background Color

.myBgColor { background-color: #C996EC; }

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

This div background color is #C996EC.


Border color

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

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

This div border color is #C996EC.


Opacity

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

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

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

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

This text has shadow with #C996EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C996EC on black background.


Color preview on white background

This text has color #C996EC on white background.



Black color preview on #C996EC background

This text has black color on #C996EC background.


White color preview on #C996EC background

This text has white color on #C996EC background.