COLOR #C798D0

HEX: #C798D0 RGB: (199,152,208)

Color info

#C798D0 contains red, green and blue colors in about the same proportion. Web safe color of #C798D0 is #CC99CC (or #C9C).

RGB color model

#C798D0 color RGB value is (199,152,208).

RGB: (199,152,208) (78%, 60%, 82%)

RGB channels and saturation

R 199 of 255 = 78%
G 152 of 255 = 60%
B 208 of 255 = 82%

199
152
208

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

Portions of RGB colors in percentages

R + G + B = 199 + 152 + 208 = 559 (100%)
R 199 of 559 ~ 35.6%
G 152 of 559 ~ 27.19%
B 208 of 559 ~ 37.21'%

%35.6
%27.19
%37.21

CMYK color model

#C798D0 color CMYK value is (4,27,0,18).

  • cyan value is 4.33%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (4,27,0,18)
C4M27Y0K18 (4%, 27%, 0%, 18%)
(0.04 / 0.27 / 0.00 / 0.18)

CMYK percentages

%4.33
%26.92
%0
%18.43

Codes

Color #C798D0 in popluar color models

C7 98 D0
RGB 199 152 208
HSL 290° 37.33% 70.59%
HSB/HSV 290° 26.92% 81.57%
CMYK 4.33% 26.92% 0.00%
18.43%

Color #C798D0 in popluar number systems.

HEX C7 98 D0
Decimal 199 152 208
Binary 11000111 10011000 11010000
Octal 307 230 320

Shades and tints

Shades of #C798D0

#C798D0
(199,152,208)
#B58BBE
(181,139,190)
#A37EAC
(163,126,172)
#91719A
(145,113,154)
#7F6488
(127,100,136)
#6D5776
(109,87,118)
#5B4A64
(91,74,100)
#493D52
(73,61,82)
#373040
(55,48,64)
#25232E
(37,35,46)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #C798D0

#C798D0
(199,152,208)
#CCA1D4
(204,161,212)
#D1AAD8
(209,170,216)
#D6B3DC
(214,179,220)
#DBBCE0
(219,188,224)
#E0C5E4
(224,197,228)
#E5CEE8
(229,206,232)
#EAD7EC
(234,215,236)
#EFE0F0
(239,224,240)
#F4E9F4
(244,233,244)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C798D0 color. Also use rgb(199,152,208) instead hex code.

Text Font Color

.myTextColor { color: #C798D0; }

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

This text font color is #C798D0.

Background Color

.myBgColor { background-color: #C798D0; }

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

This div background color is #C798D0.

Border color

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

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

This div border color is #C798D0.

Opacity

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

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

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

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

This text has shadow with #C798D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C798D0.

Preview

Color preview on black background

This text has color #C798D0 on black background.


Color preview on white background

This text has color #C798D0 on white background.


Black color preview on #C798D0 background

This text has black color on #C798D0 background.


White color preview on #C798D0 background

This text has white color on #C798D0 background.


Related colors

Complementary color

Complementary color for #hex is #38672F.


I love getcolorcode.com

Triadic colors

1 #D0C798 and #98D0C7 with #C798D0 are triadic colors.

2 #D098C7 and #98C7D0 with #C798D0 are triadic colors.