COLOR #C796EF

HEX: #C796EF
RGB: (199,150,239)

Renk bilgisi

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

RGB renk modeli

#C796EF color RGB value is (199,150,239).

  • kırmız ton 199;
  • yeşil ton 150;
  • mavi ton 239.
RGB:
(199,150,239)
(78%,59%,94%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 150 of 255 = 59%
B 239 of 255 = 94%

199
150
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 150 + 239 = 588 (100%)
R 199 of 588 ~ 33.84%
G 150 of 588 ~ 25.51%
B 239 of 588 ~ 40.65%

%33.84
%25.51
%40.65

CMYK RENK MODELİ

#C796EF rengi CMYK tonu (17,37,0,6).

  • camgöbeği tonu 16.74%
  • eflatun tonu 37.24%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(17,37,0,6)
C17M37Y0K6 
(17%,37%,0%,6%)
(0.17/0.37/0.00/0.06)	

CMYK yüzdeleri

%16.74
%37.24
%0
%6.27

Codes

Color #C796EF in popluar color models

C796EF
RGB199150239
HSL273°73.55%76.27%
HSB/HSV273°37.24%93.73%
CMYK16.74%37.24%0.00%
6.27%

Color #C796EF in popluar number systems.

HEXC796EF
Decimal199150239
Binary110001111001011011101111
Octal307226357

Shades and tints

Shades of #C796EF

#C796EF
(199,150,239)
#B589DA
(181,137,218)
#A37CC5
(163,124,197)
#916FB0
(145,111,176)
#7F629B
(127,98,155)
#6D5586
(109,85,134)
#5B4871
(91,72,113)
#493B5C
(73,59,92)
#372E47
(55,46,71)
#252132
(37,33,50)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #C796EF

#C796EF
(199,150,239)
#CC9FF0
(204,159,240)
#D1A8F1
(209,168,241)
#D6B1F2
(214,177,242)
#DBBAF3
(219,186,243)
#E0C3F4
(224,195,244)
#E5CCF5
(229,204,245)
#EAD5F6
(234,213,246)
#EFDEF7
(239,222,247)
#F4E7F8
(244,231,248)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C796EF color. Also use rgb(199,150,239) instead hex code.

Text Font Color

.myTextColor { color: #C796EF; }

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

This text font color is #C796EF.


Background Color

.myBgColor { background-color: #C796EF; }

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

This div background color is #C796EF.


Border color

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

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

This div border color is #C796EF.


Opacity

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

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

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

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

This text has shadow with #C796EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C796EF on black background.


Color preview on white background

This text has color #C796EF on white background.



Black color preview on #C796EF background

This text has black color on #C796EF background.


White color preview on #C796EF background

This text has white color on #C796EF background.