COLOR #C693B7

HEX: #C693B7
RGB: (198,147,183)

Color info

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

RGB color model

#C693B7 color RGB value is (198,147,183).

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

RGB channels and saturation

R 198 of 255 = 78%
G 147 of 255 = 58%
B 183 of 255 = 72%

198
147
183

R + G + B ~ 69%. #C693B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 147 + 183 = 528 (100%)
R 198 of 528 ~ 37.5%
G 147 of 528 ~ 27.84%
B 183 of 528 ~ 34.66%

%37.5
%27.84
%34.66

CMYK color model

#C693B7 color CMYK value is (0,26,8,22).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(0,26,8,22)
C0M26Y8K22 
(0%,26%,8%,22%)
(0.00/0.26/0.08/0.22)	

CMYK percentages

%0
%25.76
%7.58
%22.35

Codes

Color #C693B7 in popluar color models

C693B7
RGB198147183
HSL318°30.91%67.65%
HSB/HSV318°25.76%77.65%
CMYK0.00%25.76%7.58%
22.35%

Color #C693B7 in popluar number systems.

HEXC693B7
Decimal198147183
Binary110001101001001110110111
Octal306223267

Shades and tints

Shades of #C693B7

#C693B7
(198,147,183)
#B486A7
(180,134,167)
#A27997
(162,121,151)
#906C87
(144,108,135)
#7E5F77
(126,95,119)
#6C5267
(108,82,103)
#5A4557
(90,69,87)
#483847
(72,56,71)
#362B37
(54,43,55)
#241E27
(36,30,39)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #C693B7

#C693B7
(198,147,183)
#CB9CBD
(203,156,189)
#D0A5C3
(208,165,195)
#D5AEC9
(213,174,201)
#DAB7CF
(218,183,207)
#DFC0D5
(223,192,213)
#E4C9DB
(228,201,219)
#E9D2E1
(233,210,225)
#EEDBE7
(238,219,231)
#F3E4ED
(243,228,237)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C693B7; }

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

This text font color is #C693B7.


Background Color

.myBgColor { background-color: #C693B7; }

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

This div background color is #C693B7.


Border color

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

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

This div border color is #C693B7.


Opacity

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

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

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

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

This text has shadow with #C693B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C693B7 on black background.


Color preview on white background

This text has color #C693B7 on white background.



Black color preview on #C693B7 background

This text has black color on #C693B7 background.


White color preview on #C693B7 background

This text has white color on #C693B7 background.