COLOR #C794D3

HEX: #C794D3
RGB: (199,148,211)

Color info

#C794D3 contains mainly red and blue colors. Web safe color of #C794D3 is #CC99CC (or #C9C).

RGB color model

#C794D3 color RGB value is (199,148,211).

  • red value is 199;
  • green value is 148;
  • blue value is 211.
RGB:
(199,148,211)
(78%,58%,83%)

RGB channels and saturation

R 199 of 255 = 78%
G 148 of 255 = 58%
B 211 of 255 = 83%

199
148
211

R + G + B ~ 73%. #C794D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 148 + 211 = 558 (100%)
R 199 of 558 ~ 35.66%
G 148 of 558 ~ 26.52%
B 211 of 558 ~ 37.81%

%35.66
%26.52
%37.81

CMYK color model

#C794D3 color CMYK value is (6,30,0,17).

  • cyan value is 5.69%
  • magenta value is 29.86%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(6,30,0,17)
C6M30Y0K17 
(6%,30%,0%,17%)
(0.06/0.30/0.00/0.17)	

CMYK percentages

%5.69
%29.86
%0
%17.25

Codes

Color #C794D3 in popluar color models

C794D3
RGB199148211
HSL289°41.72%70.39%
HSB/HSV289°29.86%82.75%
CMYK5.69%29.86%0.00%
17.25%

Color #C794D3 in popluar number systems.

HEXC794D3
Decimal199148211
Binary110001111001010011010011
Octal307224323

Shades and tints

Shades of #C794D3

#C794D3
(199,148,211)
#B587C0
(181,135,192)
#A37AAD
(163,122,173)
#916D9A
(145,109,154)
#7F6087
(127,96,135)
#6D5374
(109,83,116)
#5B4661
(91,70,97)
#49394E
(73,57,78)
#372C3B
(55,44,59)
#251F28
(37,31,40)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #C794D3

#C794D3
(199,148,211)
#CC9DD7
(204,157,215)
#D1A6DB
(209,166,219)
#D6AFDF
(214,175,223)
#DBB8E3
(219,184,227)
#E0C1E7
(224,193,231)
#E5CAEB
(229,202,235)
#EAD3EF
(234,211,239)
#EFDCF3
(239,220,243)
#F4E5F7
(244,229,247)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C794D3 color. Also use rgb(199,148,211) instead hex code.

Text Font Color

.myTextColor { color: #C794D3; }

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

This text font color is #C794D3.


Background Color

.myBgColor { background-color: #C794D3; }

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

This div background color is #C794D3.


Border color

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

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

This div border color is #C794D3.


Opacity

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

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

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

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

This text has shadow with #C794D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C794D3 on black background.


Color preview on white background

This text has color #C794D3 on white background.



Black color preview on #C794D3 background

This text has black color on #C794D3 background.


White color preview on #C794D3 background

This text has white color on #C794D3 background.