COLOR #C693B9

HEX: #C693B9
RGB: (198,147,185)

Color info

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

RGB color model

#C693B9 color RGB value is (198,147,185).

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

RGB channels and saturation

R 198 of 255 = 78%
G 147 of 255 = 58%
B 185 of 255 = 73%

198
147
185

R + G + B ~ 70%. #C693B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 147 + 185 = 530 (100%)
R 198 of 530 ~ 37.36%
G 147 of 530 ~ 27.74%
B 185 of 530 ~ 34.91%

%37.36
%27.74
%34.91

CMYK color model

#C693B9 color CMYK value is (0,26,7,22).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 6.57%
  • key color value is 22.35%
CMYK:
(0,26,7,22)
C0M26Y7K22 
(0%,26%,7%,22%)
(0.00/0.26/0.07/0.22)	

CMYK percentages

%0
%25.76
%6.57
%22.35

Codes

Color #C693B9 in popluar color models

C693B9
RGB198147185
HSL315°30.91%67.65%
HSB/HSV315°25.76%77.65%
CMYK0.00%25.76%6.57%
22.35%

Color #C693B9 in popluar number systems.

HEXC693B9
Decimal198147185
Binary110001101001001110111001
Octal306223271

Shades and tints

Shades of #C693B9

#C693B9
(198,147,185)
#B486A9
(180,134,169)
#A27999
(162,121,153)
#906C89
(144,108,137)
#7E5F79
(126,95,121)
#6C5269
(108,82,105)
#5A4559
(90,69,89)
#483849
(72,56,73)
#362B39
(54,43,57)
#241E29
(36,30,41)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C693B9

#C693B9
(198,147,185)
#CB9CBF
(203,156,191)
#D0A5C5
(208,165,197)
#D5AECB
(213,174,203)
#DAB7D1
(218,183,209)
#DFC0D7
(223,192,215)
#E4C9DD
(228,201,221)
#E9D2E3
(233,210,227)
#EEDBE9
(238,219,233)
#F3E4EF
(243,228,239)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C693B9; }

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

This text font color is #C693B9.


Background Color

.myBgColor { background-color: #C693B9; }

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

This div background color is #C693B9.


Border color

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

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

This div border color is #C693B9.


Opacity

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

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

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

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

This text has shadow with #C693B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C693B9 on black background.


Color preview on white background

This text has color #C693B9 on white background.



Black color preview on #C693B9 background

This text has black color on #C693B9 background.


White color preview on #C693B9 background

This text has white color on #C693B9 background.