COLOR #C796E2

HEX: #C796E2
RGB: (199,150,226)

Renk bilgisi

#C796E2 contains mainly red and blue colors. #C796E2 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C796E2 color RGB value is (199,150,226).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 150 of 255 = 59%
B 226 of 255 = 89%

199
150
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 150 + 226 = 575 (100%)
R 199 of 575 ~ 34.61%
G 150 of 575 ~ 26.09%
B 226 of 575 ~ 39.3%

%34.61
%26.09
%39.3

CMYK RENK MODELİ

#C796E2 rengi CMYK tonu (12,34,0,11).

  • camgöbeği tonu 11.95%
  • eflatun tonu 33.63%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(12,34,0,11)
C12M34Y0K11 
(12%,34%,0%,11%)
(0.12/0.34/0.00/0.11)	

CMYK yüzdeleri

%11.95
%33.63
%0
%11.37

Codes

Color #C796E2 in popluar color models

C796E2
RGB199150226
HSL279°56.72%73.73%
HSB/HSV279°33.63%88.63%
CMYK11.95%33.63%0.00%
11.37%

Color #C796E2 in popluar number systems.

HEXC796E2
Decimal199150226
Binary110001111001011011100010
Octal307226342

Shades and tints

Shades of #C796E2

#C796E2
(199,150,226)
#B589CE
(181,137,206)
#A37CBA
(163,124,186)
#916FA6
(145,111,166)
#7F6292
(127,98,146)
#6D557E
(109,85,126)
#5B486A
(91,72,106)
#493B56
(73,59,86)
#372E42
(55,46,66)
#25212E
(37,33,46)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #C796E2

#C796E2
(199,150,226)
#CC9FE4
(204,159,228)
#D1A8E6
(209,168,230)
#D6B1E8
(214,177,232)
#DBBAEA
(219,186,234)
#E0C3EC
(224,195,236)
#E5CCEE
(229,204,238)
#EAD5F0
(234,213,240)
#EFDEF2
(239,222,242)
#F4E7F4
(244,231,244)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C796E2; }

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

This text font color is #C796E2.


Background Color

.myBgColor { background-color: #C796E2; }

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

This div background color is #C796E2.


Border color

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

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

This div border color is #C796E2.


Opacity

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

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

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

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

This text has shadow with #C796E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C796E2 on black background.


Color preview on white background

This text has color #C796E2 on white background.



Black color preview on #C796E2 background

This text has black color on #C796E2 background.


White color preview on #C796E2 background

This text has white color on #C796E2 background.