COLOR #C693C3

HEX: #C693C3
RGB: (198,147,195)

Color info

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

RGB color model

#C693C3 color RGB value is (198,147,195).

  • red value is 198;
  • green value is 147;
  • blue value is 195.
RGB:
(198,147,195)
(78%,58%,76%)

RGB channels and saturation

R 198 of 255 = 78%
G 147 of 255 = 58%
B 195 of 255 = 76%

198
147
195

R + G + B ~ 71%. #C693C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 147 + 195 = 540 (100%)
R 198 of 540 ~ 36.67%
G 147 of 540 ~ 27.22%
B 195 of 540 ~ 36.11%

%36.67
%27.22
%36.11

CMYK color model

#C693C3 color CMYK value is (0,26,2,22).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 1.52%
  • key color value is 22.35%
CMYK:
(0,26,2,22)
C0M26Y2K22 
(0%,26%,2%,22%)
(0.00/0.26/0.02/0.22)	

CMYK percentages

%0
%25.76
%1.52
%22.35

Codes

Color #C693C3 in popluar color models

C693C3
RGB198147195
HSL304°30.91%67.65%
HSB/HSV304°25.76%77.65%
CMYK0.00%25.76%1.52%
22.35%

Color #C693C3 in popluar number systems.

HEXC693C3
Decimal198147195
Binary110001101001001111000011
Octal306223303

Shades and tints

Shades of #C693C3

#C693C3
(198,147,195)
#B486B2
(180,134,178)
#A279A1
(162,121,161)
#906C90
(144,108,144)
#7E5F7F
(126,95,127)
#6C526E
(108,82,110)
#5A455D
(90,69,93)
#48384C
(72,56,76)
#362B3B
(54,43,59)
#241E2A
(36,30,42)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C693C3

#C693C3
(198,147,195)
#CB9CC8
(203,156,200)
#D0A5CD
(208,165,205)
#D5AED2
(213,174,210)
#DAB7D7
(218,183,215)
#DFC0DC
(223,192,220)
#E4C9E1
(228,201,225)
#E9D2E6
(233,210,230)
#EEDBEB
(238,219,235)
#F3E4F0
(243,228,240)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C693C3 color. Also use rgb(198,147,195) instead hex code.

Text Font Color

.myTextColor { color: #C693C3; }

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

This text font color is #C693C3.


Background Color

.myBgColor { background-color: #C693C3; }

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

This div background color is #C693C3.


Border color

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

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

This div border color is #C693C3.


Opacity

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

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

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

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

This text has shadow with #C693C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C693C3 on black background.


Color preview on white background

This text has color #C693C3 on white background.



Black color preview on #C693C3 background

This text has black color on #C693C3 background.


White color preview on #C693C3 background

This text has white color on #C693C3 background.